mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/pkg_cmsis-dsp: adapt to use new common cmsis package
This commit is contained in:
parent
2e59f8e9b6
commit
0f6d79d768
@ -1,7 +1,8 @@
|
||||
BOARD ?= samr21-xpro
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEPKG += cmsis-dsp
|
||||
USEPKG += cmsis
|
||||
USEMODULE += cmsis-dsp
|
||||
|
||||
BOARD_WHITELIST := \
|
||||
airfy-beacon \
|
||||
@ -19,6 +20,7 @@ BOARD_WHITELIST := \
|
||||
nucleo-f334r8 \
|
||||
nucleo-f401re \
|
||||
nucleo-l152re \
|
||||
nucleo-l476rg \
|
||||
openmote-cc2538 \
|
||||
pba-d-01-kw2x \
|
||||
samd21-xpro \
|
||||
|
@ -1 +1 @@
|
||||
CONFIG_PACKAGE_CMSIS-DSP=y
|
||||
CONFIG_MODULE_CMSIS-DSP=y
|
||||
|
Loading…
Reference in New Issue
Block a user