Skip to content

Commit b30e55e

Browse files
bitbank2me-no-dev
authored andcommitted
Added partition size option for Pico Kit (#3258)
The original boards.txt was missing a menu option to select the FLASH partitioning options.
1 parent 0ac2de7 commit b30e55e

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
@@ -257,6 +257,15 @@ pico32.build.boot=dio
257257
pico32.build.partitions=default
258258
pico32.build.defines=
259259

260+
pico32.menu.PartitionScheme.default=Default
261+
pico32.menu.PartitionScheme.default.build.partitions=default
262+
pico32.menu.PartitionScheme.no_ota=No OTA (Large APP)
263+
pico32.menu.PartitionScheme.no_ota.build.partitions=no_ota
264+
pico32.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
265+
pico32.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
266+
pico32.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
267+
pico32.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
268+
260269
pico32.menu.UploadSpeed.921600=921600
261270
pico32.menu.UploadSpeed.921600.upload.speed=921600
262271
pico32.menu.UploadSpeed.115200=115200

0 commit comments

Comments
 (0)