mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
589d7e5a46
Remove the deprecated board from BOARD_BLACKLIST and BOARD_INSUFFICIENT_MEMORY.
11 lines
280 B
Makefile
11 lines
280 B
Makefile
include ../Makefile.tests_common
|
|
|
|
#malloc.h not found
|
|
BOARD_BLACKLIST := arduino-leonardo mega-xplained
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \
|
|
nucleo-f031k6
|
|
|
|
USEMODULE += pipe
|
|
|
|
include $(RIOTBASE)/Makefile.include
|