Skip to content

Commit 6d400df

Browse files
authored
IDF release/v4.4 f23dcd3555 (#5996)
esp-dsp: master 6b25cbb esp-face: master d141502 esp-rainmaker: f1b82c7 esp32-camera: master 61400bc esp_littlefs: master 3c29afc
1 parent 7bb30b3 commit 6d400df

File tree

348 files changed

+2902
-900
lines changed

Some content is hidden

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

348 files changed

+2902
-900
lines changed

platform.txt

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

tools/platformio-build-esp32.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"-Wl,--gc-sections",
8282
"-fno-rtti",
8383
"-fno-lto",
84-
"-Wl,--wrap=mbedtls_mpi_exp_mod",
8584
"-Wl,--wrap=longjmp",
8685
"-Wl,--undefined=uxTopUsedPriority",
8786
"-T", "esp32.rom.redefined.ld",
@@ -304,7 +303,7 @@
304303
"UNITY_INCLUDE_CONFIG_H",
305304
"WITH_POSIX",
306305
"_GNU_SOURCE",
307-
("IDF_VER", '\\"v4.4-dev-3703-gddc44956bf\\"'),
306+
("IDF_VER", '\\"v4.4-beta1-183-gf23dcd3555\\"'),
308307
"ESP_PLATFORM",
309308
"_POSIX_READER_WRITER_LOCKS",
310309
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32c3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"-Wl,--gc-sections",
8282
"-fno-rtti",
8383
"-fno-lto",
84-
"-Wl,--wrap=mbedtls_mpi_exp_mod",
8584
"-Wl,--undefined=uxTopUsedPriority",
8685
"-Wl,--wrap=_Unwind_SetEnableExceptionFdeSorting",
8786
"-Wl,--wrap=__register_frame_info_bases",
@@ -294,7 +293,7 @@
294293
"UNITY_INCLUDE_CONFIG_H",
295294
"WITH_POSIX",
296295
"_GNU_SOURCE",
297-
("IDF_VER", '\\"v4.4-dev-3703-gddc44956bf\\"'),
296+
("IDF_VER", '\\"v4.4-beta1-183-gf23dcd3555\\"'),
298297
"ESP_PLATFORM",
299298
"_POSIX_READER_WRITER_LOCKS",
300299
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32s2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"UNITY_INCLUDE_CONFIG_H",
291291
"WITH_POSIX",
292292
"_GNU_SOURCE",
293-
("IDF_VER", '\\"v4.4-dev-3703-gddc44956bf\\"'),
293+
("IDF_VER", '\\"v4.4-beta1-183-gf23dcd3555\\"'),
294294
"ESP_PLATFORM",
295295
"_POSIX_READER_WRITER_LOCKS",
296296
"ARDUINO_ARCH_ESP32",
-128 Bytes
Binary file not shown.
-144 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.
-144 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)