Sachin Parekh
3c7f439d5b
bootloader: Add fault injection resistance to Secure Boot bootloader verification
2021-03-31 17:54:45 +05:30
Angus Gratton
08ce445ab6
Merge branch 'feature/twdt_prints_backtrace_v3.3' into 'release/v3.3'
...
Add Task Watchdog backtrace printing (v3.3)
See merge request espressif/esp-idf!12624
2021-03-31 05:17:23 +00:00
Prasad Alatkar
2b18d3c628
NimBLE: Add error prints for ACL buffer exhaustion in NPL
2021-03-31 10:44:07 +05:30
Mahavir Jain
7c86027531
Merge branch 'bugfix/rtc_clk_cal_cycles_add_default_vals_for_all_sources_v3.3' into 'release/v3.3'
...
esp32xx: Fix default values for all RTC sources in RTC_CLK_CAL_CYCLES option (v3.3)
See merge request espressif/esp-idf!12421
2021-03-26 06:42:07 +00:00
Mahavir Jain
5713bb1bb8
Merge branch 'fix/esp_tls_add_warning_if_ca_chain_has_invalid_cert_v3.3' into 'release/v3.3'
...
esp_tls: Add warning if the CA chain provided contains one/more invalid cert
See merge request espressif/esp-idf!11942
2021-03-26 06:25:37 +00:00
Mahavir Jain
9eb39ef409
Merge branch 'bugfix/http_client_buffer_overread_v3.3' into 'release/v3.3'
...
esp_http_client: Fix buffer overread, update https_request example to use HTTP/1.1 (v3.3)
See merge request espressif/esp-idf!12111
2021-03-26 05:23:07 +00:00
Mahavir Jain
dfdf9fe4e2
Merge branch 'bugfix/update_howsmyssl_cert_v3.3' into 'release/v3.3'
...
examples/protocols: update www.howsmyssl.com certificate to fix test failures (v3.3)
See merge request espressif/esp-idf!12214
2021-03-26 05:04:13 +00:00
Mahavir Jain
f227fc69e5
Merge branch 'feature/upgrade_mbedtls_to_v3.3' into 'release/v3.3'
...
mbedtls: upgrade to v2.16.9 release (v3.3)
See merge request espressif/esp-idf!11902
2021-03-26 05:02:46 +00:00
Mahavir Jain
30c7be6542
Merge branch 'bugfix/httpd_session_close_lru_v3.3' into 'release/v3.3'
...
esp_http_server: Add flag in sock_db to identify httpd_sess_close is called from httpd_session_close_lru (v3.3)
See merge request espressif/esp-idf!12115
2021-03-26 04:56:52 +00:00
Mahavir Jain
12cb4243f5
examples/protocols: update www.howsmyssl.com certificate to fix test failures
2021-03-26 02:42:44 +00:00
Mahavir Jain
069de99a9e
mbedtls: upgrade to v2.16.9 release
...
For details release notes please refer to:
https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.9
2021-03-26 02:42:29 +00:00
Shubham Kulkarni
b082ed5d2b
Enable lru_purge_enable in simple HTTP server example
2021-03-26 02:41:50 +00:00
Shubham Kulkarni
f5acc1e446
esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru
2021-03-26 02:41:50 +00:00
Shubham Kulkarni
e16ab463d9
esp_http_client.c: Clear raw_len for response buffer after dispatching HTTP_EVENT_ON_FINISH event
...
Closes: https://github.com/espressif/esp-idf/issues/6146
2021-03-26 02:41:24 +00:00
Aditya Patwardhan
832128faf0
esp_tls: Add warning if the CA chain provided contains one/more invalid cert
2021-03-26 02:41:15 +00:00
Angus Gratton
85c43024cb
Merge branch 'update/version_3_3_5' into 'release/v3.3'
...
Update version to 3.3.5
See merge request espressif/esp-idf!12901
2021-03-26 00:29:05 +00:00
xiehang
2091f4db1c
esp_wifi: Modify WIFI_IF_AP to TCPIP_ADAPTER_IF_AP
2021-03-25 10:53:50 +08:00
xiehang
1975d39d44
esp_wifi: Modify ESP_IF_WIFI_AP to WIFI_IF_AP
2021-03-25 10:53:28 +08:00
xiehang
ee2b8a65a0
esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA
2021-03-25 10:51:36 +08:00
He Yin Ling
03810c4a06
versions: Update version to 3.3.5
2021-03-25 10:23:16 +08:00
Jiang Jiang Jian
343521ab1a
Merge branch 'bugfix/fix-modem-sleep-mr-v3.3' into 'release/v3.3'
...
Fix the bug of modem sleep
See merge request espressif/esp-idf!12861
2021-03-24 09:06:57 +00:00
“YangZhao”
8eb75313d4
Fix the bug of modem sleep which may lead to the crash issue "assert(-218959118,0)"
2021-03-23 21:29:33 +08:00
Jiang Jiang Jian
b34dee5d9e
Merge branch 'mesh/bugfix_fix_error_when_mesh_and_ble_enabled' into 'release/v3.3'
...
esp_wifi_mesh: fix error issue when both mesh and ble are enabled
See merge request espressif/esp-idf!11701
2021-03-23 06:41:56 +00:00
shenjun
73117b8c94
esp_wifi_mesh: fix error issue when both mesh and ble are enabled
2021-03-15 14:30:34 +08:00
Jiang Jiang Jian
c43efe1502
Merge branch 'bugfix/revert_refactor_wifi_interface_v3.3' into 'release/v3.3'
...
Revert "Refactor wifi_interface_t" (v3.3)
See merge request espressif/esp-idf!12483
2021-03-15 03:26:08 +00:00
xiehang
cd90dfa38b
Revert "Refactor wifi_interface_t"
...
This reverts commit ae24692785
.
Closes: https://github.com/espressif/arduino-esp32/issues/4905
2021-03-08 17:02:22 +08:00
Angus Gratton
0b1bc0b5b8
Merge branch 'bugfix/ttfw_example_test_fails_port_remains_open_v3.3' into 'release/v3.3'
...
ci: Fix CI issue if one example test fails, and if serial port returns some noise (v3.3)
See merge request espressif/esp-idf!12384
2021-03-07 23:42:24 +00:00
baohongde
a10dac936c
components/bt: Fix crash in Bluetooth when esp_restart
2021-03-05 21:54:47 +08:00
baohongde
2ad908f71e
components/bt: Shutdown Bluetooth before esp_restart.
2021-03-05 21:54:20 +08:00
Jiang Jiang Jian
0bfff0b25a
Merge branch 'bugfix/fix_csa_channel_crash_v3.3' into 'release/v3.3'
...
esp_wifi: fix CSA and BAR crash issue(v3.3)
See merge request espressif/esp-idf!12552
2021-03-05 12:31:58 +00:00
Darian Leung
a1fd207aee
Add Task Watchdog backtrace printing
...
This commit makes the Task Watchdog print the backtrace of both
cores when it times out.
2021-03-04 19:01:48 +11:00
Darian Leung
1786fc9ed2
esp32: Refactor backtrace and add esp_backtrace_print()
...
This commit refactors backtracing within the panic handler so that a common
function esp_backtrace_get_next_frame() is used iteratively to traverse a
callstack.
A esp_backtrace_print() function has also be added that allows the printing
of a backtrace at runtime. The esp_backtrace_print() function allows unity to
print the backtrace of failed test cases and jump back to the main test menu
without the need reset the chip. esp_backtrace_print() can also be used as a
debugging function by users.
2021-03-04 19:01:48 +11:00
Jiang Jiang Jian
c8915cd157
Merge branch 'bugfix/fix_spp_can_not_connect_twice' into 'release/v3.3'
...
Bugfix/Fix SPP Reconnect Failed after Disconnet
See merge request espressif/esp-idf!12241
2021-03-04 03:37:21 +00:00
Angus Gratton
a85b97a6f5
ci: ttfw: Encode serial port data to whatever the console encoding is
...
This is a bit of a hack, but gives us a way to always log it
2021-03-04 09:25:44 +11:00
ChenJianxing
88898e2f96
esp_wifi: fix CSA and BAR crash issue
2021-02-27 17:09:57 +08:00
aditi_lonkar
d6cafddaa3
esp_wifi: Fixes issue of crashing when verbose logs are enabled.
2021-02-26 19:07:33 +05:30
baohongde
716edebbbd
components/bt: Fix assert without sw coexist enabled
2021-02-26 14:44:57 +08:00
zhiweijian
47c0ce6fca
add connection parameter check
2021-02-22 15:14:32 +08:00
zhiweijian
c02d5a4d85
fix ble connection maximum latency is 499
2021-02-22 15:11:03 +08:00
zhiweijian
7ffe2c3136
disable bluedroid congest error log print
2021-02-22 14:58:59 +08:00
zhiweijian
208c2fb0fb
fix read multi char failed(GATT_27001)
2021-02-22 14:56:10 +08:00
zhiweijian
1f4d3ac30a
fix bluedroid repair faild if the two most significant bits of public address is '01'
2021-02-22 14:54:01 +08:00
zhiweijian
928e004208
fix ble read multi char err when the number of handles is more than 10
2021-02-22 14:51:33 +08:00
zhiweijian
db72885f15
fix scan rsp length err
2021-02-22 14:45:05 +08:00
KonstantinKondrashov
1e4552533d
esp32xx: Fix default values for all RTC sources in RTC_CLK_CAL_CYCLES option
...
Closes: https://github.com/espressif/esp-idf/issues/6037
2021-02-19 20:02:49 +08:00
Island
7a85334d80
Merge branch 'bugfix/ignore_null_valued_comb_key_3_3' into 'release/v3.3'
...
Bugfix/ignore null valued comb key 3 3
See merge request espressif/esp-idf!12362
2021-02-19 11:38:57 +00:00
Angus Gratton
0aca88a6e9
ci: Log failure to close any DUT
2021-02-15 10:54:50 +11:00
Chinmay Chhajed
dcaaddae37
component/bt: Added check for NULL valued combination key.
2021-02-10 17:19:20 +05:30
Chinmay Chhajed
4936e8f86c
Bluedroid: Do not initiate/accept connection with device having same BDADDR.
...
Added BD_ADDR comparison in l2cu_lcp_allocate and removed check from
security connection request handler as it's handled in l2cu_lcp_allocate
for both connection request and create connection.
2021-02-10 17:16:47 +05:30
Chinmay Chhajed
6a4e69f442
bt: removed esp_bt_get_mac()
...
There was no need for this function as there is already a way present to
fetch own mac address. Own mac addr can be fetched by calling
controller_get_interface().
2021-02-10 17:12:27 +05:30