2023-05-10 10:36:12 +02:00
|
|
|
include ../Makefile.sys_common
|
2014-03-04 01:44:39 +01:00
|
|
|
|
2014-06-10 19:09:48 +02:00
|
|
|
# Modules to include.
|
2014-03-04 01:44:39 +01:00
|
|
|
USEMODULE += pthread
|
|
|
|
USEMODULE += random
|
2015-09-03 21:36:13 +02:00
|
|
|
USEMODULE += xtimer
|
2014-03-04 01:44:39 +01:00
|
|
|
|
2019-10-20 15:23:03 +02:00
|
|
|
# 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
|
|
|
|
|
2014-03-04 01:44:39 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|