mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
308 B
Makefile
11 lines
308 B
Makefile
include ../Makefile.sys_common
|
|
|
|
USEMODULE += pthread
|
|
|
|
# The test compiles, but these boards have too little RAM for
|
|
# dynamic allocation of thread stacks
|
|
BOARD_BLACKLIST := arduino-nano arduino-duemilanove \
|
|
arduino-uno nucleo-f031k6 stm32f030f4-demo
|
|
|
|
include $(RIOTBASE)/Makefile.include
|