Skip to content

Commit c2ec990

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

File tree

1 file changed

+29
-24
lines changed

1 file changed

+29
-24
lines changed

west.yml

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ manifest:
2727
url-base: https://github.com/nrfconnect
2828
- name: carles
2929
url-base: https://github.com/carles
30-
30+
- name: memfault
31+
url-base: https://github.com/memfault
32+
- name: throwtheswitch
33+
url-base: https://github.com/ThrowTheSwitch
34+
3135
group-filter: [-babblesim, -optional]
3236

3337
#
@@ -38,26 +42,17 @@ manifest:
3842
repo-path: sdk-connectedhomeip
3943
path: modules/lib/matter
4044
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
45+
submodules: true
5246
- name: acpica
5347
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
5448
path: modules/lib/acpica
55-
submodules: true
49+
submodules:
50+
- name: asub
51+
path: subs/asub
5652
- name: bsim
5753
repo-path: babblesim-manifest
58-
revision: 9ee22c707970f6621adba0375841c0a609e24628
54+
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
5955
path: tools/bsim
60-
submodules: true
6156
groups:
6257
- babblesim
6358
- name: babblesim_base
@@ -70,6 +65,8 @@ manifest:
7065
path: third_party/nlio/repo
7166
- name: nlassert
7267
path: third_party/nlassert/repo
68+
- name: zzzlassert
69+
path: third_party/this/repo
7370
groups:
7471
- babblesim
7572
- name: babblesim_ext_2G4_libPhyComv1
@@ -145,7 +142,6 @@ manifest:
145142
- name: cmsis
146143
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
147144
path: modules/hal/cmsis
148-
west-commands: scripts/west/west-commands.yml
149145
groups:
150146
- hal
151147
- name: cmsis-dsp
@@ -162,7 +158,7 @@ manifest:
162158
- name: fatfs
163159
revision: 427159bf95ea49b7680facffaa29ad506b42709b
164160
path: modules/fs/fatfs
165-
west-commands: commands/west-cmds.yml
161+
west-commands: scripts/west/west-commands.yml
166162
groups:
167163
- fs
168164
- name: hal_adi
@@ -186,7 +182,7 @@ manifest:
186182
groups:
187183
- hal
188184
- name: hal_espressif
189-
revision: 0f1874284f5dee0d49cb23f44f756e7be404e7b7
185+
revision: pull/354/head
190186
path: modules/hal/espressif
191187
west-commands: west/west-commands.yml
192188
groups:
@@ -196,11 +192,6 @@ manifest:
196192
path: modules/hal/ethos_u
197193
groups:
198194
- hal
199-
- name: hal_gigadevice
200-
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
201-
path: modules/hal/gigadevice
202-
groups:
203-
- hal
204195
- name: hal_infineon
205196
revision: 88d2529a3c5aee2e81947553bf6cbacb4671088c
206197
path: modules/hal/infineon
@@ -217,7 +208,7 @@ manifest:
217208
groups:
218209
- hal
219210
- name: hal_nordic
220-
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
211+
revision: 5c8d109371ebb740fbef1f440a3b59e488a36717
221212
path: modules/hal/nordic
222213
groups:
223214
- hal
@@ -346,6 +337,9 @@ manifest:
346337
- name: picolibc
347338
path: modules/lib/picolibc
348339
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
340+
submodules:
341+
- name: hisub
342+
path: path/to/hisub
349343
- name: segger
350344
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
351345
path: modules/debug/segger
@@ -374,6 +368,17 @@ manifest:
374368
- name: zcbor
375369
revision: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
376370
path: modules/lib/zcbor
371+
- name: memfault-firmware-sdk
372+
path: modules/lib/memfault-firmware-sdk
373+
revision: 1.12.0
374+
remote: memfault
375+
- name: cmock
376+
path: test/cmock
377+
submodules: true
378+
revision: f65066f15d8248e6dcb778efb8739904a4512087
379+
remote: throwtheswitch
380+
381+
377382

378383
self:
379384
path: zephyr

0 commit comments

Comments
 (0)