Skip to content

Commit eda570a

Browse files
reaper7Curclamas
authored andcommitted
Selectable (from menu) partitions for m5stack (espressif#1382)
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: espressif#1379) discourse here: espressif#1378
1 parent 90086dc commit eda570a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

boards.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,15 @@ m5stack-core-esp32.menu.FlashFreq.80.build.flash_freq=80m
12671267
m5stack-core-esp32.menu.FlashFreq.40=40MHz
12681268
m5stack-core-esp32.menu.FlashFreq.40.build.flash_freq=40m
12691269

1270+
m5stack-core-esp32.menu.PartitionScheme.default=Default
1271+
m5stack-core-esp32.menu.PartitionScheme.default.build.partitions=default
1272+
m5stack-core-esp32.menu.PartitionScheme.no_ota=No OTA (Large APP)
1273+
m5stack-core-esp32.menu.PartitionScheme.no_ota.build.partitions=no_ota
1274+
m5stack-core-esp32.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
1275+
m5stack-core-esp32.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
1276+
m5stack-core-esp32.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
1277+
m5stack-core-esp32.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
1278+
12701279
m5stack-core-esp32.menu.UploadSpeed.921600=921600
12711280
m5stack-core-esp32.menu.UploadSpeed.921600.upload.speed=921600
12721281
m5stack-core-esp32.menu.UploadSpeed.115200=115200

0 commit comments

Comments
 (0)