From 1b6d1495c3068b7bc59dea0e08ff77bbd9ea95e9 Mon Sep 17 00:00:00 2001 From: chcbaram Date: Wed, 6 Feb 2019 16:18:12 +0900 Subject: [PATCH] Added partition menu for OROCA EduBot board. --- boards.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/boards.txt b/boards.txt index a5dd94a75e6..0e85557210d 100644 --- a/boards.txt +++ b/boards.txt @@ -2738,7 +2738,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 @@ -2754,9 +2754,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