1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

arduino-mega2560: configure BOOTLOADER_SIZE

Taken from https://store.arduino.cc/arduino-mega-2560-rev3
This commit is contained in:
cladmi 2018-08-16 19:15:05 +02:00
parent 2c1344fc9f
commit 6a96042b4a
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -14,4 +14,7 @@ export FFLAGS += -p m2560
# overridden for debugging (which requires changes that require to use an ISP)
export PROGRAMMER ?= stk500v2
BOOTLOADER_SIZE ?= 8K
ROM_RESERVED ?= $(BOOTLOADER_SIZE)
include $(RIOTBOARD)/common/arduino-atmega/Makefile.include