From 3f05146de855b7ccd270c87fc1c8825af75c8e06 Mon Sep 17 00:00:00 2001 From: Valeriy Koval Date: Mon, 16 Feb 2015 19:32:17 +0200 Subject: [PATCH] Fix Arduino Due ROM & RAM size --- platformio/boards/arduino.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio/boards/arduino.json b/platformio/boards/arduino.json index 88cbe334..c55b8843 100644 --- a/platformio/boards/arduino.json +++ b/platformio/boards/arduino.json @@ -553,8 +553,8 @@ "platform": "atmelsam", "upload": { "disable_flushing": true, - "maximum_ram_size": 524288, - "maximum_size": 28672, + "maximum_ram_size": 28672, + "maximum_size": 524288, "protocol": "sam-ba", "speed": 57600, "use_1200bps_touch": true,