From 7affefe7f9159133bf470262647894416feda118 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Fri, 9 May 2025 16:42:23 +0800 Subject: [PATCH] chore: add zephyr module Signed-off-by: sakumisu <1203593632@qq.com> --- 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..54612211 --- /dev/null +++ b/zephyr/module.yml @@ -0,0 +1,4 @@ +name: CherryUSB +build: + cmake: . + kconfig: Kconfig \ No newline at end of file