From bb033c1a8a79e568ab879ebe4b1dc8e9673cc61b Mon Sep 17 00:00:00 2001 From: tpitman Date: Mon, 23 Sep 2019 15:46:46 -0600 Subject: [PATCH 1/2] Add partition schemes to adafruit featheresp32 --- boards.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/boards.txt b/boards.txt index 1bd216ec70f..bf1908ede89 100644 --- a/boards.txt +++ b/boards.txt @@ -1654,6 +1654,17 @@ featheresp32.menu.DebugLevel.debug.build.code_debug=4 featheresp32.menu.DebugLevel.verbose=Verbose featheresp32.menu.DebugLevel.verbose.build.code_debug=5 +featheresp32.menu.PartitionScheme.default=Default +featheresp32.menu.PartitionScheme.default.build.partitions=default +featheresp32.menu.PartitionScheme.minimal=Minimal (2MB FLASH) +featheresp32.menu.PartitionScheme.minimal.build.partitions=minimal +featheresp32.menu.PartitionScheme.no_ota=No OTA (Large APP) +featheresp32.menu.PartitionScheme.no_ota.build.partitions=no_ota +featheresp32.menu.PartitionScheme.no_ota.upload.maximum_size=2097152 +featheresp32.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA) +featheresp32.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs +featheresp32.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080 + ############################################################## nodemcu-32s.name=NodeMCU-32S From 493d70de247c07691aa70c50b3a271b20fbc6379 Mon Sep 17 00:00:00 2001 From: tpitman Date: Tue, 24 Sep 2019 07:41:41 -0600 Subject: [PATCH 2/2] Removed minimal partition scheme --- boards.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/boards.txt b/boards.txt index bf1908ede89..c0af96b4206 100644 --- a/boards.txt +++ b/boards.txt @@ -1656,8 +1656,6 @@ featheresp32.menu.DebugLevel.verbose.build.code_debug=5 featheresp32.menu.PartitionScheme.default=Default featheresp32.menu.PartitionScheme.default.build.partitions=default -featheresp32.menu.PartitionScheme.minimal=Minimal (2MB FLASH) -featheresp32.menu.PartitionScheme.minimal.build.partitions=minimal featheresp32.menu.PartitionScheme.no_ota=No OTA (Large APP) featheresp32.menu.PartitionScheme.no_ota.build.partitions=no_ota featheresp32.menu.PartitionScheme.no_ota.upload.maximum_size=2097152