Skip to content

Commit 29cd5cd

Browse files
committed
IDF master 2c49af9e75
1 parent 0d5a12f commit 29cd5cd

24 files changed

+10
-10
lines changed

platform.txt

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

tools/platformio-build-esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
"UNITY_INCLUDE_CONFIG_H",
297297
"WITH_POSIX",
298298
"_GNU_SOURCE",
299-
("IDF_VER", '\\"v4.4-dev-2571-gb1c3ee71c5\\"'),
299+
("IDF_VER", '\\"v4.4-dev-2575-g2c49af9e75\\"'),
300300
"ESP_PLATFORM",
301301
"ARDUINO_ARCH_ESP32",
302302
"ESP32",

tools/platformio-build-esp32c3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"UNITY_INCLUDE_CONFIG_H",
283283
"WITH_POSIX",
284284
"_GNU_SOURCE",
285-
("IDF_VER", '\\"v4.4-dev-2571-gb1c3ee71c5\\"'),
285+
("IDF_VER", '\\"v4.4-dev-2575-g2c49af9e75\\"'),
286286
"ESP_PLATFORM",
287287
"ARDUINO_ARCH_ESP32",
288288
"ESP32",

tools/platformio-build-esp32s2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"UNITY_INCLUDE_CONFIG_H",
283283
"WITH_POSIX",
284284
"_GNU_SOURCE",
285-
("IDF_VER", '\\"v4.4-dev-2571-gb1c3ee71c5\\"'),
285+
("IDF_VER", '\\"v4.4-dev-2575-g2c49af9e75\\"'),
286286
"ESP_PLATFORM",
287287
"ARDUINO_ARCH_ESP32",
288288
"ESP32",

tools/sdk/esp32/include/config/sdkconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,5 +694,5 @@
694694
#define CONFIG_ULP_COPROC_ENABLED CONFIG_ESP32_ULP_COPROC_ENABLED
695695
#define CONFIG_ULP_COPROC_RESERVE_MEM CONFIG_ESP32_ULP_COPROC_RESERVE_MEM
696696
#define CONFIG_WARN_WRITE_STRINGS CONFIG_COMPILER_WARN_WRITE_STRINGS
697-
#define CONFIG_ARDUINO_IDF_COMMIT "b1c3ee71c5"
697+
#define CONFIG_ARDUINO_IDF_COMMIT "2c49af9e75"
698698
#define CONFIG_ARDUINO_IDF_BRANCH "master"

tools/sdk/esp32/ld/libbtdm_app.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libesp_system.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)