1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 12:33:49 +01:00
2016-11-09 12:01:09 +01:00

13 lines
270 B
Makefile

APPLICATION = board_microbit
include ../Makefile.tests_common
BOARD = microbit
# This test application is for the BBC micro:bit only
BOARD_WHITELIST := microbit
# We want to test the microbit support module
USEMODULE += microbit
include $(RIOTBASE)/Makefile.include