2015-05-19 12:53:12 +02:00
|
|
|
APPLICATION = test-cmsis-dsp
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
USEPKG += cmsis-dsp
|
|
|
|
|
|
|
|
BOARD_WHITELIST := \
|
|
|
|
airfy-beacon \
|
|
|
|
arduino-due \
|
|
|
|
cc2538dk \
|
|
|
|
f4vi1 \
|
|
|
|
fox \
|
2015-08-19 20:59:06 +02:00
|
|
|
iotlab-m3 \
|
2015-05-19 12:53:12 +02:00
|
|
|
mbed_lpc1768 \
|
|
|
|
msbiot \
|
|
|
|
mulle \
|
|
|
|
nucleo-f091 \
|
2015-12-01 16:16:57 +01:00
|
|
|
nucleo-f103 \
|
2015-05-19 12:53:12 +02:00
|
|
|
nucleo-f303 \
|
|
|
|
nucleo-f334 \
|
2015-10-06 15:16:16 +02:00
|
|
|
nucleo-f401 \
|
2015-05-19 12:53:12 +02:00
|
|
|
nucleo-l1 \
|
|
|
|
openmote \
|
|
|
|
pba-d-01-kw2x \
|
|
|
|
pca10000 \
|
|
|
|
pca10005 \
|
|
|
|
saml21-xpro \
|
|
|
|
samr21-xpro \
|
|
|
|
spark-core \
|
|
|
|
stm32f0discovery \
|
|
|
|
stm32f3discovery \
|
|
|
|
stm32f4discovery \
|
|
|
|
udoo \
|
|
|
|
yunjia-nrf51822 \
|
2015-08-23 07:29:01 +02:00
|
|
|
nrf6310 \
|
2015-05-19 12:53:12 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|