1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/irq/Makefile

12 lines
264 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \
nucleo-f031k6
2014-03-29 19:14:00 +01:00
USEMODULE += auto_init
2015-09-03 19:01:09 +02:00
USEMODULE += xtimer
2014-02-13 23:39:21 +01:00
2018-04-04 15:20:51 +02:00
TEST_ON_CI_WHITELIST += all
2014-02-13 23:39:21 +01:00
include $(RIOTBASE)/Makefile.include