summaryrefslogtreecommitdiff
path: root/examples/west.yml
blob: 0683f686112cdb24e501d26624ccc3ca0c8fe860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
manifest:
  remotes:
    - name: zephyrproject-rtos
      url-base: https://github.com/zephyrproject-rtos
  projects:
    - name: zephyr
      remote: zephyrproject-rtos
      revision: main
      path: zephyr
      import: true
  self:
    path: .