1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pipe/Makefile
Gaëtan Harter 589d7e5a46
applications: remove mentions of jiminy-mega256rfr2
Remove the deprecated board from BOARD_BLACKLIST and BOARD_INSUFFICIENT_MEMORY.
2019-10-08 18:37:32 +02:00

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