aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
diff options
context:
space:
mode:
authorArnav Gupta <championswimmer@gmail.com>2014-09-20 03:09:54 +0530
committerArnav Gupta <championswimmer@gmail.com>2014-09-20 03:09:54 +0530
commitf1d5c050b07947c51516a83c03e65d2777ed5ca6 (patch)
tree999f68f6ffb90349d8e01d5f34ea342f386698ab /boards.txt
parent99fa1b0cbbe2d8299c083a2ce85c674957b032d7 (diff)
set correct max size for mega2560
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
Diffstat (limited to 'boards.txt')
-rw-r--r--boards.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/boards.txt b/boards.txt
index 5999ab1..07381e4 100644
--- a/boards.txt
+++ b/boards.txt
@@ -186,7 +186,7 @@ mega.build.board=AVR_MEGA2560
mega.menu.cpu.atmega2560=ATmega2560 (Mega 2560)
mega.menu.cpu.atmega2560.upload.protocol=wiring
-mega.menu.cpu.atmega2560.upload.maximum_size=258048
+mega.menu.cpu.atmega2560.upload.maximum_size=253952
mega.menu.cpu.atmega2560.upload.speed=115200
mega.menu.cpu.atmega2560.bootloader.high_fuses=0xD8
@@ -222,7 +222,7 @@ megaADK.pid.1=0x0044
megaADK.upload.tool=avrdude
megaADK.upload.protocol=wiring
-megaADK.upload.maximum_size=258048
+megaADK.upload.maximum_size=253952
megaADK.upload.maximum_data_size=8192
megaADK.upload.speed=115200