1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/pkg_cmsis-dsp/Makefile
Lari Lehtomäki 14be504b6a boards/nucleo-f401: Add initial support
cpu: Add support for STM32F401xE cpu

boards: Add support for Nucleo-f401

boards/nucleo-f401: New line fixes and comment on green led pin

board/nucleo-f401: Added LED GPIO

board/nucleo-f401: Fixed LED GPIO

board/nucleo-f401: Minor fixes
2015-11-30 11:06:34 +02:00

37 lines
549 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-f303 \
nucleo-f334 \
nucleo-f401 \
nucleo-l1 \
openmote \
pba-d-01-kw2x \
pca10000 \
pca10005 \
saml21-xpro \
samr21-xpro \
spark-core \
stm32f0discovery \
stm32f3discovery \
stm32f4discovery \
udoo \
yunjia-nrf51822 \
nrf6310 \
#
include $(RIOTBASE)/Makefile.include