1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/cpu_efm32_features/Makefile
2018-06-17 14:59:36 +02:00

17 lines
387 B
Makefile

include ../Makefile.tests_common
BOARD = sltb001a
BOARD_WHITELIST := ikea-tradfri \
slstk3401a \
slstk3402a \
sltb001a \
slwstk6000b \
stk3600 \
stk3700
# see cpu/efm32/efm32-features.mk for the supported flags
EFM32_UART_MODES = 1
include $(RIOTBASE)/Makefile.include