From 1d1a7ca53a99b3561f7bf1998100542874ffe2b0 Mon Sep 17 00:00:00 2001 From: valeros Date: Tue, 26 Jan 2021 15:31:05 +0200 Subject: [PATCH] Move default Arduino partitions to a separate section --- boards/esp32cam.json | 4 ++-- boards/heltec_wifi_lora_32_V2.json | 4 ++-- boards/heltec_wireless_stick.json | 4 ++-- boards/m5stack-fire.json | 4 ++-- boards/nina_w10.json | 4 ++-- boards/oroca_edubot.json | 4 ++-- boards/ttgo-t-watch.json | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/boards/esp32cam.json b/boards/esp32cam.json index 49c00e6..f712939 100644 --- a/boards/esp32cam.json +++ b/boards/esp32cam.json @@ -1,7 +1,8 @@ { "build": { "arduino":{ - "ldscript": "esp32_out.ld" + "ldscript": "esp32_out.ld", + "partitions": "huge_app.csv" }, "core": "esp32", "extra_flags": "-DARDUINO_ESP32_DEV -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue", @@ -9,7 +10,6 @@ "f_flash": "40000000L", "flash_mode": "dio", "mcu": "esp32", - "partitions": "huge_app.csv", "variant": "esp32" }, "connectivity": [ diff --git a/boards/heltec_wifi_lora_32_V2.json b/boards/heltec_wifi_lora_32_V2.json index 4fa8a64..c2a0f95 100644 --- a/boards/heltec_wifi_lora_32_V2.json +++ b/boards/heltec_wifi_lora_32_V2.json @@ -1,7 +1,8 @@ { "build": { "arduino":{ - "ldscript": "esp32_out.ld" + "ldscript": "esp32_out.ld", + "partitions": "default_8MB.csv" }, "core": "esp32", "extra_flags": "-DARDUINO_HELTEC_WIFI_LORA_32_V2", @@ -9,7 +10,6 @@ "f_flash": "40000000L", "flash_mode": "dio", "mcu": "esp32", - "partitions": "default_8MB.csv", "variant": "heltec_wifi_lora_32_V2" }, "connectivity": [ diff --git a/boards/heltec_wireless_stick.json b/boards/heltec_wireless_stick.json index f3a1016..1f09ca4 100644 --- a/boards/heltec_wireless_stick.json +++ b/boards/heltec_wireless_stick.json @@ -1,7 +1,8 @@ { "build": { "arduino":{ - "ldscript": "esp32_out.ld" + "ldscript": "esp32_out.ld", + "partitions": "default_8MB.csv" }, "core": "esp32", "extra_flags": "-DARDUINO_HELTEC_WIRELESS_STICK", @@ -9,7 +10,6 @@ "f_flash": "40000000L", "flash_mode": "dio", "mcu": "esp32", - "partitions": "default_8MB.csv", "variant": "heltec_wireless_stick" }, "connectivity": [ diff --git a/boards/m5stack-fire.json b/boards/m5stack-fire.json index 36ad0a6..a7a51b1 100644 --- a/boards/m5stack-fire.json +++ b/boards/m5stack-fire.json @@ -1,7 +1,8 @@ { "build": { "arduino":{ - "ldscript": "esp32_out.ld" + "ldscript": "esp32_out.ld", + "partitions": "default_16MB.csv" }, "core": "esp32", "extra_flags": "-DARDUINO_M5STACK_FIRE", @@ -9,7 +10,6 @@ "f_flash": "40000000L", "flash_mode": "dio", "mcu": "esp32", - "partitions": "default_16MB.csv", "variant": "m5stack_fire" }, "connectivity": [ diff --git a/boards/nina_w10.json b/boards/nina_w10.json index 3cc9a38..a0041df 100644 --- a/boards/nina_w10.json +++ b/boards/nina_w10.json @@ -1,7 +1,8 @@ { "build": { "arduino":{ - "ldscript": "esp32_out.ld" + "ldscript": "esp32_out.ld", + "partitions": "minimal.csv" }, "core": "esp32", "extra_flags": "-DARDUINO_UBLOX_NINA_W10", @@ -9,7 +10,6 @@ "f_flash": "40000000L", "flash_mode": "dio", "mcu": "esp32", - "partitions": "minimal.csv", "variant": "nina_w10" }, "connectivity": [ diff --git a/boards/oroca_edubot.json b/boards/oroca_edubot.json index 52e2149..2a99c8c 100644 --- a/boards/oroca_edubot.json +++ b/boards/oroca_edubot.json @@ -1,7 +1,8 @@ { "build": { "arduino":{ - "ldscript": "esp32_out.ld" + "ldscript": "esp32_out.ld", + "partitions": "huge_app.csv" }, "core": "esp32", "extra_flags": "-DARDUINO_OROCA_EDUBOT", @@ -9,7 +10,6 @@ "f_flash": "40000000L", "flash_mode": "dio", "mcu": "esp32", - "partitions": "huge_app.csv", "variant": "oroca_edubot" }, "connectivity": [ diff --git a/boards/ttgo-t-watch.json b/boards/ttgo-t-watch.json index a47a4a0..aaf47c0 100644 --- a/boards/ttgo-t-watch.json +++ b/boards/ttgo-t-watch.json @@ -1,7 +1,8 @@ { "build": { "arduino":{ - "ldscript": "esp32_out.ld" + "ldscript": "esp32_out.ld", + "partitions": "default_16MB.csv" }, "core": "esp32", "extra_flags": "-DARDUINO_T-Watch -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue", @@ -9,7 +10,6 @@ "f_flash": "40000000L", "flash_mode": "dio", "mcu": "esp32", - "partitions": "default_16MB.csv", "variant": "twatch" }, "connectivity": [