Skip to content

Commit 5f60209

Browse files
committed
feat: Upgraded esp-idf version to fba0edd5 for esp32c5 and esp32c61
1 parent f971c7d commit 5f60209

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
branch:release/v5.5
2-
commit:fcae32885b0296b32044cb99ecbdc50d98dddb83
2+
commit:fba0edd581a8671e12a51f69ab9756e189307c99
33
repository:https://github.com/espressif/esp-idf.git
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
branch:release/v5.5
2-
commit:fcae32885b0296b32044cb99ecbdc50d98dddb83
2+
commit:fba0edd581a8671e12a51f69ab9756e189307c99
33
repository:https://github.com/espressif/esp-idf.git
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
branch:release/v5.5
2-
commit:07e9bf497094c7efa63efd42b28021e2cdd8c235
2+
commit:fba0edd581a8671e12a51f69ab9756e189307c99
33
repository:https://github.com/espressif/esp-idf.git
File renamed without changes.

patches/patch_list.ini

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,27 @@
3232
[blufi-adv.patch]
3333
description = "Add the support for BluFi advertising if uses nimble"
3434
path = esp-idf
35-
target = esp32c2, esp32c5, esp32c6
35+
target = esp32c2, esp32c6
3636
when = after_sdkconfig
3737
dependency = CONFIG_AT_BLUFI_COMMAND_SUPPORT
3838

3939
[dhcp_option_len.patch]
4040
description = "[IDF-13354] Fixed a potential heap corruption issue if set hostname length to 32 bytes via AT+CWHOSTNAME"
4141
path = esp-idf
42+
target = esp32c2, esp32c3, esp32c6, esp32, esp32s2
4243
when = before_sdkconfig
4344

4445
[mqtt.patch]
4546
description = "Fixed an issue where an MQTT QoS 2 PUBREL packet might not be retransmitted"
4647
path = esp-idf/components/mqtt/esp-mqtt
47-
target = esp32, esp32c2, esp32c3, esp32c6, esp32s2
48+
target = esp32c2, esp32c3, esp32c6, esp32, esp32s2
4849
when = after_sdkconfig
4950
dependency = CONFIG_AT_MQTT_COMMAND_SUPPORT
5051

5152
[http.patch]
5253
description = "[IDF-13454] Fixed the issue where AT HTTP requests returned OK even when the server's HTTP body was incomplete"
5354
path = esp-idf
55+
target = esp32c2, esp32c3, esp32c6, esp32, esp32s2
5456
when = after_sdkconfig
5557
dependency = CONFIG_AT_HTTP_COMMAND_SUPPORT
5658

@@ -77,17 +79,10 @@
7779
when = after_sdkconfig
7880
dependency = CONFIG_AT_BLE_COMMAND_SUPPORT
7981

80-
[blufi_null_point.patch]
81-
description = '[ESPAT-2437] Fixed blufi null point issue'
82-
path = esp-idf
83-
target = esp32c5
84-
when = after_sdkconfig
85-
dependency = CONFIG_AT_BLUFI_COMMAND_SUPPORT
86-
87-
[blufi-adv-c61.patch]
82+
[blufi-adv-v55.patch]
8883
description = "Add the support for BluFi advertising if uses nimble"
8984
path = esp-idf
90-
target = esp32c61
85+
target = esp32c61, esp32c5
9186
when = after_sdkconfig
9287
dependency = CONFIG_AT_BLUFI_COMMAND_SUPPORT
9388

0 commit comments

Comments
 (0)