From 5a032f09e0547d7eaf882723b32f9a4c6ecbd5b9 Mon Sep 17 00:00:00 2001 From: Al Semjonovs Date: Thu, 19 Jan 2023 08:46:48 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4189422 Reviewed-by: Yuval Peress --- west.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 west.yml 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 -- cgit v1.2.1