forked from espressif/esp-at
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Upgraded esp-idf version to 64849cb7 (commit after v5.1.5 tag)
- feat: Upgraded esp-idf version from v5.0.6 to ~v5.1.5 for esp32, esp32c2, esp32c3, esp32c6, esp32s2 - chore: Removed deprecated patches for previous v5.0.6 - chore: Updated the *.defaults due to the upgrade - feat(mdns): Upgraded mdns version from ~v1.0.0 to ~v1.4.2 - optimise(ram): Reduced iram footprint by enabling CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH on esp32 - change: Updated CONFIG_BT_LE_LL_RESOLV_LIST_SIZE from 10 to 5 due to its limit on esp32c2 and esp32c6 - change: Updated CONFIG_BT_LE_LL_DUP_SCAN_LIST_COUNT from 1 to 5 due to its limit on esp32c6 - change: Enabled CONFIG_ESP_PHY_MAC_BB_PD option to support ble light sleep on esp32c6 - feat(rainmaker): Upgraded the esp-rainmaker version to 7d506420
- Loading branch information
Showing
95 changed files
with
132 additions
and
2,312 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
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,6 +1,6 @@ | ||
ESP32: 239a73b | ||
ESP32C3: 239a73b | ||
ESP32C2: 239a73b | ||
ESP32C5: 239a73b | ||
ESP32C6: 239a73b | ||
ESP32S2: 239a73b | ||
ESP32: 752008f | ||
ESP32C3: 752008f | ||
ESP32C2: 752008f | ||
ESP32C5: 8834929 | ||
ESP32C6: 752008f | ||
ESP32S2: 752008f |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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:bcca689866db3dfda47f77670bf8df2a7ec94721 | ||
branch:release/v5.1 | ||
commit:64849cb7039a93b7b3a4ad8e8da328fa9c09c5e7 | ||
repository:https://github.com/espressif/esp-idf.git |
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
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:bcca689866db3dfda47f77670bf8df2a7ec94721 | ||
branch:release/v5.1 | ||
commit:64849cb7039a93b7b3a4ad8e8da328fa9c09c5e7 | ||
repository:https://github.com/espressif/esp-idf.git |
40 changes: 0 additions & 40 deletions
40
module_config/module_esp32-d2wd/patch/esp_tls_parse_ecc_key.patch
This file was deleted.
Oops, something went wrong.
123 changes: 0 additions & 123 deletions
123
module_config/module_esp32-d2wd/patch/fatfs_generation.patch
This file was deleted.
Oops, something went wrong.
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,21 +1,9 @@ | ||
; Add your patches to the section below | ||
|
||
[esp_tls_parse_ecc_key.patch] | ||
path = esp-idf | ||
note = "Fixed an issue where esp-tls is unable to parse ECC keys" | ||
|
||
[fatfs_generation.patch] | ||
path = esp-idf | ||
note = "Fixed an issue where data read after writing fatfs partition more than 63 times might be incorrect" | ||
|
||
[support_ext_partition.patch] | ||
path = esp-idf | ||
note = "[IDF-9560] Support to use partition table outside of the project directory" | ||
|
||
[modify_bluedroid_conn_timeout.patch] | ||
path = esp-idf | ||
note = "[ESPAT-1972] Support to modify the timeout period for BLE connections" | ||
|
||
[libbtdm_app.a] | ||
path = esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a | ||
note = "[ESPAT-1962] Fixed ble disconnection fail issue" |
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
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
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:bcca689866db3dfda47f77670bf8df2a7ec94721 | ||
branch:release/v5.1 | ||
commit:64849cb7039a93b7b3a4ad8e8da328fa9c09c5e7 | ||
repository:https://github.com/espressif/esp-idf.git |
40 changes: 0 additions & 40 deletions
40
module_config/module_esp32-sdio/patch/esp_tls_parse_ecc_key.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.