1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_cmsis-nn/Makefile
Marian Buschsieweke e4c627d252
tests/pkg_cmsis-nn: add -Wno-cast-align
This should be reverted and properly fixed.
2021-12-03 10:12:36 +01:00

27 lines
597 B
Makefile

BOARD ?= nucleo-l476rg
include ../Makefile.tests_common
USEPKG += cmsis-nn
BLOBS += input
# Boards that were tested and are known to work
#
# 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 \
iotlab-m3 \
nrf52832-mdk \
nrf52dk \
nucleo-l476rg \
same54-xpro \
stm32f723e-disco
#
include $(RIOTBASE)/Makefile.include
# TODO: Get rid of this flag
CFLAGS += -Wno-cast-align