Skip to content

Commit 50c6500

Browse files
committed
Update IDF libs and fix missing BLE 4.2 features
1 parent 066886e commit 50c6500

File tree

803 files changed

+81118
-15908
lines changed

Some content is hidden

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

803 files changed

+81118
-15908
lines changed

platform.txt

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

tools/esptool.py

Lines changed: 582 additions & 180 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
@@ -304,7 +304,7 @@
304304
"UNITY_INCLUDE_CONFIG_H",
305305
"WITH_POSIX",
306306
"_GNU_SOURCE",
307-
("IDF_VER", '\\"v4.4-98-geb3797dc3f\\"'),
307+
("IDF_VER", '\\"v4.4-263-g000d3823bb\\"'),
308308
"ESP_PLATFORM",
309309
"_POSIX_READER_WRITER_LOCKS",
310310
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32c3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"UNITY_INCLUDE_CONFIG_H",
295295
"WITH_POSIX",
296296
"_GNU_SOURCE",
297-
("IDF_VER", '\\"v4.4-98-geb3797dc3f\\"'),
297+
("IDF_VER", '\\"v4.4-263-g000d3823bb\\"'),
298298
"ESP_PLATFORM",
299299
"_POSIX_READER_WRITER_LOCKS",
300300
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32s2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"UNITY_INCLUDE_CONFIG_H",
292292
"WITH_POSIX",
293293
"_GNU_SOURCE",
294-
("IDF_VER", '\\"v4.4-98-geb3797dc3f\\"'),
294+
("IDF_VER", '\\"v4.4-263-g000d3823bb\\"'),
295295
"ESP_PLATFORM",
296296
"_POSIX_READER_WRITER_LOCKS",
297297
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"UNITY_INCLUDE_CONFIG_H",
309309
"WITH_POSIX",
310310
"_GNU_SOURCE",
311-
("IDF_VER", '\\"v4.4-98-geb3797dc3f\\"'),
311+
("IDF_VER", '\\"v4.4-263-g000d3823bb\\"'),
312312
"ESP_PLATFORM",
313313
"_POSIX_READER_WRITER_LOCKS",
314314
"ARDUINO_ARCH_ESP32",
16 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)