2497 Commits

Author SHA1 Message Date
97fb7b13a1 feat(lib): update lib
- return ERR_MEM when softap power queue is full
- remove some unused code and function
- do not rewrite flash when set station config
- wait 20~40ms before close RF when station received unicast packet from ap
- set default DTIM period to 1 when ESP8266 in softap mode
- fix authmode in scan record is open when scan WPA2/WPA3 router
- add esp_wifi_set_11b_tx_plcp api for signal test
- fix baudrate is incorrect when esp_restart called
2020-09-14 09:48:53 +08:00
18c3a1944a Merge branch 'feature/rm_unused_config_dependence' into 'master'
feat(kconfig): Remove unused config dependence

See merge request sdk/ESP8266_RTOS_SDK!1524
2020-09-10 16:13:42 +08:00
b4831fad03 feat(kconfig): Remove unused config dependence 2020-09-09 10:56:06 +08:00
373cc0e044 Merge branch 'feature/avoid_nmi_call_ets_printf_crash' into 'master'
feat(esp8266): Avoid to NMI calling ets_printf crash

See merge request sdk/ESP8266_RTOS_SDK!1523
2020-09-08 17:39:00 +08:00
2355de6615 Merge branch 'feature/add_xtensa-lx106-elf_toolchain_url' into 'master'
feat(tools): Add xtensa-lx106-elf toolchain url

See merge request sdk/ESP8266_RTOS_SDK!1483
2020-09-08 17:09:54 +08:00
a05d6003da feat(tools): Add xtensa-lx106-elf toolchain url 2020-09-08 17:09:51 +08:00
303b047e54 feat(esp8266): Avoid to NMI calling ets_printf crash 2020-09-08 10:58:08 +08:00
0c15844838 feat(lw-ip): update lw-ip from idf
Commit ID: 8ff8a053
2020-09-07 20:12:23 +08:00
7820a5dd31 Merge branch 'bugfix/set_softap_pw_time_long' into 'master'
fix(wpa_suppllicant): use sha1 in wpa_supplicant instead of sha1 in mbedtls

See merge request sdk/ESP8266_RTOS_SDK!1519
2020-09-07 20:00:13 +08:00
25d724ab8f fix(wpa_suppllicant): use sha1 in wpa_supplicant instead of sha1 in mbedtls 2020-09-07 17:19:41 +08:00
7b40b23a17 Merge branch 'bugfix/fix_crash_when_clientdhcp_is_null' into 'master'
fix(tcpip_adapter): fix crash when clientdhcp is null

See merge request sdk/ESP8266_RTOS_SDK!1518
2020-09-04 17:28:02 +08:00
1833aa419b fix(tcpip_adapter): fix crash when clientdhcp is null 2020-09-04 16:30:26 +08:00
adf9ee2a01 Merge branch 'feature/add_64bits_sleep_time_support_for_esp_deep_sleep' into 'master'
feat(esp8266): support 64bit sleep time for esp_deep_sleep

See merge request sdk/ESP8266_RTOS_SDK!1516
2020-09-03 17:12:55 +08:00
8eab9110d7 feat(lib): update lib 2020-09-03 17:04:16 +08:00
ced4d5e0a1 feat(esp8266): support 64bit sleep time for esp_deep_sleep 2020-09-03 17:03:29 +08:00
7cb74a76ea Merge branch 'feature/pmf_espnow_coexistance_fixes' into 'master'
feat(wpa_supplicant): pmf espnow coexistance fixes

See merge request sdk/ESP8266_RTOS_SDK!1515
2020-09-03 16:53:21 +08:00
6ea6a7dfd5 feat(lib): update lib
- add max connection log in softap
 - add set and get inactive time api
 - remove taskdelay after station disconnect from ap
 - refactor set and get max phy tpw api
 - fix sig test error
2020-09-03 15:35:23 +08:00
a89097ccec feat(wpa_supplicant): pmf espnow coexistance fixes 2020-09-03 14:11:59 +08:00
c8c35d12d4 update lib 2020-09-03 14:07:07 +08:00
9cef749444 feat(examples): add roaming example 2020-09-03 14:07:06 +08:00
6cf4b3de83 feat(wifi): add 11kv roaming support 2020-09-03 14:07:06 +08:00
c528739394 Merge branch 'bugfix/do_not_recv_pkt_send_by_ourself' into 'master'
fix(lib): do not recv pkt send by ourself

See merge request sdk/ESP8266_RTOS_SDK!1512
2020-09-02 16:24:04 +08:00
a42b136d32 feat(lwip): Add debug for IPv6 TCP 2020-09-02 16:19:20 +08:00
c8fbe7ea19 fix(lib): do not recv pkt send by ourself 2020-09-01 16:28:15 +08:00
eb6efa8090 Merge branch 'feature/add_get_rtc_clk' into 'master'
feat(esp8266): Add get RTC clock value

See merge request sdk/ESP8266_RTOS_SDK!1507
2020-08-26 18:38:07 +08:00
321c160529 Merge branch 'feature/refactor_wifi_connect_mechanism_with_multi_same_ssid_ap' into 'master'
feat(lib): refactor wifi connect mechanism with multi same ssid ap

See merge request sdk/ESP8266_RTOS_SDK!1505
2020-08-26 17:42:55 +08:00
20021fe974 feat(esp8266): Add get RTC clock value 2020-08-26 16:32:07 +08:00
34d7aeaaed feat(dhcp): Add dhcp timeout 2020-08-26 16:19:05 +08:00
e4d5a009c7 feat(lib): refactor wifi connect mechanism with multi same ssid ap
- support espnow receive multi-pkt
   - do not send 802.11 ack when station or ap stopped
   - do not set wifi mode when esp_deep_sleep() called
   - fix softap drop disassoc pkt error
   - refuse app scan when station start connect to ap
   - do nothing when rx other ap's csa information
2020-08-26 16:10:24 +08:00
ac363395f4 Merge branch 'feature/update_wifi_provisioning_from_idf' into 'master'
feat(provisioning): update wifi provisioning from idf

See merge request sdk/ESP8266_RTOS_SDK!1501
2020-08-26 11:36:43 +08:00
f973405925 Merge branch 'feature/update_esp_http_client' into 'master'
feat(http): update esp_http_client component and example from idf

See merge request sdk/ESP8266_RTOS_SDK!1499
2020-08-26 11:36:28 +08:00
527b778621 Merge branch 'feature/remove_wpa2_wps_lib' into 'master'
feat(lib) remove wpa2 wps lib

See merge request sdk/ESP8266_RTOS_SDK!1503
2020-08-24 14:01:10 +08:00
8f17f60c99 feat(lib): update lib 2020-08-24 11:54:33 +08:00
3dc63e67c6 Merge branch 'bugfix/fix_lwip_disable_interrupt' into 'master'
fix(lw-ip): Fix lw-ip disable interrupt which will make watchdog

See merge request sdk/ESP8266_RTOS_SDK!1504
2020-08-24 10:51:00 +08:00
ab42066b62 fix(lwip): Fix lwip disable interrupt which will make watchdog 2020-08-20 10:03:23 +08:00
c7e00dadd1 feat(lib): remove wpa2 and wps lib 2020-08-18 11:04:49 +08:00
e716bb876d feat(wpa_supplicant): refactor wpa_supplicant 2020-08-18 11:04:45 +08:00
38b91692da feat(esp8266): rename some wifi private file 2020-08-18 10:22:08 +08:00
9f37d6900f Merge branch 'bugfix/fix_connect_timeout_with_some_router' into 'master'
fix(lib): fix connect timeout with some router

See merge request sdk/ESP8266_RTOS_SDK!1502
2020-08-12 10:21:30 +08:00
0eaa8e5098 fix(lib): fix connect timeout with some router 2020-08-12 10:11:05 +08:00
82dcc3e0ad feat(provisioning): Modify component and example for ESP8266 2020-08-11 15:10:30 +08:00
08537e4238 feat(provisioning): Bring wifi_provisioning component and example from idf
Commit ID: dd3c0329
2020-08-11 15:10:30 +08:00
e284837318 Merge branch 'bugfix/fix_mbedtls_dynamic_mem_leak_heap' into 'master'
fix(mbedtls): Fix mbedtls dynamic resource leaks memory

See merge request sdk/ESP8266_RTOS_SDK!1484
2020-08-10 14:25:42 +08:00
deeb395ee6 Merge branch 'bugfix/fix_cpu_startup_init_clock_error' into 'master'
fix(startup): Fix initialize clock error when CPU starts up

See merge request sdk/ESP8266_RTOS_SDK!1500
2020-08-07 18:52:24 +08:00
cb0213c8f9 fix(startup): Fix initialize clock error when CPU starts up 2020-08-07 16:41:28 +08:00
08a4fe0d61 feat(http): Modify for esp8266 2020-08-07 14:53:32 +08:00
9ea5d2abe7 feat(http): Bring esp_http_client component and example from idf
Commit ID: dd3c0329
2020-08-07 11:32:37 +08:00
237311e466 Merge branch 'feature/refactor_wifi_country_code' into 'master'
feat(lib): refactor wifi country code

See merge request sdk/ESP8266_RTOS_SDK!1498
2020-08-07 10:32:12 +08:00
e5bc13563d feat(lib): refactor wifi country code 2020-08-07 10:13:49 +08:00
174d2905e5 Merge branch 'feature/wpa_supplicant_sync_with_idf' into 'master'
Feature/wpa supplicant sync with idf

See merge request sdk/ESP8266_RTOS_SDK!1431
2020-08-07 10:05:34 +08:00