mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 14:52:45 +01:00
855b5bd54d
Added arduino-leonardo to BOARD_INSUFFICIENT_MEMORY where needed
10 lines
230 B
Makefile
10 lines
230 B
Makefile
include ../Makefile.tests_common
|
|
|
|
|
|
USEMODULE += xtimer
|
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
|
|
arduino-uno nucleo-f031k6
|
|
|
|
include $(RIOTBASE)/Makefile.include
|