1716 Commits

Author SHA1 Message Date
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
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
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
45c693ad32 fix(newlib): fix environ is NULL 2020-12-03 17:42:15 +08:00
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
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
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
a6556a85d4 fix(freertos): disable other task before disable nmi 2020-11-25 11:15:17 +08:00
577b09e7ff fix(lwip): fix IN6_IS_ADDR_MULTICAST define error 2020-11-23 19:17:15 +08:00
4a7cbbf92a fix(mbedtls): Fix dynamic buffer mbedtls handshake steps process return 0 when handshake fail 2020-11-18 10:56:58 +08:00
dcf68a6d66 feat(tcpip_adapter): Lock power save when start DHCP client 2020-11-17 17:07:16 +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
0733e41ca0 Revert "Merge branch 'feature/optimize_dhcp_proc' into 'master'"
This reverts merge request !1554
2020-11-16 15:36:52 +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
2f245d1da0 Merge branch 'bugfix/fix_mbedtls_dynamic_process_rsa' into 'master'
fix(mbedtls): Fix mbedtls dynamic process RSA

See merge request sdk/ESP8266_RTOS_SDK!1558
2020-11-11 14:22:32 +08:00
b6e45c27db fix(mbedtls): Fix mbedtls dynamic process RSA 2020-11-11 11:31:15 +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
951938131d Merge branch 'feature/add_lwip_debug_menuconfig' into 'master'
feat(lw-ip): Support menuconfig to enable lw-ip debug option

See merge request sdk/ESP8266_RTOS_SDK!1538
2020-11-09 17:32:22 +08:00
e935553dbd Merge branch 'feature/add_ipv6_ping' into 'master'
feat(icmp): Support IPv6 ping and add icmp example

See merge request sdk/ESP8266_RTOS_SDK!1556
2020-11-09 17:30:53 +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