add makefiles to adapt nnom and cmsis-nn for xizi

This commit is contained in:
wuzheng
2023-02-24 15:47:49 +08:00
parent 10c39d930c
commit 9b3c321150
12 changed files with 59 additions and 6 deletions
@@ -1,7 +1,9 @@
SRC_FILES :=
ifeq ($(CONFIG_APP_MNIST),y)
SRC_FILES := \
main.cpp \
mnistmain.c
CPPPATHS += -I.
endif
include $(KERNEL_ROOT)/compiler.mk
@@ -26,5 +26,3 @@ void mnist_app(void);
int tfmnist(void) {
mnist_app();
}
PRIV_SHELL_CMD_FUNCTION(tfmnist, a mnist test sample, PRIV_SHELL_CMD_MAIN_ATTR);