Skip to content

Commit 6ed9294

Browse files
committed
IDF master 5f38b766a8
1 parent 0101877 commit 6ed9294

File tree

506 files changed

+23386
-14848
lines changed

Some content is hidden

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

506 files changed

+23386
-14848
lines changed

platform.txt

+3-3
Large diffs are not rendered by default.

tools/platformio-build-esp32.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@
193193
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "unity", "unity", "src"),
194194
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "cmock", "CMock", "src"),
195195
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "coap", "port", "include"),
196-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "coap", "port", "include", "coap"),
197196
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "coap", "libcoap", "include"),
198-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "coap", "libcoap", "include", "coap2"),
199197
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "console"),
200198
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "nghttp", "port", "include"),
201199
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "nghttp", "nghttp2", "lib", "includes"),
@@ -274,6 +272,7 @@
274272
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "esp-face", "include", "tool"),
275273
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "esp-face", "include", "typedef"),
276274
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "esp-face", "include", "image"),
275+
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "esp-face", "include", "math"),
277276
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "esp-face", "include", "nn"),
278277
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "esp-face", "include", "layer"),
279278
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "esp-face", "include", "detect"),
@@ -299,7 +298,7 @@
299298
"UNITY_INCLUDE_CONFIG_H",
300299
"WITH_POSIX",
301300
"_GNU_SOURCE",
302-
("IDF_VER", '\\"v4.4-dev-2825-gb63ec47238\\"'),
301+
("IDF_VER", '\\"v4.4-dev-2875-g5f38b766a8\\"'),
303302
"ESP_PLATFORM",
304303
"ARDUINO_ARCH_ESP32",
305304
"ESP32",

tools/platformio-build-esp32c3.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,7 @@
219219
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "unity", "unity", "src"),
220220
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "cmock", "CMock", "src"),
221221
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "coap", "port", "include"),
222-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "coap", "port", "include", "coap"),
223222
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "coap", "libcoap", "include"),
224-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "coap", "libcoap", "include", "coap2"),
225223
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "console"),
226224
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "nghttp", "port", "include"),
227225
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "nghttp", "nghttp2", "lib", "includes"),
@@ -283,7 +281,7 @@
283281
"UNITY_INCLUDE_CONFIG_H",
284282
"WITH_POSIX",
285283
"_GNU_SOURCE",
286-
("IDF_VER", '\\"v4.4-dev-2825-gb63ec47238\\"'),
284+
("IDF_VER", '\\"v4.4-dev-2875-g5f38b766a8\\"'),
287285
"ESP_PLATFORM",
288286
"ARDUINO_ARCH_ESP32",
289287
"ESP32",

tools/platformio-build-esp32s2.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@
182182
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "unity", "unity", "src"),
183183
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "cmock", "CMock", "src"),
184184
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "coap", "port", "include"),
185-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "coap", "port", "include", "coap"),
186185
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "coap", "libcoap", "include"),
187-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "coap", "libcoap", "include", "coap2"),
188186
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "console"),
189187
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "nghttp", "port", "include"),
190188
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "nghttp", "nghttp2", "lib", "includes"),
@@ -227,6 +225,7 @@
227225
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "spiffs", "include"),
228226
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "touch_element", "include"),
229227
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "ulp", "include"),
228+
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "usb", "include"),
230229
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "wifi_provisioning", "include"),
231230
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "freertos", "include", "freertos"),
232231
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "arduino_tinyusb", "tinyusb", "src"),
@@ -260,6 +259,7 @@
260259
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "esp-face", "include", "tool"),
261260
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "esp-face", "include", "typedef"),
262261
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "esp-face", "include", "image"),
262+
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "esp-face", "include", "math"),
263263
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "esp-face", "include", "nn"),
264264
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "esp-face", "include", "layer"),
265265
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "esp-face", "include", "detect"),
@@ -285,7 +285,7 @@
285285
"UNITY_INCLUDE_CONFIG_H",
286286
"WITH_POSIX",
287287
"_GNU_SOURCE",
288-
("IDF_VER", '\\"v4.4-dev-2825-gb63ec47238\\"'),
288+
("IDF_VER", '\\"v4.4-dev-2875-g5f38b766a8\\"'),
289289
"ESP_PLATFORM",
290290
"ARDUINO_ARCH_ESP32",
291291
"ESP32",
32 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.

tools/sdk/esp32/include/coap/libcoap/include/coap2/async.h

-148
This file was deleted.

tools/sdk/esp32/include/coap/libcoap/include/coap2/bits.h

-78
This file was deleted.

0 commit comments

Comments
 (0)