Skip to content

Commit f3e4162

Browse files
authored
update adafruit boards tinyuf2 and partition scheme (#6770)
- add tinyuf2 suffix to variant bootloader, cvs - also update adafruit esp32s3 menu to match latest esp32s3dev one
1 parent 0efa90d commit f3e4162

39 files changed

+184
-166
lines changed

Diff for: boards.txt

+174-155
Large diffs are not rendered by default.

Diff for: variants/adafruit_feather_esp32s2/tinyuf2.bin

64 Bytes
Binary file not shown.
Binary file not shown.
-21.9 KB
Binary file not shown.
21.7 KB
Binary file not shown.
21.7 KB
Binary file not shown.

Diff for: variants/adafruit_feather_esp32s2_tft/bootloader.bin

-21.9 KB
Binary file not shown.

Diff for: variants/adafruit_feather_esp32s2_tft/tinyuf2.bin

21.7 KB
Binary file not shown.
400 Bytes
Binary file not shown.
21.7 KB
Binary file not shown.

Diff for: variants/adafruit_funhouse_esp32s2/bootloader.bin

-22 KB
Binary file not shown.

Diff for: variants/adafruit_funhouse_esp32s2/tinyuf2.bin

22.2 KB
Binary file not shown.
21.6 KB
Binary file not shown.

Diff for: variants/adafruit_magtag29_esp32s2/bootloader.bin

-21.9 KB
Binary file not shown.

Diff for: variants/adafruit_magtag29_esp32s2/tinyuf2.bin

18.9 KB
Binary file not shown.
21.6 KB
Binary file not shown.

Diff for: variants/adafruit_metro_esp32s2/bootloader.bin

-21.9 KB
Binary file not shown.

Diff for: variants/adafruit_metro_esp32s2/tinyuf2.bin

17.1 KB
Binary file not shown.
21.5 KB
Binary file not shown.

Diff for: variants/adafruit_qtpy_esp32s2/bootloader.bin

-21.9 KB
Binary file not shown.

Diff for: variants/adafruit_qtpy_esp32s2/tinyuf2.bin

17.1 KB
Binary file not shown.

Diff for: variants/adafruit_qtpy_esp32s3_nopsram/tinyuf2.bin

416 Bytes
Binary file not shown.

Diff for: variants/atmegazero_esp32s2/bootloader-tinyuf2.bin

21.3 KB
Binary file not shown.

Diff for: variants/atmegazero_esp32s2/bootloader.bin

-21.9 KB
Binary file not shown.
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ESP-IDF Partition Table
2+
# Name, Type, SubType, Offset, Size, Flags
3+
# bootloader.bin,, 0x1000, 32K
4+
# partition table,, 0x8000, 4K
5+
nvs, data, nvs, 0x9000, 20K,
6+
otadata, data, ota, 0xe000, 8K,
7+
ota_0, 0, ota_0, 0x10000, 2048K,
8+
ota_1, 0, ota_1, 0x210000, 2048K,
9+
uf2, app, factory,0x410000, 256K,
10+
ffat, data, fat, 0x450000, 11968K,

Diff for: variants/atmegazero_esp32s2/partitions.csv

-11
This file was deleted.

Diff for: variants/atmegazero_esp32s2/tinyuf2.bin

10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)