summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Semjonovs <asemjonovs@google.com>2023-01-19 08:46:48 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-01-25 22:30:35 +0000
commit5a032f09e0547d7eaf882723b32f9a4c6ecbd5b9 (patch)
tree02e8308faeca3dadfa003eed602062f2246c0a29
parentfe210959fdbb9fbc37b965b98578cb8e2aad72de (diff)
downloadchrome-ec-5a032f09e0547d7eaf882723b32f9a4c6ecbd5b9.tar.gz
zephyr: west manifest
Create a manifest for west initialization BUG=None BRANCH=NONE TEST=west init west update Change-Id: I2480cf7c3750fdc0d3e628da70fb75fb90496b40 Signed-off-by: Al Semjonovs <asemjonovs@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4189422 Reviewed-by: Yuval Peress <peress@google.com>
-rw-r--r--west.yml44
1 files changed, 44 insertions, 0 deletions
diff --git a/west.yml b/west.yml
new file mode 100644
index 0000000000..535873790d
--- /dev/null
+++ b/west.yml
@@ -0,0 +1,44 @@
+manifest:
+ self:
+ path: modules/ec
+
+ remotes:
+ - name: chromium
+ url-base: https://chromium.googlesource.com/chromiumos
+
+ projects:
+ - name: zephyr
+ remote: chromium
+ repo-path: third_party/zephyr
+ revision: main
+ path: zephyr
+ west-commands: scripts/west-commands.yml
+ clone-depth: 500
+
+ - name: cmsis
+ remote: chromium
+ repo-path: third_party/zephyr/cmsis
+ revision: chromeos-main
+ path: modules/cmsis
+ clone-depth: 500
+
+ - name: hal_stm32
+ remote: chromium
+ repo-path: third_party/zephyr/hal_stm32
+ revision: chromeos-main
+ path: modules/hal_stm32
+ clone-depth: 500
+
+ - name: nanopb
+ remote: chromium
+ repo-path: third_party/zephyr/nanopb
+ revision: main
+ path: modules/nanopb
+ clone-depth: 500
+
+ - name: cryptoc
+ remote: chromium
+ repo-path: third_party/cryptoc
+ revision: main
+ path: modules/cryptoc
+ clone-depth: 500