From 3e38f86a405e228c2f2cdbfd0f75bdea06e7e924 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Mon, 27 Nov 2023 09:54:30 -0800 Subject: [PATCH] feat: Add Zephyr module support. --- boards/shields/.gitkeep | 0 config/west.yml | 2 ++ zephyr/module.yml | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 boards/shields/.gitkeep create mode 100644 zephyr/module.yml diff --git a/boards/shields/.gitkeep b/boards/shields/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/config/west.yml b/config/west.yml index 379d291..db39b6c 100644 --- a/config/west.yml +++ b/config/west.yml @@ -2,6 +2,8 @@ manifest: remotes: - name: zmkfirmware url-base: https://github.com/zmkfirmware + # Additional modules containing boards/shields/custom code can be listed here as well + # See https://docs.zephyrproject.org/latest/develop/west/manifest.html#projects projects: - name: zmk remote: zmkfirmware diff --git a/zephyr/module.yml b/zephyr/module.yml new file mode 100644 index 0000000..1cc2b35 --- /dev/null +++ b/zephyr/module.yml @@ -0,0 +1,3 @@ +build: + settings: + board_root: .