From 8806acfbf95ec2e0f259238a3f5443cbcdd27320 Mon Sep 17 00:00:00 2001 From: HanCheol Cho Date: Thu, 14 Feb 2019 21:08:28 +0900 Subject: [PATCH] Added partition menu for OROCA EduBot board. (#2429) --- boards.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/boards.txt b/boards.txt index ba0f1653..16b0248c 100644 --- a/boards.txt +++ b/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