mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
4cfcc4ee9e
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.
20 lines
384 B
Makefile
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 \
|
|
#
|