mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 17:32:44 +01:00
855b5bd54d
Added arduino-leonardo to BOARD_INSUFFICIENT_MEMORY where needed
13 lines
341 B
Makefile
13 lines
341 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# exclude boards with insufficient memory
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\
|
|
arduino-uno nucleo-f031k6
|
|
|
|
USEMODULE += sdcard_spi
|
|
USEMODULE += auto_init_storage
|
|
USEMODULE += fmt
|
|
USEMODULE += shell
|
|
|
|
include $(RIOTBASE)/Makefile.include
|