1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pkg_cmsis-nn: adapt to use new common cmsis package

This commit is contained in:
Alexandre Abadie 2022-05-04 20:44:14 +02:00
parent 0f6d79d768
commit 3d655dc28e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
BOARD ?= nucleo-l476rg
include ../Makefile.pkg_common
USEPKG += cmsis-nn
USEPKG += cmsis
USEMODULE += cmsis-nn
BLOBS += input

View File

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