forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwest.yml
191 lines (183 loc) · 5.92 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# The west manifest file (west.yml) for the nRF Connect SDK (NCS).
#
# The per-workspace west configuration file, ncs/.west/config,
# specifies the location of this manifest file like this:
#
# [manifest]
# path = nrf
#
# See the west documentation for more information:
#
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/index.html
manifest:
version: "0.10"
# "remotes" is a list of locations where git repositories are cloned
# and fetched from.
remotes:
# nRF Connect SDK GitHub organization.
# NCS repositories are hosted here.
- name: ncs
url-base: https://github.com/nrfconnect
# Third-party repository sources:
- 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
- name: nanopb
url-base: https://github.com/nanopb
- name: alexa
url-base: https://github.com/alexa
- name: nordicsemi
url-base: https://github.com/NordicSemiconductor
- name: pelioniot
url-base: https://github.com/PelionIoT
- name: memfault
url-base: https://github.com/memfault
# If not otherwise specified, the projects below should be obtained
# from the ncs remote.
defaults:
remote: ncs
group-filter: [-homekit, -nrf-802154, -find-my]
# "projects" is a list of git repositories which make up the NCS
# source code.
projects:
# The Zephyr RTOS fork in the NCS, along with the subset of its
# modules which NCS imports directly.
#
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/introduction/index.html
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 02f76ba0e91ba0fe5bb58f38bb787cd652d818b8
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
# revision. Only the projects explicitly named in the
# following allowlist are imported.
#
# Note that the zephyr west extensions (like 'build', 'flash',
# 'debug', etc.) are automatically provided by this import, so
# there's no need to add a redundant west-commands: key for
# the zephyr project.
#
# Please keep this list sorted alphabetically.
name-allowlist:
- canopennode
- cmsis
- civetweb
- edtt
- fatfs
- hal_nordic
- hal_st
- libmetal
- littlefs
- loramac-node
- lvgl
- mbedtls
- mcumgr
- mipi-sys-t
- net-tools
- nrf_hw_models
- open-amp
- segger
- tinycbor
- tinycrypt
- TraceRecorderSource
# NCS repositories.
#
# Some of these are also Zephyr modules which have NCS-specific
# changes.
- name: mcuboot
repo-path: sdk-mcuboot
revision: db700bfa11e8272a04c034ae9659973c4057eee6
path: bootloader/mcuboot
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: c6fe05f9fd5e65fdfdab281549832a767e255004
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tfm
revision: cb1e6c2f070e68c950cd861d1bbd76b296be78b9
- name: tfm-mcuboot # This is used by the trusted-firmware-m module.
repo-path: sdk-mcuboot
path: modules/tee/tfm-mcuboot
revision: v1.7.2
- name: openthread
repo-path: sdk-openthread
path: modules/lib/openthread
revision: thread-reference-20200818-ncs1-rc1
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: f2143619b5c097f36e608be4a1e60144857e6efe
submodules:
- name: nlio
path: third_party/nlio/repo
- name: nlassert
path: third_party/nlassert/repo
- name: pigweed
path: third_party/pigweed/repo
- name: nrf-802154
repo-path: sdk-nrf-802154
path: nrf-802154
revision: a147927cf8ed43831dc2d8003017be8306724d61
groups:
- nrf-802154
- name: cjson
repo-path: sdk-cjson
path: modules/lib/cjson
revision: 50bddddf7fb45e4ce87bc3619df06db55d181856
# Other third-party repositories.
- name: cmock
path: test/cmock
revision: 9d092898ef26ece140d9225e037274b64d4f851e
remote: throwtheswitch
- name: unity
path: test/cmock/vendor/unity
revision: 74cde089e65c3435ce9aa87d5c69f4f16b7f6ade
remote: throwtheswitch
- name: mbedtls-nrf
path: mbedtls
repo-path: mbedtls
revision: mbedtls-2.26.0
remote: armmbed
- name: nanopb
path: modules/lib/nanopb
revision: nanopb-0.4.2
remote: nanopb
- name: Alexa-Gadgets-Embedded-Sample-Code
path: modules/alexa-embedded
revision: face92d8c62184832793f518bb1f19379538c5c1
remote: alexa
- name: mbed-cloud-client
path: modules/lib/pelion-dm
revision: 4.9.0
remote: pelioniot
- name: cddl-gen
remote: nordicsemi
revision: 24f1b2b0c64c694b7f9ac1b7eab60b39236ca0bf
path: modules/lib/cddl-gen
- name: homekit
repo-path: sdk-homekit
revision: 37869c22f29e5368a02f4a666c4ad1c2cfb58574
groups:
- homekit
- name: find-my
repo-path: sdk-find-my
revision: 5fbbc09774f913afcbabca1a2ab0e28e87b32453
groups:
- find-my
- name: memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
revision: 0.21.1
remote: memfault
# West-related configuration for the nrf repository.
self:
# This repository should be cloned to ncs/nrf.
path: nrf
# This line configures west extensions which are currently only
# for internal use by NCS maintainers.
west-commands: scripts/west-commands.yml