Skip to content

Commit

Permalink
Merge branch 'feature/upgrade_idf_to_v5.0.6' into 'master'
Browse files Browse the repository at this point in the history
feat: Upgraded esp-idf version to v5.0.6

See merge request application/esp-at!1528
  • Loading branch information
xcguang committed Mar 1, 2024
2 parents 52f7b17 + 4cda059 commit 3cbcc04
Show file tree
Hide file tree
Showing 47 changed files with 13 additions and 2,313 deletions.
6 changes: 3 additions & 3 deletions components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ESP32: 141f8b6
ESP32C3: 141f8b6
ESP32C2: 141f8b6
ESP32: 35b03bd
ESP32C3: 35b03bd
ESP32C2: 35b03bd
ESP32C6: 141f8b6
Binary file modified components/at/lib/libesp32_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core_silence.a
Binary file not shown.
2 changes: 1 addition & 1 deletion module_config/module_esp32-d2wd/IDF_VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
branch:release/v5.0
commit:8fbf4ba6058bcf736317d8a7aa75d0578563c38b
commit:bcca689866db3dfda47f77670bf8df2a7ec94721
repository:https://github.com/espressif/esp-idf.git
248 changes: 0 additions & 248 deletions module_config/module_esp32-d2wd/patch/esp_wifi_deinit.patch

This file was deleted.

22 changes: 0 additions & 22 deletions module_config/module_esp32-d2wd/patch/mbedtls_dynamic_buffer.patch

This file was deleted.

8 changes: 0 additions & 8 deletions module_config/module_esp32-d2wd/patch/patch_list.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
; Add your patches to the section below

[mbedtls_dynamic_buffer.patch]
path = esp-idf
note = "Fixed a potential ssl crash if uses mbedtls dynamic buffer feature and has ssl renegotiation"

[esp_tls_parse_ecc_key.patch]
path = esp-idf
note = "Fixed an issue where esp-tls is unable to parse ECC keys"

[esp_wifi_deinit.patch]
path = esp-idf
note = "Fixed an issue where initializing and deinitializing the wifi could lead to wifi scanning failures (AR2023-009)"
2 changes: 1 addition & 1 deletion module_config/module_esp32-sdio/IDF_VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
branch:release/v5.0
commit:8fbf4ba6058bcf736317d8a7aa75d0578563c38b
commit:bcca689866db3dfda47f77670bf8df2a7ec94721
repository:https://github.com/espressif/esp-idf.git
Loading

0 comments on commit 3cbcc04

Please sign in to comment.