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

tests/driver_xbee: Update Makefile.ci

The additional warning message increases the size of the .rodata
section. For the Arduino Mega2560 this is placed in RAM (and flash), as
flash is not mapped into the data address space.
This commit is contained in:
Marian Buschsieweke 2021-03-02 16:44:24 +01:00
parent 3a378c24a2
commit 4cfcc4ee9e
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -1,6 +1,7 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-mega2560 \
arduino-nano \
arduino-uno \
atmega328p \