forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
303 lines (293 loc) · 9.69 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
# 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.13"
# "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: nordicsemi
url-base: https://github.com/NordicSemiconductor
- name: dragoon
url-base: https://projecttools.nordicsemi.no/bitbucket/scm/drgn
- name: memfault
url-base: https://github.com/memfault
- name: ant-nrfconnect
url-base: https://github.com/ant-nrfconnect
- name: babblesim
url-base: https://github.com/BabbleSim
- name: bosch
url-base: https://github.com/boschsensortec
- name: eembc
url-base: https://github.com/eembc
# If not otherwise specified, the projects below should be obtained
# from the ncs remote.
defaults:
remote: ncs
group-filter: [-nrf-802154, -dragoon, -find-my, -ant, -babblesim, -sidewalk, -bsec, +optional]
# "projects" is a list of git repositories which make up the NCS
# source code.
#
# For 'userdata' fields in the projects area, please refer to:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/dm_code_base.html
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: 4c996ecd07e576524a98405b2af6c01c56cb83e5
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:
- TraceRecorderSource
- canopennode
- chre
- cmsis
- cmsis-dsp
- cmsis-nn
- edtt
- fatfs
- hal_nordic
- hal_st # required for ST sensors (unrelated to STM32 MCUs)
- hal_wurthelektronik
- liblc3
- libmetal
- littlefs
- loramac-node
- lvgl
- lz4
- mipi-sys-t
- nanopb
- net-tools
- nrf_hw_models
- open-amp
- picolibc
- segger
- tinycrypt
- tf-m-tests
- uoscore-uedhoc
- zcbor
- zscilib
# NCS repositories.
#
# Some of these are also Zephyr modules which have NCS-specific
# changes.
- name: hostap
repo-path: sdk-hostap
path: modules/lib/hostap
revision: 3b64b3bf9957f3b1515d58429b89589d234dcaaf
userdata:
ncs:
upstream-url: https://w1.fi/cgit/hostap/
upstream-sha: e792f38db8471f35ee94f109a4093dece8f78c6a
compare-by-default: true
- name: wfa-qt-control-app
repo-path: sdk-wi-fiquicktrack-controlappc
path: modules/lib/wfa-qt-control-app
revision: 9f91589a5be2b95a77a2b109901aad3298255315
userdata:
ncs:
upstream-url: https://github.com/Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC
upstream-sha: 1225729e8d84075f03bf9fc51eee85d84dfb0091
compare-by-default: true
- name: mcuboot
repo-path: sdk-mcuboot
revision: v2.1.0-ncs1
path: bootloader/mcuboot
- name: qcbor
url: https://github.com/laurencelundblade/QCBOR
revision: 751d36583a9ce1a640900c57e13c9b6b8f3a2ba2
path: modules/tee/tf-m/qcbor
- name: mbedtls
path: modules/crypto/mbedtls
repo-path: sdk-mbedtls
revision: v3.5.2-ncs2
- name: oberon-psa-crypto
path: modules/crypto/oberon-psa-crypto
repo-path: sdk-oberon-psa-crypto
revision: 61ce2eed8bfe94bfd1547b27f01885ec1486847c
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: 6bc32b5a8d7fb82317350dad8323b35fbe03c666
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
revision: e345a0769d7e073729b1999f0346cc5b2ea964a5
- name: psa-arch-tests
repo-path: sdk-psa-arch-tests
path: modules/tee/tf-m/psa-arch-tests
revision: 94a349db22cd0e44136c281724ffc71b6e7391c3
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: a16456f1557cbc0d12a42639b5f858b0e2b71840
west-commands: scripts/west/west-commands.yml
submodules:
- name: nlio
path: third_party/nlio/repo
- name: nlassert
path: third_party/nlassert/repo
- name: nlunit-test
path: third_party/nlunit-test/repo
- name: pigweed
path: third_party/pigweed/repo
- name: jsoncpp
path: third_party/jsoncpp/repo
userdata:
ncs:
upstream-url: https://github.com/project-chip/connectedhomeip
upstream-sha: 181b0cb14ff007ec912f2ba6627e05dfb066c008
compare-by-default: false
- name: nrf-802154
repo-path: sdk-nrf-802154
path: nrf-802154
revision: v2.7.0
groups:
- nrf-802154
- name: soc-hwmv1
repo-path: sdk-soc-hwmv1
revision: 32b1ee3e4576815bebf9ce3e8d63efe73bd89c62
path: modules/soc-hwmv1
groups:
- soc-hwmv1
- name: dragoon
# Only for internal Nordic development
repo-path: dragoon.git
remote: dragoon
revision: bacdc44a24add4d223c03b3b4fe3281745be5dc2
submodules: true
groups:
- dragoon
- name: cjson
repo-path: sdk-cjson
path: modules/lib/cjson
revision: c6af068b7f05207b28d68880740e4b9ec1e4b50a
userdata:
ncs:
upstream-url: https://github.com/DaveGamble/cJSON
upstream-sha: d2735278ed1c2e4556f53a7a782063b31331dbf7
compare-by-default: false
- name: sidewalk
repo-path: sdk-sidewalk
revision: ec5b68df4398594fdb569942993cdc1b4acbee0b
groups:
- sidewalk
- name: find-my
repo-path: sdk-find-my
revision: 9ad5b807e957e98fe66c4f9e3d0ec5a8a0496ecc
groups:
- find-my
- name: azure-sdk-for-c
repo-path: azure-sdk-for-c
path: modules/lib/azure-sdk-for-c
revision: 308c171cb4b5eed266649012a68406487ec81fb2
userdata:
ncs:
upstream-url: https://github.com/Azure/azure-sdk-for-c
upstream-sha: adc56bc6138a28b5490bce339a31a2581a072092
compare-by-default: false
- name: cirrus
repo-path: sdk-mcu-drivers
path: modules/hal/cirrus-logic
revision: 3873a08377d93a479105a75ac390d3bbcd31d690
userdata:
ncs:
upstream-url: https://github.com/CirrusLogic/mcu-drivers
upstream-sha: 1be6ca7253133a21a1e9fe0fbb4656e17d63a936
compare-by-default: false
- name: openthread
repo-path: sdk-openthread
path: modules/lib/openthread
revision: a57d927b0ace94972a49ea2672c9073b88b86377
userdata:
ncs:
upstream-url: https://github.com/openthread/openthread
upstream-sha: c6eaeda5a1c1c5dbb24dce7e027340cb8893a77b
compare-by-default: false
- name: suit-generator
revision: bfae7b4582d3057c64cbe24f15a98cda8d5d76a5
path: modules/lib/suit-generator
- name: suit-processor
revision: d9d344b3d15223404575fd43f3626c2a6fbe985b
path: modules/lib/suit-processor
# Other third-party repositories.
- name: cmock
path: test/cmock
submodules: true
revision: f65066f15d8248e6dcb778efb8739904a4512087
remote: throwtheswitch
- name: memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
revision: 1.6.0
remote: memfault
- name: ant
repo-path: sdk-ant
revision: 3769e919bde8073cfaff62184b07907b92f906be
remote: ant-nrfconnect
groups:
- ant
- name: bsim
repo-path: bsim_west
remote: babblesim
revision: 68f6282c6a7f54641b75f5f9fc953c85e272a983
import:
path-prefix: tools
- name: bme68x
repo-path: Bosch-BME68x-Library
remote: bosch
path: modules/lib/bme68x
revision: v1.1.40407
groups:
- bsec
- name: bsec
repo-path: Bosch-BSEC2-Library
remote: bosch
path: modules/lib/bsec
revision: v1.5.2400
groups:
- bsec
- name: coremark
remote: eembc
path: modules/benchmark/coremark
revision: d5fad6bd094899101a4e5fd53af7298160ced6ab
groups:
- benchmark
# West-related configuration for the nrf repository.
self:
# This repository should be cloned to ncs/nrf.
path: nrf
# This line configures west extensions.
west-commands: scripts/west-commands.yml