Skip to content

Commit ab8abc6

Browse files
committed
update adafruit boards tinyuf2 and partition scheme
1 parent ed33e15 commit ab8abc6

32 files changed

+83
-130
lines changed

Diff for: boards.txt

+59-127
Large diffs are not rendered by default.

Diff for: platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ build.flash_freq=80m
127127
build.boot=qio
128128
build.boot_freq={build.flash_freq}
129129
build.bootloader_addr=0x1000
130-
build.custom_bootloader=bootloader
131-
build.custom_partitions=partitions
130+
build.custom_bootloader=
131+
build.custom_partitions=
132132
build.code_debug=0
133133
build.defines=
134134
build.loop_core=

Diff for: variants/adafruit_feather_esp32s2/bootloader.bin

64 Bytes
Binary file not shown.

Diff for: variants/adafruit_feather_esp32s2/tinyuf2.bin

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

Diff for: variants/adafruit_feather_esp32s2_tft/bootloader.bin

-272 Bytes
Binary file not shown.

Diff for: variants/adafruit_feather_esp32s2_tft/tinyuf2.bin

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

Diff for: variants/adafruit_funhouse_esp32s2/bootloader.bin

-288 Bytes
Binary file not shown.

Diff for: variants/adafruit_funhouse_esp32s2/tinyuf2.bin

22.2 KB
Binary file not shown.

Diff for: variants/adafruit_magtag29_esp32s2/bootloader.bin

-272 Bytes
Binary file not shown.

Diff for: variants/adafruit_magtag29_esp32s2/tinyuf2.bin

18.9 KB
Binary file not shown.

Diff for: variants/adafruit_metro_esp32s2/bootloader.bin

-288 Bytes
Binary file not shown.

Diff for: variants/atmegazero_esp32s2/partitions.csv renamed to variants/adafruit_metro_esp32s2/tinyuf2-partitions-4MB.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ESP-IDF Partition Table
22
# Name, Type, SubType, Offset, Size, Flags
33
# bootloader.bin,, 0x1000, 32K
4-
# partition table, 0x8000, 4K
4+
# partition table, 0x8000, 4K
55

66
nvs, data, nvs, 0x9000, 20K,
77
otadata, data, ota, 0xe000, 8K,

Diff for: variants/adafruit_metro_esp32s2/tinyuf2.bin

17.1 KB
Binary file not shown.

Diff for: variants/adafruit_qtpy_esp32s2/bootloader.bin

-336 Bytes
Binary file not shown.
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ESP-IDF Partition Table
2+
# Name, Type, SubType, Offset, Size, Flags
3+
# bootloader.bin,, 0x1000, 32K
4+
# partition table, 0x8000, 4K
5+
6+
nvs, data, nvs, 0x9000, 20K,
7+
otadata, data, ota, 0xe000, 8K,
8+
ota_0, 0, ota_0, 0x10000, 1408K,
9+
ota_1, 0, ota_1, 0x170000, 1408K,
10+
uf2, app, factory,0x2d0000, 256K,
11+
ffat, data, fat, 0x310000, 960K,

Diff for: variants/adafruit_qtpy_esp32s2/tinyuf2.bin

17.1 KB
Binary file not shown.
80 Bytes
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.bin

-656 Bytes
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/tinyuf2.bin

10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)