Skip to content

Commit fa81335

Browse files
committed
IDF master eb1a66e7c9
1 parent 29cd5cd commit fa81335

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+11
-11
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-2575-g2c49af9e75\\"'),
299+
("IDF_VER", '\\"v4.4-dev-2582-geb1a66e7c9\\"'),
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-2575-g2c49af9e75\\"'),
285+
("IDF_VER", '\\"v4.4-dev-2582-geb1a66e7c9\\"'),
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-2575-g2c49af9e75\\"'),
285+
("IDF_VER", '\\"v4.4-dev-2582-geb1a66e7c9\\"'),
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 "2c49af9e75"
697+
#define CONFIG_ARDUINO_IDF_COMMIT "eb1a66e7c9"
698698
#define CONFIG_ARDUINO_IDF_BRANCH "master"

tools/sdk/esp32/ld/sections.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ SECTIONS
601601
_bss_start = ABSOLUTE(.);
602602

603603
*(.bss .bss.*)
604-
*(.ext_ram.bss .ext_ram.bss.*)
605604
*(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem)
605+
*(.ext_ram.bss .ext_ram.bss.*)
606606
*(COMMON)
607607
_bt_bss_start = ABSOLUTE(.);
608608
*libbt.a:(.bss .bss.* COMMON)

tools/sdk/esp32/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libcoexist.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libcore.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libdriver.a

1.06 KB
Binary file not shown.

0 commit comments

Comments
 (0)