From 33d74c56b3549909070e6ef2ebc0723352446849 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Mon, 27 Nov 2023 09:54:30 -0800 Subject: [PATCH 1/2] 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: . From f8c63dfecd101c4638319746d91e2c70f0b0eb52 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 4 Dec 2023 19:10:12 -0500 Subject: [PATCH 2/2] fix: Pin the docs link, fix indentation. Co-authored-by: Cem Aksoylar --- config/west.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/west.yml b/config/west.yml index db39b6c..b886cbe 100644 --- a/config/west.yml +++ b/config/west.yml @@ -2,8 +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 + # Additional modules containing boards/shields/custom code can be listed here as well + # See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects projects: - name: zmk remote: zmkfirmware