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 0ac2de7

Browse filesBrowse files
tpitmanme-no-dev
authored andcommitted
Add partition schemes to adafruit featheresp32 (espressif#3255)
* Add partition schemes to adafruit featheresp32 * Removed minimal partition scheme
1 parent 0eec630 commit 0ac2de7
Copy full SHA for 0ac2de7

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎boards.txt

Copy file name to clipboardExpand all lines: boards.txt
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,6 +1654,15 @@ featheresp32.menu.DebugLevel.debug.build.code_debug=4
16541654
featheresp32.menu.DebugLevel.verbose=Verbose
16551655
featheresp32.menu.DebugLevel.verbose.build.code_debug=5
16561656

1657+
featheresp32.menu.PartitionScheme.default=Default
1658+
featheresp32.menu.PartitionScheme.default.build.partitions=default
1659+
featheresp32.menu.PartitionScheme.no_ota=No OTA (Large APP)
1660+
featheresp32.menu.PartitionScheme.no_ota.build.partitions=no_ota
1661+
featheresp32.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
1662+
featheresp32.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
1663+
featheresp32.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
1664+
featheresp32.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
1665+
16571666
##############################################################
16581667

16591668
nodemcu-32s.name=NodeMCU-32S

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.