Skip to content

Commit 5b24931

Browse files
committed
add makeboards.py & update_tinyuf2.py scripts for adafruit
1 parent 5f427c9 commit 5b24931

File tree

25 files changed

+468
-282
lines changed

25 files changed

+468
-282
lines changed

Diff for: boards.txt

+446-282
Large diffs are not rendered by default.
-128 Bytes
Binary file not shown.

Diff for: variants/adafruit_feather_esp32s2/tinyuf2.bin

-128 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.
-96 Bytes
Binary file not shown.
-144 Bytes
Binary file not shown.

Diff for: variants/adafruit_feather_esp32s2_tft/tinyuf2.bin

-112 Bytes
Binary file not shown.
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_feather_esp32s3/tinyuf2.bin

16 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.
48 Bytes
Binary file not shown.
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_feather_esp32s3_tft/tinyuf2.bin

32 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.

Diff for: variants/adafruit_funhouse_esp32s2/tinyuf2.bin

-96 Bytes
Binary file not shown.
-144 Bytes
Binary file not shown.

Diff for: variants/adafruit_magtag29_esp32s2/tinyuf2.bin

-112 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.

Diff for: variants/adafruit_metro_esp32s2/tinyuf2.bin

-128 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.

Diff for: variants/adafruit_qtpy_esp32s2/tinyuf2.bin

-128 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.

Diff for: variants/adafruit_qtpy_esp32s3_nopsram/tinyuf2.bin

48 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)