Skip to content

Commit b19ad73

Browse files
committed
manifest: changes
Changes. Signed-off-by: Carles Cufi <[email protected]>
1 parent 8089a56 commit b19ad73

File tree

1 file changed

+36
-25
lines changed

1 file changed

+36
-25
lines changed

west.yml

Lines changed: 36 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ manifest:
2727
url-base: https://github.com/nrfconnect
2828
- name: carles
2929
url-base: https://github.com/carlescufi
30-
30+
- name: fail
31+
url-base: https://github.com/fail_this_request_abcdef
32+
- name: memfault
33+
url-base: https://github.com/memfault
34+
- name: throwtheswitch
35+
url-base: https://github.com/ThrowTheSwitch
36+
3137
group-filter: [-babblesim, -optional]
3238

3339
#
@@ -38,26 +44,19 @@ manifest:
3844
repo-path: sdk-connectedhomeip
3945
path: modules/lib/matter
4046
revision: 81eb1e99a9fd48bbf3bca2a56e7ac888c7f24a16
41-
submodules:
42-
- name: nlio
43-
path: third_party/nlio/repo
44-
- name: nlassert
45-
path: third_party/nlassert/repo
46-
- name: nlunit-test
47-
path: third_party/nlunit-test/repo
48-
- name: pigweed
49-
path: third_party/pigweed/repo
50-
- name: jsoncpp
51-
path: third_party/jsoncpp/repo
47+
submodules: true
48+
west-commands: scripts/foo/wcmds.yml
5249
- name: acpica
5350
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
5451
path: modules/lib/acpica
55-
submodules: true
52+
submodules:
53+
- name: asub
54+
path: subs/asub
5655
- name: bsim
5756
repo-path: babblesim-manifest
58-
revision: 9ee22c707970f6621adba0375841c0a609e24628
57+
remote: fail
58+
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
5959
path: tools/bsim
60-
submodules: true
6160
groups:
6261
- babblesim
6362
- name: babblesim_base
@@ -70,6 +69,8 @@ manifest:
7069
path: third_party/nlio/repo
7170
- name: nlassert
7271
path: third_party/nlassert/repo
72+
- name: zzzlassert
73+
path: third_party/this/repo
7374
groups:
7475
- babblesim
7576
- name: babblesim_ext_2G4_libPhyComv1
@@ -145,7 +146,6 @@ manifest:
145146
- name: cmsis
146147
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
147148
path: modules/hal/cmsis
148-
west-commands: scripts/west/west-commands.yml
149149
groups:
150150
- hal
151151
- name: cmsis-dsp
@@ -162,7 +162,7 @@ manifest:
162162
- name: fatfs
163163
revision: 427159bf95ea49b7680facffaa29ad506b42709b
164164
path: modules/fs/fatfs
165-
west-commands: commands/west-cmds.yml
165+
west-commands: scripts/west/west-commands.yml
166166
groups:
167167
- fs
168168
- name: hal_adi
@@ -186,7 +186,7 @@ manifest:
186186
groups:
187187
- hal
188188
- name: hal_espressif
189-
revision: 0f1874284f5dee0d49cb23f44f756e7be404e7b7
189+
revision: pull/354/head
190190
path: modules/hal/espressif
191191
west-commands: west/west-commands.yml
192192
groups:
@@ -196,11 +196,6 @@ manifest:
196196
path: modules/hal/ethos_u
197197
groups:
198198
- hal
199-
- name: hal_gigadevice
200-
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
201-
path: modules/hal/gigadevice
202-
groups:
203-
- hal
204199
- name: hal_infineon
205200
revision: 88d2529a3c5aee2e81947553bf6cbacb4671088c
206201
path: modules/hal/infineon
@@ -217,7 +212,7 @@ manifest:
217212
groups:
218213
- hal
219214
- name: hal_nordic
220-
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
215+
revision: 5c8d109371ebb740fbef1f440a3b59e488a36717
221216
path: modules/hal/nordic
222217
groups:
223218
- hal
@@ -336,8 +331,9 @@ manifest:
336331
path: modules/lib/open-amp
337332
- name: openthread
338333
remote: carles
339-
revision: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
334+
revision: pull/1/head
340335
path: modules/lib/openthread
336+
west-commands: scripts/foo/wcmds.yml
341337
- name: percepio
342338
path: modules/debug/percepio
343339
revision: b68d17993109b9bee6b45dc8c9794e7b7bce236d
@@ -346,6 +342,9 @@ manifest:
346342
- name: picolibc
347343
path: modules/lib/picolibc
348344
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
345+
submodules:
346+
- name: hisub
347+
path: path/to/hisub
349348
- name: segger
350349
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
351350
path: modules/debug/segger
@@ -372,8 +371,20 @@ manifest:
372371
revision: 84ef879a46d7bfd9a423fbfb502b04289861f9ea
373372
path: modules/lib/uoscore-uedhoc
374373
- name: zcbor
374+
remote: carles
375375
revision: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
376376
path: modules/lib/zcbor
377+
- name: memfault-firmware-sdk
378+
path: modules/lib/memfault-firmware-sdk
379+
revision: 1.12.0
380+
remote: memfault
381+
- name: cmock
382+
path: test/cmock
383+
submodules: true
384+
revision: f65066f15d8248e6dcb778efb8739904a4512087
385+
remote: throwtheswitch
386+
387+
377388

378389
self:
379390
path: zephyr

0 commit comments

Comments
 (0)