summaryrefslogtreecommitdiff
path: root/examples/west.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-01-23 17:26:32 +0700
committerhathach <[email protected]>2025-01-23 17:35:05 +0700
commit0162d6ab326cb1903e62664b0e18913dbf8ed823 (patch)
tree85d12769160f0686590d24d7f86c4cd6798d7982 /examples/west.yml
parent31071ccf0e27cc8b77ddb41417665ea82b2b9b35 (diff)
kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR
Diffstat (limited to 'examples/west.yml')
-rw-r--r--examples/west.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/west.yml b/examples/west.yml
new file mode 100644
index 000000000..383815c45
--- /dev/null
+++ b/examples/west.yml
@@ -0,0 +1,12 @@
+manifest:
+ remotes:
+ - name: zephyrproject-rtos
+ url-base: https://github.com/zephyrproject-rtos
+ projects:
+ - name: zephyr
+ remote: zephyrproject-rtos
+ revision: main
+ path: lib/zephyr
+ import: true
+ self:
+ path: .