mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
370 B
Makefile
14 lines
370 B
Makefile
include ../Makefile.sys_common
|
|
|
|
# Modules to include.
|
|
USEMODULE += pthread
|
|
USEMODULE += random
|
|
USEMODULE += xtimer
|
|
|
|
# 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
|