summaryrefslogtreecommitdiff
path: root/west.yml
blob: 535873790dca2a71119de448fe223827b0ec51df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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