1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 03:23:49 +01:00
RIOT/tests/pkg/utensor/Makefile
2023-05-06 07:55:01 +02:00

15 lines
321 B
Makefile

include ../Makefile.pkg_common
USEPKG += utensor
# Include input data as blob
BLOBS += digit
# Include C++ model and training weights code as an external module
USEMODULE += models
EXTERNAL_MODULE_DIRS += external_modules
include $(RIOTBASE)/Makefile.include
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE