Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e10b528

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

File tree

Expand file treeCollapse file tree

25 files changed

+468
-282
lines changed
Filter options
Expand file treeCollapse file tree

25 files changed

+468
-282
lines changed

‎boards.txt

Copy file name to clipboardExpand all lines: boards.txt
+446-282Lines changed: 446 additions & 282 deletions
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.
+11Lines changed: 11 additions & 0 deletions
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.
+11Lines changed: 11 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.