Skip to content

Commit 8806acf

Browse files
hancheol-chome-no-dev
authored andcommitted
Added partition menu for OROCA EduBot board. (#2429)
1 parent 2e9cb59 commit 8806acf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Diff for: boards.txt

+9-2
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,7 @@ lopy4.menu.DebugLevel.verbose.build.code_debug=5
27722772
oroca_edubot.name=OROCA EduBot
27732773

27742774
oroca_edubot.upload.tool=esptool_py
2775-
oroca_edubot.upload.maximum_size=1310720
2775+
oroca_edubot.upload.maximum_size=3145728
27762776
oroca_edubot.upload.maximum_data_size=327680
27772777
oroca_edubot.upload.wait_for_upload_port=true
27782778

@@ -2788,9 +2788,16 @@ oroca_edubot.build.f_cpu=240000000L
27882788
oroca_edubot.build.flash_mode=dio
27892789
oroca_edubot.build.flash_size=4MB
27902790
oroca_edubot.build.boot=dio
2791-
oroca_edubot.build.partitions=default
2791+
oroca_edubot.build.partitions=huge_app
27922792
oroca_edubot.build.defines=
27932793

2794+
oroca_edubot.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA)
2795+
oroca_edubot.menu.PartitionScheme.huge_app.build.partitions=huge_app
2796+
oroca_edubot.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
2797+
oroca_edubot.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
2798+
oroca_edubot.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
2799+
oroca_edubot.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
2800+
27942801
oroca_edubot.menu.FlashFreq.80=80MHz
27952802
oroca_edubot.menu.FlashFreq.80.build.flash_freq=80m
27962803
oroca_edubot.menu.FlashFreq.40=40MHz

0 commit comments

Comments
 (0)