forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
78 lines (72 loc) · 2.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# 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: v0.5.8
manifest:
defaults:
remote: ncs
remotes:
# nRF Connect SDK base URL.
- name: ncs
url-base: https://github.com/NordicPlayground
- name: zephyrproject
url-base: https://github.com/zephyrproject-rtos
- name: throwtheswitch
url-base: https://github.com/ThrowTheSwitch
- name: armmbed
url-base: https://github.com/ARMmbed
# The list of external projects for the nRF Connect SDK.
#
projects:
- name: fw-nrfconnect-zephyr
path: zephyr
west-commands: scripts/west-commands.yml
revision: 7e64ac737daead12d2dbdda5daec04188243a81c
- name: nffs
revision: bc62a2fa9d98ddb5d633c932ea199bc68e10f194
path: modules/fs/nffs
remote: zephyrproject
- name: segger
revision: 6fcf61606d6012d2c44129edc033f59331e268bc
path: modules/debug/segger
remote: zephyrproject
- name: fw-nrfconnect-mcuboot
path: mcuboot
revision: 8b0e50cd5898e66e8bf92b5378c5b29fb0838471
- name: fw-nrfconnect-mcumgr
revision: c8f675a5fa7f62106b9d913844bd5ed6e16ae69e
path: modules/lib/mcumgr
- name: fw-nrfconnect-tinycbor
path: modules/lib/tinycbor
revision: 543ecb7c8662580ef803d59ceda7bd3b8a84a11b
- name: nrfxlib
path: nrfxlib
revision: be4d8e08958e4ad960f39be24cf2816ced008841
- name: cmock
path: test/cmock
revision: c243b9a7a7b3c471023193992b46cf1bd1910450
remote: throwtheswitch
- name: unity
path: test/cmock/vendor/unity
revision: 031f3bbe45f8adf504ca3d13e6f093869920b091
remote: throwtheswitch
- name: mbedtls
revision: mbedtls-2.13.1
remote: armmbed
self:
path: nrf