1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_cmsis-dsp/Makefile
Aaron Sowry 7759611713 Rename 'openmote' board to 'openmote-cc2538'
This is to avoid ambiguity with future versions of the OpenMote platform.
2016-01-23 08:06:15 +13:00

38 lines
572 B
Makefile

APPLICATION = test-cmsis-dsp
include ../Makefile.tests_common
USEPKG += cmsis-dsp
BOARD_WHITELIST := \
airfy-beacon \
arduino-due \
cc2538dk \
f4vi1 \
fox \
iotlab-m3 \
mbed_lpc1768 \
msbiot \
mulle \
nucleo-f091 \
nucleo-f103 \
nucleo-f303 \
nucleo-f334 \
nucleo-f401 \
nucleo-l1 \
openmote-cc2538 \
pba-d-01-kw2x \
pca10000 \
pca10005 \
saml21-xpro \
samr21-xpro \
spark-core \
stm32f0discovery \
stm32f3discovery \
stm32f4discovery \
udoo \
yunjia-nrf51822 \
nrf6310 \
#
include $(RIOTBASE)/Makefile.include