2017-11-28 11:53:00 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
# some boards have not enough rom and/or ram
|
2018-05-23 12:50:33 +02:00
|
|
|
BOARD_BLACKLIST += nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 pic32-clicker
|
2019-05-24 17:36:06 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-leonardo arduino-nano \
|
|
|
|
arduino-uno
|
2017-11-28 11:53:00 +01:00
|
|
|
|
|
|
|
# override PRNG if desired (see sys/random for alternatives)
|
|
|
|
# USEMODULE += prng_minstd
|
|
|
|
|
|
|
|
USEMODULE += fmt
|
|
|
|
USEMODULE += random
|
|
|
|
USEMODULE += shell
|
|
|
|
USEMODULE += xtimer
|
|
|
|
|
|
|
|
FEATURES_OPTIONAL += periph_hwrng
|
|
|
|
|
2018-04-04 15:20:51 +02:00
|
|
|
TEST_ON_CI_WHITELIST += native
|
|
|
|
|
2017-11-28 11:53:00 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|