-
Notifications
You must be signed in to change notification settings - Fork 837
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/upgrade_idf_to_v5.0.6' into 'master'
feat: Upgraded esp-idf version to v5.0.6 See merge request application/esp-at!1528
- Loading branch information
Showing
47 changed files
with
13 additions
and
2,313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
248
module_config/module_esp32-d2wd/patch/esp_wifi_deinit.patch
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
module_config/module_esp32-d2wd/patch/mbedtls_dynamic_buffer.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.