-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
46 lines (41 loc) · 1.41 KB
/
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
41
42
43
44
45
46
# The west manifest file for the nRF Connect SDK (NCS).
#
# The per-installation west configuration file specifies the location of this
# manifest file. The "path" option in the [manifest] section of .west/config
# defines the folder that contains west.yml. The path is relative to the folder
# that contains .west.
#
# You can create your own manifest files and put them in any
# repository you want, to create your own custom NCS installation.
# For example, you could create a manifest file in your own
# out-of-tree application directory, which would pull the nrf repository
# in as an ordinary project.
#
# You can pass your manifest repositories to west init when creating a
# new NCS installation. See the west documentation for more
# information.
west:
url: https://github.com/zephyrproject-rtos/west
revision: master
manifest:
defaults:
remote: ncs
remotes:
# nRF Connect SDK base URL.
- name: ncs
url-base: https://github.com/NordicPlayground
# The list of external projects for the nRF Connect SDK.
#
projects:
- name: fw-nrfconnect-zephyr
path: zephyr
west-commands: scripts/west-commands.yml
revision: de69d2df908fc7bccd8c03b106e7645e90b1503b
- name: fw-nrfconnect-mcuboot
path: mcuboot
revision: 59fde9c792bfaa36887c860fb8cd0ca1f1bc4db5
- name: nrfxlib
path: nrfxlib
revision: 9bcc77b27d12162adc31d8c8c70f4e499338fbdb
self:
path: nrf