1# The west manifest file for upstream Zephyr.
2#
3# The per-installation west configuration file, .west/config, sets the
4# path to the project containing this file in the [manifest] section's
5# "path" variable.
6#
7# You are free to create your own manifest files and put them in any
8# repository you want, to create your own custom Zephyr installations.
9# For example, you could create a manifest file in your own out of
10# tree application directory, which would pull this zephyr repository
11# in as an ordinary project.
12#
13# You can pass your manifest repositories to west init when creating a
14# new Zephyr installation. See the west documentation for more
15# information.
16
17manifest:
18  defaults:
19    remote: upstream
20
21  remotes:
22    - name: upstream
23      url-base: https://github.com/zephyrproject-rtos
24    - name: babblesim
25      url-base: https://github.com/BabbleSim
26
27  group-filter: [-babblesim, -optional]
28
29  #
30  # Please add items below based on alphabetical order
31  # zephyr-keep-sorted-start re(^\s+\- name:)
32  projects:
33    - name: acpica
34      revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
35      path: modules/lib/acpica
36    - name: babblesim_base
37      remote: babblesim
38      repo-path: base
39      path: tools/bsim/components
40      revision: 0cc70e78a88c1de9d8ec045a703b38134861e7e7
41      groups:
42        - babblesim
43    - name: babblesim_ext_2G4_channel_NtNcable
44      remote: babblesim
45      repo-path: ext_2G4_channel_NtNcable
46      path: tools/bsim/components/ext_2G4_channel_NtNcable
47      revision: 20a38c997f507b0aa53817aab3d73a462fff7af1
48      groups:
49        - babblesim
50    - name: babblesim_ext_2G4_channel_multiatt
51      remote: babblesim
52      repo-path: ext_2G4_channel_multiatt
53      path: tools/bsim/components/ext_2G4_channel_multiatt
54      revision: bde72a57384dde7a4310bcf3843469401be93074
55      groups:
56        - babblesim
57    - name: babblesim_ext_2G4_device_WLAN_actmod
58      remote: babblesim
59      repo-path: ext_2G4_device_WLAN_actmod
60      path: tools/bsim/components/ext_2G4_device_WLAN_actmod
61      revision: 9cb6d8e72695f6b785e57443f0629a18069d6ce4
62      groups:
63        - babblesim
64    - name: babblesim_ext_2G4_device_burst_interferer
65      remote: babblesim
66      repo-path: ext_2G4_device_burst_interferer
67      path: tools/bsim/components/ext_2G4_device_burst_interferer
68      revision: 5b5339351d6e6a2368c686c734dc8b2fc65698fc
69      groups:
70        - babblesim
71    - name: babblesim_ext_2G4_device_playback
72      remote: babblesim
73      repo-path: ext_2G4_device_playback
74      path: tools/bsim/components/ext_2G4_device_playback
75      revision: abb48cd71ddd4e2a9022f4bf49b2712524c483e8
76      groups:
77        - babblesim
78    - name: babblesim_ext_2G4_libPhyComv1
79      remote: babblesim
80      repo-path: ext_2G4_libPhyComv1
81      path: tools/bsim/components/ext_2G4_libPhyComv1
82      revision: 15ae0f87fa049e04cbec48a866f3bc37d903f950
83      groups:
84        - babblesim
85    - name: babblesim_ext_2G4_modem_BLE_simple
86      remote: babblesim
87      repo-path: ext_2G4_modem_BLE_simple
88      path: tools/bsim/components/ext_2G4_modem_BLE_simple
89      revision: 4d2379de510684cd4b1c3bbbb09bce7b5a20bc1f
90      groups:
91        - babblesim
92    - name: babblesim_ext_2G4_modem_magic
93      remote: babblesim
94      repo-path: ext_2G4_modem_magic
95      path: tools/bsim/components/ext_2G4_modem_magic
96      revision: edfcda2d3937a74be0a59d6cd47e0f50183453da
97      groups:
98        - babblesim
99    - name: babblesim_ext_2G4_phy_v1
100      remote: babblesim
101      repo-path: ext_2G4_phy_v1
102      path: tools/bsim/components/ext_2G4_phy_v1
103      revision: 62e797b2c518e5bb6123a198382ed2b64b8c068e
104      groups:
105        - babblesim
106    - name: babblesim_ext_libCryptov1
107      remote: babblesim
108      repo-path: ext_libCryptov1
109      path: tools/bsim/components/ext_libCryptov1
110      revision: 236309584c90be32ef12848077bd6de54e9f4deb
111      groups:
112        - babblesim
113    - name: bsim
114      repo-path: babblesim-manifest
115      revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
116      path: tools/bsim
117      groups:
118        - babblesim
119    - name: cmsis
120      revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
121      path: modules/hal/cmsis
122      groups:
123        - hal
124    - name: cmsis-dsp
125      revision: d80a49b2bb186317dc1db4ac88da49c0ab77e6e7
126      path: modules/lib/cmsis-dsp
127    - name: cmsis-nn
128      revision: ea987c1ca661be723de83bd159aed815d6cbd430
129      path: modules/lib/cmsis-nn
130    - name: cmsis_6
131      repo-path: CMSIS_6
132      revision: 783317a3072554acbac86cca2ff24928cbf98d30
133      path: modules/lib/cmsis_6
134    - name: edtt
135      revision: b9ca3c7030518f07b7937dacf970d37a47865a76
136      path: tools/edtt
137      groups:
138        - tools
139    - name: fatfs
140      revision: 427159bf95ea49b7680facffaa29ad506b42709b
141      path: modules/fs/fatfs
142      groups:
143        - fs
144    - name: hal_adi
145      revision: b1a10239e1001502c3089e0cf938e938f99b1f30
146      path: modules/hal/adi
147      groups:
148        - hal
149    - name: hal_altera
150      revision: 4fe4df959d4593ce66e676aeba0b57f546dba0fe
151      path: modules/hal/altera
152      groups:
153        - hal
154    - name: hal_ambiq
155      revision: 87a188b91aca22ce3ce7deb4a1cbf7780d784673
156      path: modules/hal/ambiq
157      groups:
158        - hal
159    - name: hal_atmel
160      revision: 56d60ebc909ad065bf6554cee73487969857614b
161      path: modules/hal/atmel
162      groups:
163        - hal
164    - name: hal_espressif
165      revision: e52371024732a47a67fa9c889fbccd0aa6355f3a
166      path: modules/hal/espressif
167      west-commands: west/west-commands.yml
168      groups:
169        - hal
170    - name: hal_ethos_u
171      revision: 8e2cf756b474eff9a32a9bdf1775d9620f1eadcf
172      path: modules/hal/ethos_u
173      groups:
174        - hal
175    - name: hal_gigadevice
176      revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
177      path: modules/hal/gigadevice
178      groups:
179        - hal
180    - name: hal_infineon
181      revision: a9b75e0d1827b6ef1f8ca82784b38ed2079bac5a
182      path: modules/hal/infineon
183      groups:
184        - hal
185    - name: hal_intel
186      revision: 0355bb816263c54eed23c7781034447af5d8200c
187      path: modules/hal/intel
188      groups:
189        - hal
190    - name: hal_microchip
191      revision: 71eba057c0cb7fc11b6f33eb40a82f1ebe2c571c
192      path: modules/hal/microchip
193      groups:
194        - hal
195    - name: hal_nordic
196      revision: c563b0e56dfa7e3915637b12b3428e6de36012be
197      path: modules/hal/nordic
198      groups:
199        - hal
200    - name: hal_nuvoton
201      revision: 466c3eed9c98453fb23953bf0e0427fea01924be
202      path: modules/hal/nuvoton
203      groups:
204        - hal
205    - name: hal_nxp
206      revision: 0ac830233092247c26f5dd01a07b0a484532ea4c
207      path: modules/hal/nxp
208      groups:
209        - hal
210    - name: hal_openisa
211      revision: eabd530a64d71de91d907bad257cd61aacf607bc
212      path: modules/hal/openisa
213      groups:
214        - hal
215    - name: hal_quicklogic
216      revision: bad894440fe72c814864798c8e3a76d13edffb6c
217      path: modules/hal/quicklogic
218      groups:
219        - hal
220    - name: hal_renesas
221      path: modules/hal/renesas
222      revision: 3a8466b2ceca87d05280a071b9b9aabda1915235
223      groups:
224        - hal
225    - name: hal_rpi_pico
226      path: modules/hal/rpi_pico
227      revision: 79ee0f9e058a6327fc943d2f2a19cf3ade107cec
228      groups:
229        - hal
230    - name: hal_silabs
231      revision: 6371fa823663b11090b0b30561a8b9196d4ef981
232      path: modules/hal/silabs
233      groups:
234        - hal
235    - name: hal_st
236      revision: 05fd4533730a9aea845261c5d24ed9832a6f0b6e
237      path: modules/hal/st
238      groups:
239        - hal
240    - name: hal_stm32
241      revision: 37842371f5ef0078ad32f16e5059c1df58b51892
242      path: modules/hal/stm32
243      groups:
244        - hal
245    - name: hal_tdk
246      revision: e0ade95b29841d915c38bc157bb5509270e8aa21
247      path: modules/hal/tdk
248      groups:
249        - hal
250    - name: hal_telink
251      revision: 4226c7fc17d5a34e557d026d428fc766191a0800
252      path: modules/hal/telink
253      groups:
254        - hal
255    - name: hal_ti
256      revision: 2e7b95ad079e9f636884eedc6853e6ad98b85f65
257      path: modules/hal/ti
258      groups:
259        - hal
260    - name: hal_wch
261      revision: 1de9d3e406726702ce7cfc504509a02ecc463554
262      path: modules/hal/wch
263      groups:
264        - hal
265    - name: hal_wurthelektronik
266      revision: e3e2797b224fc48fdef1bc3e5a12a7c73108bba2
267      path: modules/hal/wurthelektronik
268      groups:
269        - hal
270    - name: hal_xtensa
271      revision: baa56aa3e119b5aae43d16f9b2d2c8112e052871
272      path: modules/hal/xtensa
273      groups:
274        - hal
275    - name: hostap
276      path: modules/lib/hostap
277      revision: 88462e9728b9203151a6132ca74836962ccec963
278    - name: liblc3
279      revision: bb85f7dde4195bfc0fca9e9c7c2eed0f8694203c
280      path: modules/lib/liblc3
281    - name: libmetal
282      revision: 3e8781aae9d7285203118c05bc01d4eb0ca565a7
283      path: modules/hal/libmetal
284      groups:
285        - hal
286    - name: littlefs
287      path: modules/fs/littlefs
288      groups:
289        - fs
290      revision: 009bcff0ed4853a53df8256039fa815bda6854dd
291    - name: loramac-node
292      revision: fb00b383072518c918e2258b0916c996f2d4eebe
293      path: modules/lib/loramac-node
294    - name: lvgl
295      revision: 6decbb7f7783f6e48d4591fcb9f7810c2fb08e61
296      path: modules/lib/gui/lvgl
297    - name: mbedtls
298      revision: 4952e1328529ee549d412b498ea71c54f30aa3b1
299      path: modules/crypto/mbedtls
300      groups:
301        - crypto
302    - name: mcuboot
303      revision: a2bc982b3379d51fefda3e17a6a067342dce1a8b
304      path: bootloader/mcuboot
305      groups:
306        - bootloader
307    - name: mipi-sys-t
308      path: modules/debug/mipi-sys-t
309      groups:
310        - debug
311      revision: 71ace1f5caa03e56c8740a09863e685efb4b2360
312    - name: net-tools
313      revision: 93acc8bac4661e74e695eb1aea94c7c5262db2e2
314      path: tools/net-tools
315      groups:
316        - tools
317    - name: nrf_hw_models
318      revision: 71bcaa88c97977647d387217dab99f7d6f026815
319      path: modules/bsim_hw_models/nrf_hw_models
320    - name: nrf_wifi
321      revision: 0f53c9ebab526661131d5d7e73c7a6cb3b2d2e11
322      path: modules/lib/nrf_wifi
323    - name: open-amp
324      revision: 52bb1783521c62c019451cee9b05b8eda9d7425f
325      path: modules/lib/open-amp
326    - name: openthread
327      revision: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
328      path: modules/lib/openthread
329    - name: percepio
330      path: modules/debug/percepio
331      revision: 0d44033c744978ca2505a06640b4f6964c5411e6
332      groups:
333        - debug
334    - name: picolibc
335      path: modules/lib/picolibc
336      revision: 82d62ed1ac55b4e34a12d0390aced2dc9af13fc9
337    - name: segger
338      revision: cf56b1d9c80f81a26e2ac5727c9cf177116a4692
339      path: modules/debug/segger
340      groups:
341        - debug
342    - name: tinycrypt
343      revision: 1012a3ebee18c15ede5efc8332ee2fc37817670f
344      path: modules/crypto/tinycrypt
345      groups:
346        - crypto
347    - name: trusted-firmware-a
348      revision: 713ffbf96c5bcbdeab757423f10f73eb304eff07
349      path: modules/tee/tf-a/trusted-firmware-a
350      groups:
351        - tee
352    - name: trusted-firmware-m
353      revision: fa020a8b001843bb5a115bc4692eaf6787e3d1de
354      path: modules/tee/tf-m/trusted-firmware-m
355      groups:
356        - tee
357    - name: uoscore-uedhoc
358      revision: 84ef879a46d7bfd9a423fbfb502b04289861f9ea
359      path: modules/lib/uoscore-uedhoc
360    - name: zcbor
361      revision: 9b07780aca6fb21f82a241ba386ad9b379809337
362      path: modules/lib/zcbor
363  # zephyr-keep-sorted-stop
364
365  self:
366    path: zephyr
367    west-commands: scripts/west-commands.yml
368    import: submanifests
369