2017-02-14 13:56:09 +01:00
|
|
|
BOARD ?= samr21-xpro
|
2023-05-05 10:09:15 +02:00
|
|
|
include ../Makefile.pkg_common
|
2015-05-19 12:53:12 +02:00
|
|
|
|
2022-05-04 20:44:05 +02:00
|
|
|
USEPKG += cmsis
|
|
|
|
USEMODULE += cmsis-dsp
|
2015-05-19 12:53:12 +02:00
|
|
|
|
|
|
|
BOARD_WHITELIST := \
|
|
|
|
airfy-beacon \
|
|
|
|
arduino-due \
|
2022-05-04 21:45:58 +02:00
|
|
|
b-u585i-iot02a \
|
2015-05-19 12:53:12 +02:00
|
|
|
cc2538dk \
|
|
|
|
f4vi1 \
|
2015-08-19 20:59:06 +02:00
|
|
|
iotlab-m3 \
|
2015-05-19 12:53:12 +02:00
|
|
|
mbed_lpc1768 \
|
2022-05-04 21:45:58 +02:00
|
|
|
microbit-v2 \
|
2015-05-19 12:53:12 +02:00
|
|
|
msbiot \
|
|
|
|
mulle \
|
2018-02-27 14:28:30 +01:00
|
|
|
nucleo-f091rc \
|
2018-02-27 14:30:11 +01:00
|
|
|
nucleo-f103rb \
|
|
|
|
nucleo-f103rb \
|
2018-02-27 14:31:20 +01:00
|
|
|
nucleo-f303re \
|
2018-02-27 14:31:53 +01:00
|
|
|
nucleo-f334r8 \
|
2018-02-27 14:32:20 +01:00
|
|
|
nucleo-f401re \
|
2018-02-27 14:38:06 +01:00
|
|
|
nucleo-l152re \
|
2022-05-04 20:44:05 +02:00
|
|
|
nucleo-l476rg \
|
2016-01-21 22:47:57 +01:00
|
|
|
openmote-cc2538 \
|
2015-05-19 12:53:12 +02:00
|
|
|
pba-d-01-kw2x \
|
2017-03-31 22:22:28 +02:00
|
|
|
samd21-xpro \
|
2015-05-19 12:53:12 +02:00
|
|
|
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
|