2014-02-21 19:07:16 +01:00
|
|
|
include ../Makefile.tests_common
|
2014-01-10 16:21:35 +01:00
|
|
|
|
2019-05-24 17:36:06 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
|
|
|
|
arduino-uno chronos msb-430 msb-430h telosb \
|
|
|
|
wsn430-v1_3b wsn430-v1_4 z1
|
2015-10-05 12:53:36 +02:00
|
|
|
|
2014-01-10 16:21:35 +01:00
|
|
|
USEMODULE += hashes
|
|
|
|
USEMODULE += bloom
|
|
|
|
USEMODULE += random
|
2015-09-03 18:53:09 +02:00
|
|
|
USEMODULE += xtimer
|
2014-01-10 16:21:35 +01:00
|
|
|
|
2019-02-21 16:19:38 +01:00
|
|
|
USEMODULE += fmt
|
|
|
|
|
2014-04-02 14:41:17 +02:00
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
|
2014-01-10 16:21:35 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|