forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
349 lines (344 loc) · 10.6 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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# The west manifest file for upstream Zephyr.
#
# The per-installation west configuration file, .west/config, sets the
# path to the project containing this file in the [manifest] section's
# "path" variable.
#
# You are free to create your own manifest files and put them in any
# repository you want, to create your own custom Zephyr installations.
# For example, you could create a manifest file in your own out of
# tree application directory, which would pull this zephyr repository
# in as an ordinary project.
#
# You can pass your manifest repositories to west init when creating a
# new Zephyr installation. See the west documentation for more
# information.
manifest:
defaults:
remote: upstream
remotes:
- name: upstream
url-base: https://github.com/zephyrproject-rtos
- name: babblesim
url-base: https://github.com/BabbleSim
group-filter: [-babblesim, -optional]
#
# Please add items below based on alphabetical order
projects:
- name: acpica
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
path: modules/lib/acpica
- name: bsim
repo-path: babblesim-manifest
revision: 9ee22c707970f6621adba0375841c0a609e24628
path: tools/bsim
groups:
- babblesim
- name: babblesim_base
remote: babblesim
repo-path: base
path: tools/bsim/components
revision: a3dff9a57f334fb25daa9625841cd64cbfe56681
groups:
- babblesim
- name: babblesim_ext_2G4_libPhyComv1
remote: babblesim
repo-path: ext_2G4_libPhyComv1
path: tools/bsim/components/ext_2G4_libPhyComv1
revision: aa4951317cc7d84f24152ea38ac9ac21e6d78a76
groups:
- babblesim
- name: babblesim_ext_2G4_phy_v1
remote: babblesim
repo-path: ext_2G4_phy_v1
path: tools/bsim/components/ext_2G4_phy_v1
revision: 04eeb3c3794444122fbeeb3715f4233b0b50cfbb
groups:
- babblesim
- name: babblesim_ext_2G4_channel_NtNcable
remote: babblesim
repo-path: ext_2G4_channel_NtNcable
path: tools/bsim/components/ext_2G4_channel_NtNcable
revision: 20a38c997f507b0aa53817aab3d73a462fff7af1
groups:
- babblesim
- name: babblesim_ext_2G4_channel_multiatt
remote: babblesim
repo-path: ext_2G4_channel_multiatt
path: tools/bsim/components/ext_2G4_channel_multiatt
revision: bde72a57384dde7a4310bcf3843469401be93074
groups:
- babblesim
- name: babblesim_ext_2G4_modem_magic
remote: babblesim
repo-path: ext_2G4_modem_magic
path: tools/bsim/components/ext_2G4_modem_magic
revision: edfcda2d3937a74be0a59d6cd47e0f50183453da
groups:
- babblesim
- name: babblesim_ext_2G4_modem_BLE_simple
remote: babblesim
repo-path: ext_2G4_modem_BLE_simple
path: tools/bsim/components/ext_2G4_modem_BLE_simple
revision: 4d2379de510684cd4b1c3bbbb09bce7b5a20bc1f
groups:
- babblesim
- name: babblesim_ext_2G4_device_burst_interferer
remote: babblesim
repo-path: ext_2G4_device_burst_interferer
path: tools/bsim/components/ext_2G4_device_burst_interferer
revision: 5b5339351d6e6a2368c686c734dc8b2fc65698fc
groups:
- babblesim
- name: babblesim_ext_2G4_device_WLAN_actmod
remote: babblesim
repo-path: ext_2G4_device_WLAN_actmod
path: tools/bsim/components/ext_2G4_device_WLAN_actmod
revision: 9cb6d8e72695f6b785e57443f0629a18069d6ce4
groups:
- babblesim
- name: babblesim_ext_2G4_device_playback
remote: babblesim
repo-path: ext_2G4_device_playback
path: tools/bsim/components/ext_2G4_device_playback
revision: abb48cd71ddd4e2a9022f4bf49b2712524c483e8
groups:
- babblesim
- name: babblesim_ext_libCryptov1
remote: babblesim
repo-path: ext_libCryptov1
path: tools/bsim/components/ext_libCryptov1
revision: 236309584c90be32ef12848077bd6de54e9f4deb
groups:
- babblesim
- name: cmsis
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
path: modules/hal/cmsis
groups:
- hal
- name: cmsis-dsp
revision: 6489e771e9c405f1763b52d64a3f17a1ec488ace
path: modules/lib/cmsis-dsp
- name: cmsis-nn
revision: ea987c1ca661be723de83bd159aed815d6cbd430
path: modules/lib/cmsis-nn
- name: edtt
revision: b9ca3c7030518f07b7937dacf970d37a47865a76
path: tools/edtt
groups:
- tools
- name: fatfs
revision: 427159bf95ea49b7680facffaa29ad506b42709b
path: modules/fs/fatfs
groups:
- fs
- name: hal_adi
revision: a3eecfde1c76d38312b94fd346c7ba9fe2661992
path: modules/hal/adi
groups:
- hal
- name: hal_altera
revision: 4fe4df959d4593ce66e676aeba0b57f546dba0fe
path: modules/hal/altera
groups:
- hal
- name: hal_ambiq
revision: d3092f9b82874a1791baa3ac41c3795d108fbbdb
path: modules/hal/ambiq
groups:
- hal
- name: hal_atmel
revision: 56d60ebc909ad065bf6554cee73487969857614b
path: modules/hal/atmel
groups:
- hal
- name: hal_espressif
revision: 09676fc39bde2c38d6cd40912875cf78ee76126e
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
- hal
- name: hal_ethos_u
revision: 8e2cf756b474eff9a32a9bdf1775d9620f1eadcf
path: modules/hal/ethos_u
groups:
- hal
- name: hal_gigadevice
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
path: modules/hal/gigadevice
groups:
- hal
- name: hal_infineon
revision: 88d2529a3c5aee2e81947553bf6cbacb4671088c
path: modules/hal/infineon
groups:
- hal
- name: hal_intel
revision: 8876a1815bc59e0464d285459b71e3d69872edfd
path: modules/hal/intel
groups:
- hal
- name: hal_microchip
revision: 71eba057c0cb7fc11b6f33eb40a82f1ebe2c571c
path: modules/hal/microchip
groups:
- hal
- name: hal_nordic
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
path: modules/hal/nordic
groups:
- hal
- name: hal_nuvoton
revision: 466c3eed9c98453fb23953bf0e0427fea01924be
path: modules/hal/nuvoton
groups:
- hal
- name: hal_nxp
revision: 4a4741fa2be33f6b638a49e357c5e33bb7ad0544
path: modules/hal/nxp
groups:
- hal
- name: hal_openisa
revision: eabd530a64d71de91d907bad257cd61aacf607bc
path: modules/hal/openisa
groups:
- hal
- name: hal_quicklogic
revision: bad894440fe72c814864798c8e3a76d13edffb6c
path: modules/hal/quicklogic
groups:
- hal
- name: hal_renesas
path: modules/hal/renesas
revision: 3dafd030046f8d6f8a26080e9b9c1bcc92d45999
groups:
- hal
- name: hal_rpi_pico
path: modules/hal/rpi_pico
revision: 79ee0f9e058a6327fc943d2f2a19cf3ade107cec
groups:
- hal
- name: hal_silabs
revision: 69a5fad41aced94dc59d3103edd6ef370851e623
path: modules/hal/silabs
groups:
- hal
- name: hal_st
revision: b2f548fe672f24122c7f92027b2c9eeea8a0483a
path: modules/hal/st
groups:
- hal
- name: hal_stm32
revision: 019d8255333f96bdd47d26b44049bd3e7af8ef55
path: modules/hal/stm32
groups:
- hal
- name: hal_telink
revision: 4226c7fc17d5a34e557d026d428fc766191a0800
path: modules/hal/telink
groups:
- hal
- name: hal_ti
revision: 2e7b95ad079e9f636884eedc6853e6ad98b85f65
path: modules/hal/ti
groups:
- hal
- name: hal_wurthelektronik
revision: e3e2797b224fc48fdef1bc3e5a12a7c73108bba2
path: modules/hal/wurthelektronik
groups:
- hal
- name: hal_xtensa
revision: baa56aa3e119b5aae43d16f9b2d2c8112e052871
path: modules/hal/xtensa
groups:
- hal
- name: hostap
path: modules/lib/hostap
revision: c533ab18dcf71795dcee61f4d2598ae31098f731
- name: libmetal
revision: a6851ba6dba8c9e87d00c42f171a822f7a29639b
path: modules/hal/libmetal
groups:
- hal
- name: liblc3
revision: 1a5938ebaca4f13fe79ce074f5dee079783aa29f
path: modules/lib/liblc3
- name: littlefs
path: modules/fs/littlefs
groups:
- fs
revision: 009bcff0ed4853a53df8256039fa815bda6854dd
- name: loramac-node
revision: fb00b383072518c918e2258b0916c996f2d4eebe
path: modules/lib/loramac-node
- name: lvgl
revision: 2b498e6f36d6b82ae1da12c8b7742e318624ecf5
path: modules/lib/gui/lvgl
- name: mbedtls
revision: a78176c6ff0733ba08018cba4447bd3f20de7978
path: modules/crypto/mbedtls
groups:
- crypto
- name: mcuboot
revision: 33de65cebaf78b306501a4195dc0ce4008315e1a
path: bootloader/mcuboot
groups:
- bootloader
- name: mipi-sys-t
path: modules/debug/mipi-sys-t
groups:
- debug
revision: 71ace1f5caa03e56c8740a09863e685efb4b2360
- name: net-tools
revision: 93acc8bac4661e74e695eb1aea94c7c5262db2e2
path: tools/net-tools
groups:
- tools
- name: nrf_hw_models
revision: aca798cf7cf0c5dc1fd89c66cf62670051feb8d0
path: modules/bsim_hw_models/nrf_hw_models
- name: open-amp
revision: b735edbc739ad59156eb55bb8ce2583d74537719
path: modules/lib/open-amp
- name: openthread
revision: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
path: modules/lib/openthread
- name: percepio
path: modules/debug/percepio
revision: b68d17993109b9bee6b45dc8c9794e7b7bce236d
groups:
- debug
- name: picolibc
path: modules/lib/picolibc
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
- name: segger
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
path: modules/debug/segger
groups:
- debug
- name: tinycrypt
revision: 1012a3ebee18c15ede5efc8332ee2fc37817670f
path: modules/crypto/tinycrypt
groups:
- crypto
- name: trusted-firmware-m
revision: a11cd27905aecc4416cfc85552bfc3b997375056
path: modules/tee/tf-m/trusted-firmware-m
groups:
- tee
- name: trusted-firmware-a
revision: 713ffbf96c5bcbdeab757423f10f73eb304eff07
path: modules/tee/tf-a/trusted-firmware-a
groups:
- tee
- name: uoscore-uedhoc
revision: 84ef879a46d7bfd9a423fbfb502b04289861f9ea
path: modules/lib/uoscore-uedhoc
- name: zcbor
revision: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
path: modules/lib/zcbor
self:
path: zephyr
west-commands: scripts/west-commands.yml
import: submanifests