Commit Graph

1682 Commits

Author SHA1 Message Date
Dong Heng
56ffb3d46c fix(esp8266): Fix compiling error when enable Wi-Fi debug 2022-04-11 12:57:54 +08:00
Wu Jian Gang
a7ac1b6f12 fix(lib): fix some wifi issues
1. fix crash when recv null rates
2. fix rst error when malloc failed
2022-03-15 16:25:29 +08:00
Chen Wu
e1f60ef9b2 fix(pp): do not wait null1 send ok before scan 2021-12-22 11:19:30 +08:00
Zhang Jun Hao
8a752a1103 fix(lib): do not rewrite nvs with invalid value and fix ap sta disconnect evt error 2021-08-30 16:31:36 +08:00
Dong Heng
86f399a609 feat(nvs_flash): Update nvs_flash from esp-idf
MR !14548.
2021-08-02 14:00:37 +08:00
Dong Heng
e600fe09d7 Merge branch 'bugfix/fix_pmk_error_v3.4' into 'release/v3.4'
fix(wpa_supplicant): fix pmk error(backport v3.4)

See merge request sdk/ESP8266_RTOS_SDK!1625
2021-07-26 11:28:54 +00:00
Dong Heng
562e650b25 Merge branch 'bugfix/fix_smartconfig_stop_error_v3.4' into 'release/v3.4'
fix(lib): fix smartconfig stop error(backport v3.4)

See merge request sdk/ESP8266_RTOS_SDK!1627
2021-07-26 11:28:27 +00:00
Dong Heng
3d11cbc25d Merge branch 'feature/support_esptouch_v2_send_unicast_for_v3.4' into 'release/v3.4'
feat(sc): Support ESP-Touch-V2 to send unicast(backport v3.4)

See merge request sdk/ESP8266_RTOS_SDK!1623
2021-07-26 11:28:16 +00:00
Zhang Jun Hao
2c9b38b244 fix(wpa_supplicant): fix pmk error 2021-07-26 17:33:01 +08:00
Zhang Jun Hao
bd5a4c3f25 fix(lib): fix smartconfig stop error 2021-07-26 17:32:19 +08:00
Dong Heng
0b857076c8 feat(nvs_flash): Modify for ESP8266 2021-07-26 15:21:13 +08:00
Dong Heng
97d0c2a4fb feat(nvs_flash): Bring nvs_flash from esp-idf
Commit ID: ecd2c51
2021-07-26 15:21:13 +08:00
Chen Wen
186b2449b1 feat(sc): Support ESP-Touch-V2 to send unicast 2021-06-18 10:10:29 +08:00
Zhang Jun Hao
1d1b99557d fix(smartconfig): add timeout for airkiss sync 2021-06-02 16:02:57 +08:00
Zhang Jun Hao
be11a5ab95 fix(lib): update lib 2021-05-21 15:44:56 +08:00
Zhang Jun Hao
5047c3af6d fix(wifi): fragment and forge vulnerability detection 2021-05-21 15:33:21 +08:00
Chen Wu
611a94211a fix(lib): restart softap when phy mode change (backport v3.4) 2021-05-18 16:12:05 +08:00
chenwen
f46ef19f49 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:33:50 +08:00
Angus Gratton
91163a8e48 freertos: Add addition overflow check for stream buffer
Patch from upstream commit d05b9c123f2bf9090bce386a244fc934ae44db5b
2021-05-13 20:01:36 +08:00
Angus Gratton
b54fb1baf7 freertos: Add queue init overflow check
Based on FreeRTOS kernel patch 47338393 but modified
to work without assertions.
2021-05-13 20:01:31 +08:00
Chen Wu
0c9be8d891 fix(lib): fix beacon ie error when set to bgn mode 2021-05-12 19:43:57 +08:00
Dong Heng
a60ee4e13e Merge branch 'bugfix/uart_tx_done_timeout_check_v3.4' into 'release/v3.4'
fix: uart tx done timeout check (backport v3.4)

See merge request sdk/ESP8266_RTOS_SDK!1607
2021-04-28 11:39:20 +00:00
Chen Wu
f9aca5a8e0 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 15:27:11 +08:00
yuanjm
a8be948f21 tcpip_adapter: fix set static ip fail and remove the dhcp_check timer 2021-04-28 14:28:43 +08:00
yuanjm
990293129b fix(mbedtls): Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL 2021-04-23 10:00:30 +08:00
Dong Heng
c2be3ba0b5 Merge branch 'bugfix/check_and_reset_mac_reg_every_2s_when_rx_hang' into 'master'
fix(lib): check and reset mac reg every 2s when rx hang occurs

See merge request sdk/ESP8266_RTOS_SDK!1595

(cherry picked from commit 30a4ba7e2d)

fb5894a9 fix(lib): check and reset mac reg every 2s when rx hang occurs
2021-04-20 10:18:12 +08:00
Dong Heng
89a3f254b6 Merge branch 'bugfix/fix_rf_state_error_when_scan_again_in_scan_cb' into 'master'
fix(lib): fix rf state error when scan again in scan cb

See merge request sdk/ESP8266_RTOS_SDK!1588
2021-01-22 14:05:47 +08:00
Dong Heng
f6c17cb2c3 Merge branch 'feature/add_exec_caps_to_iram_region' into 'master'
feat(heap): Add executable caps to IRAM region

See merge request sdk/ESP8266_RTOS_SDK!1589
2021-01-22 12:53:26 +08:00
Dong Heng
5d980e20f1 feat(heap): Add executable caps to IRAM region 2021-01-22 12:07:37 +08:00
Zhang Jun Hao
89ab325083 fix(lib): fix rf state error when scan again in scan cb 2021-01-22 11:02:12 +08:00
Dong Heng
e4d4998781 Merge branch 'bugfix/fix_hw_dump_ccmp_len_error' into 'master'
fix(lib): fix hw dump ccmp len error

See merge request sdk/ESP8266_RTOS_SDK!1585
2021-01-22 10:56:43 +08:00
Dong Heng
c64aba2f74 Merge branch 'bugfix/heap_int_overflow' into 'master'
fix(heap): Add integer overflow checks

See merge request sdk/ESP8266_RTOS_SDK!1586
2021-01-22 10:51:39 +08:00
Dong Heng
b9b4d8d7da fix(heap): Add integer overflow checks 2021-01-21 10:35:14 +08:00
yuanjm
7d7b70c9ce feat(mqtt): modify example and cmake file for building 2021-01-20 11:57:37 +08:00
yuanjm
573da29b7c feat(mqtt): bring esp-mqtt from idf component
Commit ID: c40f2590
2021-01-20 10:12:15 +08:00
Zhang Jun Hao
9eed376f08 fix(lib): fix hw dump ccmp len error 2021-01-12 14:17:08 +08:00
Zhang Jun Hao
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
Dong Heng
56047135d5 fix(libs): Fix deep sleep input time small leading to stuck 2020-12-29 18:04:28 +08:00
chenwen
152cc8c839 fix(sc): fix issue caused by switching between ht20 and ht40 2020-12-24 17:04:38 +08:00
Zhang Jun Hao
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
Zhang Jun Hao
c8a02417b1 fix(adc): fix rf state error when read adc 2020-12-09 14:33:58 +08:00
Dong Heng
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
Dong Heng
fa87d0964a Merge branch 'bugfix/fix_newlib_environ_null' into 'master'
fix(newlib): fix environ is NULL

See merge request sdk/ESP8266_RTOS_SDK!1571
2020-12-03 19:35:43 +08:00
Dong Heng
ce65afedd7 fix(esp8266): Fix cmake not compile and download phy_init_data.bin 2020-12-03 19:18:08 +08:00
chenwen
b9628e8608 feat(esptouch_v2): support esptouch_v2 2020-12-03 18:02:15 +08:00
yuanjm
45c693ad32 fix(newlib): fix environ is NULL 2020-12-03 17:42:15 +08:00
Dong Heng
521376868f Merge branch 'bugfix/fix_ipv6_judgement_error' into 'master'
fix(lwip): fix IN6_IS_ADDR_MULTICAST define error

See merge request sdk/ESP8266_RTOS_SDK!1564
2020-12-03 17:29:40 +08:00
Dong Heng
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
Dong Heng
c8af053e7b Merge branch 'feature/add_wifi_ps_lock_api' into 'master'
feat(wifi): add wifi ps lock api

See merge request sdk/ESP8266_RTOS_SDK!1561
2020-11-26 16:02:05 +08:00
Zhang Jun Hao
a6556a85d4 fix(freertos): disable other task before disable nmi 2020-11-25 11:15:17 +08:00