Skip to content

Commit 5b04b60

Browse files
committed
IDF master 59aa60d52
1 parent c8a8313 commit 5b04b60

File tree

438 files changed

+3457
-1935
lines changed

Some content is hidden

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

438 files changed

+3457
-1935
lines changed

platform.txt

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

tools/platformio-build-esp32.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"-u", "newlib_include_heap_impl",
109109
"-u", "newlib_include_syscalls_impl",
110110
"-u", "newlib_include_pthread_impl",
111+
"-u", "newlib_include_assert_impl",
111112
"-u", "__cxa_guard_dummy",
112113
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
113114
],
@@ -295,7 +296,7 @@
295296
"UNITY_INCLUDE_CONFIG_H",
296297
"WITH_POSIX",
297298
"_GNU_SOURCE",
298-
("IDF_VER", '\\"v4.4-dev-2487-g8131d6f46\\"'),
299+
("IDF_VER", '\\"v4.4-dev-2518-g59aa60d52\\"'),
299300
"ESP_PLATFORM",
300301
"ARDUINO_ARCH_ESP32",
301302
"ESP32",

tools/platformio-build-esp32c3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
"-u", "newlib_include_heap_impl",
134134
"-u", "newlib_include_syscalls_impl",
135135
"-u", "newlib_include_pthread_impl",
136+
"-u", "newlib_include_assert_impl",
136137
"-u", "__cxa_guard_dummy",
137138
"-u", "__cxx_fatal_exception",
138139
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
@@ -281,7 +282,7 @@
281282
"UNITY_INCLUDE_CONFIG_H",
282283
"WITH_POSIX",
283284
"_GNU_SOURCE",
284-
("IDF_VER", '\\"v4.4-dev-2487-g8131d6f46\\"'),
285+
("IDF_VER", '\\"v4.4-dev-2518-g59aa60d52\\"'),
285286
"ESP_PLATFORM",
286287
"ARDUINO_ARCH_ESP32",
287288
"ESP32",

tools/platformio-build-esp32s2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"-u", "newlib_include_heap_impl",
104104
"-u", "newlib_include_syscalls_impl",
105105
"-u", "newlib_include_pthread_impl",
106+
"-u", "newlib_include_assert_impl",
106107
"-u", "__cxa_guard_dummy",
107108
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
108109
],
@@ -281,7 +282,7 @@
281282
"UNITY_INCLUDE_CONFIG_H",
282283
"WITH_POSIX",
283284
"_GNU_SOURCE",
284-
("IDF_VER", '\\"v4.4-dev-2487-g8131d6f46\\"'),
285+
("IDF_VER", '\\"v4.4-dev-2518-g59aa60d52\\"'),
285286
"ESP_PLATFORM",
286287
"ARDUINO_ARCH_ESP32",
287288
"ESP32",
16 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)