a752c7ab
elopes
add first test an...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
APPLICATION = cmsis-dsp
BOARD ?= samr21-xpro
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-f103 \
nucleo-f303 \
nucleo-f334 \
nucleo-f401 \
nucleo-l152 \
openmote-cc2538 \
pba-d-01-kw2x \
pca10000 \
pca10005 \
samd21-xpro \
saml21-xpro \
samr21-xpro \
spark-core \
stm32f0discovery \
stm32f3discovery \
stm32f4discovery \
udoo \
yunjia-nrf51822 \
nrf6310 \
#
include $(RIOTBASE)/Makefile.include
|