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

tests/pkg_cmsis-nn: update doc for support for Cortex-M33

This commit is contained in:
Bas Stottelaar 2020-06-26 01:01:02 +02:00 committed by Benjamin Valentin
parent 0f8cecb50b
commit 1ab9fae733

View File

@ -6,8 +6,9 @@ USEPKG += cmsis-nn
BLOBS += input
# Boards that were tested and are known to work
# This package only works with Cortex M3, M4 and M7 CPUs but there's no easy
# way provided by the build system to filter them at that level
#
# This package only works with Cortex M23, M3, M33, M4 and M7 CPUs, but there
# is no easy way provided by the build system to filter them at that level
# (cpu_core_cortexm is the only feature available) for the moment.
BOARD_WHITELIST := \
b-l475e-iot01a \