From ea987c1ca661be723de83bd159aed815d6cbd430 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Sat, 20 Apr 2024 13:54:41 -0700 Subject: [PATCH] manifest: zephyr module file Add module definition for integration into the zephyr build system. Signed-off-by: Jordan Yates --- zephyr/module.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 zephyr/module.yml diff --git a/zephyr/module.yml b/zephyr/module.yml new file mode 100644 index 00000000..e7c6fac6 --- /dev/null +++ b/zephyr/module.yml @@ -0,0 +1,4 @@ +name: cmsis-nn +build: + cmake-ext: True + kconfig-ext: True