Added partition menu for OROCA EduBot board. (#2429)
This commit is contained in:
parent
2e9cb5945d
commit
8806acfbf9
11
boards.txt
11
boards.txt
@ -2772,7 +2772,7 @@ lopy4.menu.DebugLevel.verbose.build.code_debug=5
|
||||
oroca_edubot.name=OROCA EduBot
|
||||
|
||||
oroca_edubot.upload.tool=esptool_py
|
||||
oroca_edubot.upload.maximum_size=1310720
|
||||
oroca_edubot.upload.maximum_size=3145728
|
||||
oroca_edubot.upload.maximum_data_size=327680
|
||||
oroca_edubot.upload.wait_for_upload_port=true
|
||||
|
||||
@ -2788,9 +2788,16 @@ oroca_edubot.build.f_cpu=240000000L
|
||||
oroca_edubot.build.flash_mode=dio
|
||||
oroca_edubot.build.flash_size=4MB
|
||||
oroca_edubot.build.boot=dio
|
||||
oroca_edubot.build.partitions=default
|
||||
oroca_edubot.build.partitions=huge_app
|
||||
oroca_edubot.build.defines=
|
||||
|
||||
oroca_edubot.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA)
|
||||
oroca_edubot.menu.PartitionScheme.huge_app.build.partitions=huge_app
|
||||
oroca_edubot.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
|
||||
oroca_edubot.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
|
||||
oroca_edubot.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
|
||||
oroca_edubot.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
|
||||
|
||||
oroca_edubot.menu.FlashFreq.80=80MHz
|
||||
oroca_edubot.menu.FlashFreq.80.build.flash_freq=80m
|
||||
oroca_edubot.menu.FlashFreq.40=40MHz
|
||||
|
Loading…
Reference in New Issue
Block a user