mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
58ae12d000
Sadly GCC currently doesn't optimize as expected and the additional return value increases the ROM a bit. As a result, the application doesn't fit into the ROM of four additional boards.
9 lines
167 B
Makefile
9 lines
167 B
Makefile
BOARD_INSUFFICIENT_MEMORY := \
|
|
arduino-duemilanove \
|
|
arduino-leonardo \
|
|
arduino-nano \
|
|
nucleo-l011k4 \
|
|
samd10-xmini \
|
|
stm32f030f4-demo \
|
|
#
|