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 \
|
|
#
|