1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/driver_xbee/Makefile.ci
Marian Buschsieweke 4cfcc4ee9e
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.
2021-03-22 08:15:55 +01:00

20 lines
384 B
Makefile

BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-mega2560 \
arduino-nano \
arduino-uno \
atmega328p \
atxmega-a1u-xpro \
nucleo-f030r8 \
nucleo-f031k6 \
nucleo-f042k6 \
nucleo-f334r8 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
waspmote-pro \
#