Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 417f45f

Browse files
committedMay 30, 2022
update adafruit boards tinyuf2 and partition scheme
- add tinyuf2 suffix to variant bootloader, cvs - also update adafruit esp32s3 menu to match latest esp32s3dev one
1 parent ed33e15 commit 417f45f

39 files changed

+185
-167
lines changed
 

‎boards.txt

Lines changed: 175 additions & 156 deletions
Large diffs are not rendered by default.
64 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22.2 KB
Binary file not shown.
Binary file not shown.
-21.9 KB
Binary file not shown.
18.9 KB
Binary file not shown.
Binary file not shown.
-21.9 KB
Binary file not shown.
17.1 KB
Binary file not shown.
Binary file not shown.
-21.9 KB
Binary file not shown.
17.1 KB
Binary file not shown.
416 Bytes
Binary file not shown.
Binary file not shown.
-21.9 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
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,

‎variants/atmegazero_esp32s2/partitions.csv

Lines changed: 0 additions & 11 deletions
This file was deleted.
10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.