ee82a060cb
Merge branch 'feature/support_esptouch_v2_send_unicast' into 'master'
...
feat(sc): Support ESP-Touch-V2 to send unicast
See merge request sdk/ESP8266_RTOS_SDK!1622
2021-07-26 11:28:09 +00:00
f25a7ad205
feat(nvs_flash): Modify for ESP8266
2021-07-26 12:00:17 +08:00
a977a9d24f
fix(smartconfig): add timeout for airkiss sync
2021-06-02 15:58:00 +08:00
8a2ab31b50
fix(lib): update lib
2021-05-21 15:32:19 +08:00
620605a39f
fix(lib): restart softap when phy mode change
2021-05-18 16:08:10 +08:00
d1b44513bb
feat(sc): Support ESP-Touch-V2 to send unicast
2021-05-15 17:49:12 +08:00
938d127fc5
fix(sc): fix the issue of sending failure and exit
...
1. Send unicast first, use broadcast to send if unicast fails.
2. Send 60 times successfully before exiting.
2021-05-14 11:45:15 +08:00
53f2bc65e4
fix(lib): fix beacon ie error when set to bgn mode
2021-05-12 19:38:23 +08:00
38011372cd
fix: potential blocking code when call uart_wait_tx_done()
...
1. there is a risk of ticks_end overflow, if xTaskGetTickCount() plus ticks_to_wait is bigger than portMAX_DELAY
2. potential blocking code on waiting for tx fifo done. It usually occurs at esp uart uses flow control, and the other side of uart not.
2021-04-28 11:56:21 +08:00
d45071563c
Merge branch 'bugfix/smartconfig_fail' into 'master'
...
fix: Sometimes smartconfig terminates since send UDP fail
See merge request sdk/ESP8266_RTOS_SDK!1592
2021-04-08 06:34:18 +00:00
fb5894a9dd
fix(lib): check and reset mac reg every 2s when rx hang occurs
2021-03-19 11:04:39 +08:00
5688f4bbe5
fix: Sometimes smartconfig terminates since send UDP fail
2021-03-06 17:29:50 +08:00
89ab325083
fix(lib): fix rf state error when scan again in scan cb
2021-01-22 11:02:12 +08:00
9eed376f08
fix(lib): fix hw dump ccmp len error
2021-01-12 14:17:08 +08:00
8ca72fd5f0
fix(lib): fix pm and wifi_get_config error
...
- fix rf state error when station stop immediately after got ip
- fix esp_wifi_get_config error
2021-01-06 16:02:57 +08:00
56047135d5
fix(libs): Fix deep sleep input time small leading to stuck
2020-12-29 18:04:28 +08:00
152cc8c839
fix(sc): fix issue caused by switching between ht20 and ht40
2020-12-24 17:04:38 +08:00
a51deaf558
fix(lib): fix some wifi bugs
...
- drop pkt that hw dump error
- fix connect error when ap g rate in xrate ie
- fix connect error when ap send EAPOL key with VO and seq is 0
- fix block scan error when max scan time large than 5s
- do not update key pn when espnow packet received
- fix hw error when ampdu reg was rewrite
2020-12-18 11:32:19 +08:00
c8a02417b1
fix(adc): fix rf state error when read adc
2020-12-09 14:33:58 +08:00
a768f1ce9d
Merge branch 'bugfix/fix_cmake_enable_phy_init_bin_partition_err' into 'master'
...
fix(esp8266): Fix cmake not compile and download phy_init_data.bin
See merge request sdk/ESP8266_RTOS_SDK!1573
2020-12-04 10:44:25 +08:00
ce65afedd7
fix(esp8266): Fix cmake not compile and download phy_init_data.bin
2020-12-03 19:18:08 +08:00
b9628e8608
feat(esptouch_v2): support esptouch_v2
2020-12-03 18:02:15 +08:00
61c3c1154e
Merge branch 'bugfix/pwm_driver_error' into 'master'
...
bugfix(pwm_driver_error): PWM cannot drive GPIO properly because there is no...
See merge request sdk/ESP8266_RTOS_SDK!1559
2020-11-27 19:01:19 +08:00
e341743dc4
feat(lib): update lib
2020-11-16 17:33:45 +08:00
7e06a3abbc
feat(esp8266): add esp_wifi_ps_lock api
2020-11-16 17:33:33 +08:00
dc768384eb
bugfix(pwm): PWM cannot drive GPIO properly because there is no enable TSf0 interrupt for PWM.
2020-11-13 14:48:45 +08:00
f04d73aca3
Merge branch 'feature/esp_smartconfig_refactor' into 'master'
...
feat(smartconfig): refactor smartconfig callback to use esp event
See merge request sdk/ESP8266_RTOS_SDK!1553
2020-11-11 14:24:12 +08:00
d3a974f6f2
feat(smartconfig): refactor smartconfig callback to use esp event
...
Consistent with esp-idf(branch: release/v4.2, commit id: c5bb6c4)
2020-11-11 11:25:02 +08:00
1afd736798
Merge branch 'bugfix/fix_add_lib_error_and_some_wifi_bug' into 'master'
...
fix(wifi): fix add lib error and some wifi bug
See merge request sdk/ESP8266_RTOS_SDK!1551
2020-11-09 17:29:57 +08:00
43f7ed4d14
fix(lib): update lib
...
- fix connect with wpa3 ap failed when esp8266 in sta+softap mode
- fix send assoc failure when station connect with wrong ssid
2020-11-06 16:04:18 +08:00
22791b2b33
feat(esp8266): set noise timer to 3s in light sleep
2020-11-06 15:37:55 +08:00
3083712cb0
feat(esp8266): add wpa3 authmode
2020-11-02 10:01:30 +08:00
29d3ef68b7
feat(esp8266): Support 40MHz XTAL
2020-10-29 15:47:42 +08:00
9cc9bc427a
fix(lib): fix add lib error
2020-10-27 14:59:33 +08:00
28f466d12e
feat(gcc): Update cross toolchain GCC to v8.x
2020-09-30 10:24:08 +08:00
ed68a21f62
Revert "Merge branch 'feature/support_gcc_v8.x' into 'master'"
...
This reverts merge request !1539
2020-09-29 17:25:55 +08:00
70b26d8a2d
Merge branch 'feature/support_gcc_v8.x' into 'master'
...
feat(gcc): update cross toolchain GCC to v8.x
See merge request sdk/ESP8266_RTOS_SDK!1539
2020-09-28 19:51:37 +08:00
f92709839b
fix(lib): fix wpa2 enterprise and smartconfig test error
2020-09-28 16:25:27 +08:00
9eb0ab0d2b
feat(lib): update lib
...
- support rssi info and phy mode in esp_wifi_sta_get_ap_info api
- enlarge backoff time of multi/broad-cast packet send by softap
- add user set min/max len support for sniffer
- transform FCS error packet to application when ESP8266 in sniffer mode
- fix cipher mode error in scan ap info
2020-09-25 15:41:40 +08:00
fd54106a97
feat(gcc): update cross toolchain GCC to v8.x
2020-09-23 17:16:53 +08:00
8ba4058aec
bugfix(pwm): add SLEEP0_CONF reg to stop timer
2020-09-21 14:16:32 +08:00
72cbf0d55e
bugfix(pwm): support fractional phase
...
* Supports fractional phase, making the phase function produce higher precision waveforms.
* Enhanced stability
2020-09-21 10:37:23 +08:00
aa769c9d29
Merge branch 'test/add_wifi_block_scan_unit_test' into 'master'
...
test: add wifi block scan unit test
See merge request sdk/ESP8266_RTOS_SDK!1353
2020-09-18 11:02:27 +08:00
3abbe072b7
Merge branch 'feature/modify_sdk_version_header_file' into 'master'
...
feat(esp8266): Modify version header file to match SDK v3.4
See merge request sdk/ESP8266_RTOS_SDK!1529
2020-09-17 10:04:38 +08:00
2f3bfd47a9
feat(esp8266): Modify version header file to match SDK v3.4
2020-09-16 17:52:15 +08:00
16a554073a
feat(ssc): update libssc
...
Commit ID: 26b54231
2020-09-16 10:50:05 +08:00
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
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
303b047e54
feat(esp8266): Avoid to NMI calling ets_printf crash
2020-09-08 10:58:08 +08:00
8eab9110d7
feat(lib): update lib
2020-09-03 17:04:16 +08:00