1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +01:00
2021-05-07 21:29:16 +02:00

17 lines
285 B
Makefile

MODULE = mnist
SRCXXEXT = cc
CXXEXFLAGS += -Wno-unused-parameter
CXXEXFLAGS += -Wno-type-limits
CFLAGS += -Wno-pedantic
# Add the tensorflow lite quantized model as a blob
BLOBS += model.tflite
# Add the input digit image as blob
BLOBS += digit
include $(RIOTBASE)/Makefile.base