This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit f2eb5cd3c4d5a05bfa1007ebb074f23178673777
Author: jihandong <jihand...@xiaomi.com>
AuthorDate: Fri May 10 16:15:45 2024 +0800

    ml: tflite extra hardware support.
    
    Signed-off-by: jihandong <jihand...@xiaomi.com>
---
 mlearning/tflite-micro/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mlearning/tflite-micro/Makefile b/mlearning/tflite-micro/Makefile
index 098ac76a7..1db63a28b 100644
--- a/mlearning/tflite-micro/Makefile
+++ b/mlearning/tflite-micro/Makefile
@@ -93,6 +93,9 @@ CSRCS += operators/neon/arm_elementwise_add_s8.c
 endif
 endif
 
+# extra hardware support.
+-include $(TFLM_DIR)/tensorflow/lite/micro/nuttx/Makefile
+
 CFLAGS   += ${COMMON_FLAGS}
 CXXFLAGS += ${COMMON_FLAGS}
 

Reply via email to