-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathwest.yml
40 lines (37 loc) · 875 Bytes
/
west.yml
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
manifest:
self:
path: device
west-commands: scripts/west-commands.yml
remotes:
- name: sdk
url-base: https://github.com/nrfconnect
- name: zephyr
url-base: https://github.com/zephyrproject-rtos
- name: IntergatedCircuits
url-base: https://github.com/IntergatedCircuits
projects:
- name: sdk-nrf
remote: sdk
path: nrf
revision: v2.8.0
import:
path-prefix: nrfconnect
clone-depth: 1
import:
name-allowlist:
- zephyr
- cmsis
- hal_nordic
- mcuboot
- nrfxlib
- lvgl
- segger
- tinycrypt
- zcbor
- name: hal_nxp
remote: zephyr
clone-depth: 1
- name: c2usb
remote: IntergatedCircuits
revision: 5af7af626bd82c3937ca16395d6777259effa3fc
clone-depth: 1