Skip to content

Commit e10b528

Browse files
authored
add makeboards.py & update_tinyuf2.py scripts for adafruit (espressif#7025)
1 parent 4b64cde commit e10b528

File tree

25 files changed

+468
-282
lines changed

25 files changed

+468
-282
lines changed

boards.txt

+446-282
Large diffs are not rendered by default.
Binary file not shown.
-128 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-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,
16 Bytes
Binary file not shown.
Binary file not shown.
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,
32 Bytes
Binary file not shown.
Binary file not shown.
-96 Bytes
Binary file not shown.
Binary file not shown.
-112 Bytes
Binary file not shown.
Binary file not shown.
-128 Bytes
Binary file not shown.
Binary file not shown.
-128 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)