Commit Graph

  • 25e1a7bf1a sntp: fix author name Wu Jian Gang 2016-09-02 16:26:06 +08:00
  • 66956dbb7c Update WiFi library version. Angus Gratton 2016-09-02 11:59:21 +10:00
  • 314dbc0b61 Minor comment cleanup Angus Gratton 2016-09-02 11:33:53 +10:00
  • be77601098 tcpip_adapter: Fix typo STOPED->STOPPED Angus Gratton 2016-09-02 11:29:27 +10:00
  • dddb9ace2e components: esp32 remove debug info in event.c/wifi.c liuzhifu 2016-08-26 15:33:32 +08:00
  • 2f54d0e425 Merge wifi branch commit '588d384393536a040f899b382890316c56061b6a' into feature/wifi-stage-one Angus Gratton 2016-09-02 11:14:27 +10:00
  • 37d817b6f9 components/lwip: modify sntp function liuhan 2016-09-01 19:56:51 +08:00
  • 1e3f9fbda3 components/lwip/apps/sntp: modify SNTP function feature liuhan 2016-08-29 17:47:45 +08:00
  • 380f5635b6 components/lwip: add SNTP function feature liuhan 2016-08-26 14:54:40 +08:00
  • 87977b92f3 lwip: format dhcpserver.c Wu Jian Gang 2016-09-01 19:05:50 +08:00
  • 1f4af47911 Merge branch 'bugfix/lwip_dhcpserver' into 'wifi' Wu Jian Gang 2016-09-01 19:02:06 +08:00
  • f5df40e2d1 lwip: fix a mistake in parse_msg of dhcpserver.c liuhan 2016-09-01 11:37:24 +08:00
  • af3f7d3ebe gitlab-ci: update submodules before build Ivan Grokhotkov 2016-09-01 15:13:15 +08:00
  • 7ee4ec0d18 Merge branch 'bugfix/adapter_dhcp' into 'wifi' Wu Jian Gang 2016-09-01 17:19:28 +08:00
  • 96852d49c2 Load esptool.py from submodule, currently WIP esptool.py v2.0 Angus Gratton 2016-09-01 18:30:57 +10:00
  • d793d23b94 Remove bin/ directory in favour of an add_path.sh script that can be sourced Angus Gratton 2016-09-01 18:27:51 +10:00
  • fb87346864 Merge branch 'feature/newlib_locking' into 'master' Angus Gratton 2016-09-01 16:17:22 +08:00
  • 9db4732861 Merge branch 'bugfix/gitlab_update_submodules' into 'master' Ivan Grokhotkov 2016-09-01 15:41:08 +08:00
  • 1e9fc9f8f1 components: lwip - modify HEAP_HIGHWAT from 6K to 20K liuzhifu 2016-09-01 15:17:50 +08:00
  • 02e70abf84 gitlab-ci: update submodules before build Ivan Grokhotkov 2016-09-01 15:13:15 +08:00
  • 861a976eee tcpip_adapter: fix a typo Wu Jian Gang 2016-09-01 15:11:23 +08:00
  • 869fe1647d WIFI API: esp_err_t esp_wifi_set_storage(wifi_storage_t storage); xiaxiaotian 2016-09-01 15:09:00 +08:00
  • 6367268f99 Merge branch 'bugfix/md5_rom_header_types' into 'master' Angus Gratton 2016-09-01 11:22:22 +08:00
  • e2b4421629 tcpip_adapter: fix a mistake in tcpip_adapter_dhcpc_stop Wu Jian Gang 2016-08-31 17:48:49 +08:00
  • a19b03611c tcpip_adapter: adjust some function sequence, fix ip info log Wu Jian Gang 2016-08-31 17:02:36 +08:00
  • 7a13eda78f tcpip_adapter: modify dhcpc status, fix static ip issue Wu Jian Gang 2016-08-31 16:34:48 +08:00
  • 7bea025b56 tcpip_adapter: not allow to set ip if dhcpc/s not stoped Wu Jian Gang 2016-08-30 23:58:55 +08:00
  • a825fe8703 md5_hash.h: Replace outdated use of c_types.h with stdint Angus Gratton 2016-09-01 08:56:06 +10:00
  • b56ca86571 wifi_lib: update to fbb084da Wu Jian Gang 2016-08-31 23:01:07 +08:00
  • 0f42f017e2 Merge branch 'bugfix/ocd_stop_on_unhandled_exception' into 'master' Jeroen Domburg 2016-08-31 12:15:04 +08:00
  • 8fe9347de2 Merge branch 'wifi' of ssh://gitlab.espressif.cn:27227/idf/esp-idf into wifi xiaxiaotian 2016-08-30 18:10:30 +08:00
  • e6d45cc91f 1. Add api ssc cmd "ap -K -a aid" to kick out connected station. The parameter aid followed -a is aid of the connected station. If aid is 0, kick out all of the connected stations. 2. Add block parameter to api esp_wifi_scan_start. If block is true, the api blocks before scan done or returns directly. xiaxiaotian 2016-08-30 18:09:48 +08:00
  • 77caf256c6 components: lwip - enable PERF macro for debug reason liuzhifu 2016-08-30 18:06:37 +08:00
  • 68bc7b4476 set sta gotip default event handler liuzhifu 2016-08-30 18:05:32 +08:00
  • 5068ff2be8 TW6785 - add sta auto connect api liuzhifu 2016-08-30 18:04:22 +08:00
  • 8c7afb4b46 Merge branch 'feature/openocd_doc' into 'master' Jeroen Domburg 2016-08-30 18:02:20 +08:00
  • c6394ed2ce Fix: Return after setting breakpoint when ocd is detected instead of continuing into the panic routine Jeroen Domburg 2016-08-30 17:55:20 +08:00
  • 69f7bf5235 Add bit of text saying openocd helper options for esp-idf are enabled by default Jeroen Domburg 2016-08-30 15:44:20 +08:00
  • a68ad74459 components:esp32 - notify wifi driver when sta got ip liuzhifu 2016-08-30 14:04:12 +08:00
  • 13022ceff6 Merge branch 'feature/json' into 'master' Liu Han 2016-08-30 13:54:16 +08:00
  • f9bf9b3269 Merge branch 'feature/expat' into 'master' Liu Han 2016-08-30 13:52:51 +08:00
  • e23a012dac components: lwip - adjust ip print liuzhifu 2016-08-30 13:52:44 +08:00
  • f94a7a4d20 components: esp32 - notify wifi when got sta ip liuzhifu 2016-08-30 13:51:41 +08:00
  • 6858d2993f Fix issued raised in the merge request Jeroen Domburg 2016-08-30 11:30:03 +08:00
  • c144feb2dd remove unnecessary print in sys_arch.c liuzhifu 2016-08-30 09:48:08 +08:00
  • 16956f6474 Add openocd documentation and config file Jeroen Domburg 2016-08-29 16:24:22 +08:00
  • 23cc3c0f90 components/lwip: use newlib errno Wu Jian Gang 2016-08-29 15:35:44 +08:00
  • 23c235506f Merge branch 'feature/make_incremental_headers' into 'master' Angus Gratton 2016-08-29 15:06:18 +08:00
  • af5452706b Merge branch 'bugfix/rom_aes_set_endian' into 'master' Ivan Grokhotkov 2016-08-29 15:04:15 +08:00
  • bae976ae0e components:lwip disable debug info of lwip liuzhifu 2016-08-29 14:32:38 +08:00
  • ee388097f6 Makefile: Fix "No rule to make target X.h" for generated header dependencies Angus Gratton 2016-08-29 10:48:53 +10:00
  • fa310016dd Update aes.h rudi ;-) 2016-08-27 14:34:02 +02:00
  • be87f38532 rename wifi_set_promiscuous_rx_cb wifi esp_wifi_set_promiscuous_rx_cb liuzhifu 2016-08-27 18:10:01 +08:00
  • f31ba138e1 Merge remote-tracking branch 'origin/bugfix/TW6738' into wifi Wu Jian Gang 2016-08-26 18:18:15 +08:00
  • c65030b8ab disable log info in tcpip_adapter layer liuzhifu 2016-08-26 15:58:52 +08:00
  • 7d0c139fdc tcpip_adapter: code clean up Wu Jian Gang 2016-08-26 18:16:29 +08:00
  • ee8a0079bd components: esp32 remove debug info in event.c/wifi.c liuzhifu 2016-08-26 15:33:32 +08:00
  • 62c891735b recompile DHCP server function liuhan 2016-08-26 17:46:55 +08:00
  • 588d384393 tcpip_adpater: set ip to zero in tcpip_adapter_down Wu Jian Gang 2016-08-26 12:03:52 +08:00
  • aec816520c TW6738: fix DHCP -L issue liuhan 2016-08-26 14:15:14 +08:00
  • cb33a0fb9b tcpip_adapter: clean up dhcpc status Wu Jian Gang 2016-08-26 11:52:46 +08:00
  • f81535a840 system api: clean unsupported system apis Wu Jian Gang 2016-08-25 16:49:59 +08:00
  • ec1869d43b add esp_intr.h Wu Jian Gang 2016-08-25 12:56:57 +08:00
  • 65cccfe89f components: lwip Implement lwip per-thread-sem with: vTaskSetThreadLocalStoragePointerAndDelCallback/pvTaskGetThreadLocalStoragePointer register sys_thread_tls_free to free per-thread-sem when the thread is terminated. Also let lwip use index CONFIG_LWIP_THREAD_LOCAL_STORAGE_INDEX liuzhifu 2016-08-24 16:33:30 +08:00
  • ad188c3854 Remove the workaround that erase flash before calling nvs_flash_init liuzhifu 2016-08-24 15:32:36 +08:00
  • 2ca1b738d3 modify APB_CLK_FREQ from 40M to 80M liuzhifu 2016-08-24 15:11:28 +08:00
  • ebfb8547d2 Implement ETS_INTR_ENABLE/ETS_INTR_DISABLE with xt_ints_on/xt_ints_off liuzhifu 2016-08-24 15:04:25 +08:00
  • dcc998c92f components: lwip/tcpip_adapter/freertos/esp32 Replace os_printf with printf liuzhifu 2016-08-23 20:14:54 +08:00
  • cb3d46786d enable sys_arch_protect/sys_arch_unprotect with portENTER_CRITICAL/portEXIT_CRITICAL liuzhifu 2016-08-23 20:10:42 +08:00
  • 52953851f4 component: lwip 1. add lock version print for lwip (workaround) 2. add debug info into sys_arch.c to debug xQueueReceive issue liuzhifu 2016-08-23 11:28:53 +08:00
  • ef0cd1cde3 1. Remove ip member of struct station_info 2. Add struct station_list into tcpip_adapter layer 3. When ap -L cmd is received, get mac address from mac layer first and then search ip address based on mac address on dhcp layer. xiaxiaotian 2016-08-23 11:22:58 +08:00
  • c35b57ac7b 1. Move the structure pointer into the respective case statement. xiaxiaotian 2016-08-22 14:37:28 +08:00
  • 3ba06efd7d Merge branch 'wifi' of ssh://gitlab.espressif.cn:27227/idf/esp-idf into wifi xiaxiaotian 2016-08-19 19:27:35 +08:00
  • ccd60408b3 Fix the bug that the query reault is 'connected' when station is disconnected by input 'sta -D' xiaxiaotian 2016-08-19 19:09:59 +08:00
  • 91135da190 impact components: lwip/freertos 1. Remove xTaskGetPerTaskData 2. Implement lwip per thread semaphore with vTaskSetThreadLocalStoragePointer and pvTaskGetThreadLocalStoragePointer 3. Add sys_thread_sem_get/sys_thread_sem_init/sys_thread_sem_deinit liuzhifu 2016-08-19 17:23:04 +08:00
  • 1325a761e9 add got ip event handler xiaxiaotian 2016-08-19 12:08:45 +08:00
  • 6f122928f0 fix socket compile error liuzhifu 2016-08-17 21:05:29 +08:00
  • e4722e6143 modify tcpip_dep_dhcpc_stop to tcpip_adapter_dhcpc_stop liuzhifu 2016-08-17 19:47:33 +08:00
  • 34ac96994b add debug info to wifi.c liuzhifu 2016-08-17 16:28:57 +08:00
  • fbb6c2db08 components/json: add JSON parse feature liuhan 2016-08-25 17:04:14 +08:00
  • 00ea21f736 FreeRTOS: Convert portMUX_DEBUG to a configuration item Angus Gratton 2016-08-25 16:30:47 +08:00
  • 96b9649aa4 newlib locking: Fix bug w/ _lock_close not clearing semaphore handle Angus Gratton 2016-08-25 14:27:36 +08:00
  • 6e0bf01f25 components/expat: add XML parse feature liuhan 2016-08-25 16:40:23 +08:00
  • f4b3820ecd Merge branch 'feature/ld_change' into 'master' Wu Jian Gang 2016-08-25 15:52:11 +08:00
  • e6bc527dfb Merge branch 'master' into feature/newlib_locking Angus Gratton 2016-08-25 12:09:21 +08:00
  • 62296d9dfd mem: add comments for knock out 0x3ffe0000~0x3ffe8000 Wu Jian Gang 2016-08-25 11:59:29 +08:00
  • 803aef6e97 Merge branch 'bugfix/tskNO_AFFINITY_ambiguous' into 'master' Jeroen Domburg 2016-08-25 11:48:21 +08:00
  • 7458f9193b Rename build_system_tests to less-ambiguous test_build_system Angus Gratton 2016-08-25 11:55:47 +08:00
  • f54348ff83 build_system_tests.sh: Replace use of second-precision-only [ a -ot b ] Angus Gratton 2016-08-25 11:54:37 +08:00
  • 28865fcb0d mem: knock out bt/trace data region if configed in menuconfig Wu Jian Gang 2016-08-25 11:06:51 +08:00
  • c72248193b ld: fix ld for bootloader Wu Jian Gang 2016-08-22 12:02:20 +08:00
  • ef36779bd3 ld: add ld for bt/trace, choose different ld by menuconfig Wu Jian Gang 2016-08-19 18:45:49 +08:00
  • 580fd635e5 FreeRTOS: Change tskNO_AFFINITY value to not match CPU 1 when UNICORE is set Angus Gratton 2016-08-25 11:12:48 +08:00
  • 9e703612a7 Merge branch 'master' into feature/newlib_locking Angus Gratton 2016-08-25 11:25:05 +08:00
  • a04b510a21 Merge branch 'master' into feature/newlib_locking Angus Gratton 2016-08-25 11:11:35 +08:00
  • 3e8bb67e75 ld: fix ld to use ram as much as possible, rearrange heap_alloc area Wu Jian Gang 2016-08-19 18:40:51 +08:00
  • c3102e8fb2 ld: seperate/rename eagle.xxx.ld to esp32.xxx.ld Wu Jian Gang 2016-08-19 18:28:32 +08:00
  • 842bc53549 Merge branch 'bugfix/dualcore_startup' into 'master' Ivan Grokhotkov 2016-08-25 11:07:21 +08:00
  • 8369d328ed Merge remote-tracking branch 'origin/bugfix/dualcore_startup' into feature/newlib_locking Angus Gratton 2016-08-25 10:29:36 +08:00
  • bce356b700 Merge branch 'bugfix/make_tests_noninteractive' into 'master' Ivan Grokhotkov 2016-08-25 10:20:48 +08:00