1
0
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:
Alexandre Abadie 2022-05-04 20:44:05 +02:00
parent 2e59f8e9b6
commit 0f6d79d768
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 4 additions and 2 deletions

View File

@ -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 \

View File

@ -1 +1 @@
CONFIG_PACKAGE_CMSIS-DSP=y
CONFIG_MODULE_CMSIS-DSP=y