1690 Commits

Author SHA1 Message Date
0f200b4640 Merge branch 'feature/update_phy_library' into 'master'
feat(phy): update phy library from 1163.0 to 1166.0

See merge request sdk/ESP8266_RTOS_SDK!1639
2021-09-03 07:40:12 +00:00
63e168112f feat(phy): update phy library from 1163.0 to 1166.0
1. Optimize RX blocking certification
2. Reduce TX power when bringing up
3. Fix crash when waking up from sleep in case of using 40MHz XTAL
2021-08-31 17:00:15 +08:00
f89953c896 fix(lib): do not rewrite nvs with invalid value and fix ap sta disconnect evt error 2021-08-30 16:25:56 +08:00
f00bddbf2f feat(nvs_flash): Update nvs_flash from esp-idf
MR !14548.
2021-07-30 17:59:30 +08:00
d11de77935 Merge branch 'bugfix/fix_pmk_error' into 'master'
fix(wpa_supplicant): fix pmk error

See merge request sdk/ESP8266_RTOS_SDK!1624
2021-07-26 11:51:44 +00:00
1c5882bca4 Merge branch 'bugfix/fix_smartconfig_stop_error' into 'master'
fix(lib): fix smartconfig stop error

See merge request sdk/ESP8266_RTOS_SDK!1626
2021-07-26 11:45:45 +00:00
7a30d865e6 Merge branch 'feature/mbedtls_for_guomi' into 'master'
feat(mbedtls): modify makefile for esp-mbedtls-guomi build

See merge request sdk/ESP8266_RTOS_SDK!1591
2021-07-26 11:30:03 +00:00
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
2c455c9eb5 fix(wpa_supplicant): fix pmk error 2021-07-26 19:23:17 +08:00
1ea174cb9d fix(lib): fix smartconfig stop error 2021-07-26 19:22:49 +08:00
6964300cf9 feat(mbedtls): Add CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 and modify makefile for support GMTSSL1.1 2021-07-26 15:59:02 +08:00
f25a7ad205 feat(nvs_flash): Modify for ESP8266 2021-07-26 12:00:17 +08:00
f09d86123d feat(nvs_flash): Bring nvs_flash from esp-idf
Commit ID: ecd2c51
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
f7b047509d fix(wifi): fragment and forge vulnerability detection 2021-05-21 15:18:46 +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
82a6a98f4a Merge branch 'bugfix/queue_arith_overflow' into 'master'
freertos: Add queue init overflow check

See merge request sdk/ESP8266_RTOS_SDK!1608
2021-05-13 11:46:10 +00:00
53f2bc65e4 fix(lib): fix beacon ie error when set to bgn mode 2021-05-12 19:38:23 +08:00
f4f212aa6e freertos: Add addition overflow check for stream buffer
Patch from upstream commit d05b9c123f2bf9090bce386a244fc934ae44db5b
2021-05-04 19:09:31 +10:00
a2ed0747a1 freertos: Add queue init overflow check
Based on FreeRTOS kernel patch 47338393 but modified
to work without assertions.
2021-05-04 19:09:31 +10:00
911e2d7aa7 Merge branch 'bugfix/uart_tx_done_timeout_check' into 'master'
fix(uart): potential blocking code when call uart_wait_tx_done()

See merge request sdk/ESP8266_RTOS_SDK!1599
2021-04-28 11:39:26 +00: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
e59e48fd6d tcpip_adapter: fix set static ip fail and remove the dhcp_check timer 2021-04-27 14:39:50 +08:00
8b6329dedb Merge branch 'bugfix/fix_mbedtls_send_alert_crash' into 'master'
fix(mbedtls): Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL

See merge request sdk/ESP8266_RTOS_SDK!1602
2021-04-22 12:01:14 +00:00
e84612f5d4 Merge branch 'feature/add_domain_name_check' into 'master'
esp_tls_wolfssl: Add domain name check

See merge request sdk/ESP8266_RTOS_SDK!1600
2021-04-22 11:46:22 +00:00
99771fa7e2 fix(mbedtls): Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL 2021-04-22 19:39:19 +08:00
7b92080927 esp-tls: Changed default behaviour for esp-tls client ( for security purpose)
Commit ID: ca964dfb
2021-04-22 15:32:24 +08:00
3e92464e82 esp_tls_wolfssl: Add domain name check
Commit ID: 39b446f9
2021-04-22 15:12:37 +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
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
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
5d980e20f1 feat(heap): Add executable caps to IRAM region 2021-01-22 12:07:37 +08:00
89ab325083 fix(lib): fix rf state error when scan again in scan cb 2021-01-22 11:02:12 +08:00
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
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
b9b4d8d7da fix(heap): Add integer overflow checks 2021-01-21 10:35:14 +08:00
7d7b70c9ce feat(mqtt): modify example and cmake file for building 2021-01-20 11:57:37 +08:00
573da29b7c feat(mqtt): bring esp-mqtt from idf component
Commit ID: c40f2590
2021-01-20 10:12:15 +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