Skip to content

Commit 44c45f3

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

File tree

1 file changed

+31
-24
lines changed

1 file changed

+31
-24
lines changed

west.yml

Lines changed: 31 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,18 @@ 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
53+
remote: carles
5754
repo-path: babblesim-manifest
58-
revision: 9ee22c707970f6621adba0375841c0a609e24628
55+
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
5956
path: tools/bsim
60-
submodules: true
6157
groups:
6258
- babblesim
6359
- name: babblesim_base
@@ -70,6 +66,8 @@ manifest:
7066
path: third_party/nlio/repo
7167
- name: nlassert
7268
path: third_party/nlassert/repo
69+
- name: zzzlassert
70+
path: third_party/this/repo
7371
groups:
7472
- babblesim
7573
- name: babblesim_ext_2G4_libPhyComv1
@@ -145,7 +143,6 @@ manifest:
145143
- name: cmsis
146144
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
147145
path: modules/hal/cmsis
148-
west-commands: scripts/west/west-commands.yml
149146
groups:
150147
- hal
151148
- name: cmsis-dsp
@@ -162,7 +159,7 @@ manifest:
162159
- name: fatfs
163160
revision: 427159bf95ea49b7680facffaa29ad506b42709b
164161
path: modules/fs/fatfs
165-
west-commands: commands/west-cmds.yml
162+
west-commands: scripts/west/west-commands.yml
166163
groups:
167164
- fs
168165
- name: hal_adi
@@ -186,7 +183,7 @@ manifest:
186183
groups:
187184
- hal
188185
- name: hal_espressif
189-
revision: 0f1874284f5dee0d49cb23f44f756e7be404e7b7
186+
revision: pull/354/head
190187
path: modules/hal/espressif
191188
west-commands: west/west-commands.yml
192189
groups:
@@ -196,11 +193,6 @@ manifest:
196193
path: modules/hal/ethos_u
197194
groups:
198195
- hal
199-
- name: hal_gigadevice
200-
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
201-
path: modules/hal/gigadevice
202-
groups:
203-
- hal
204196
- name: hal_infineon
205197
revision: 88d2529a3c5aee2e81947553bf6cbacb4671088c
206198
path: modules/hal/infineon
@@ -217,7 +209,7 @@ manifest:
217209
groups:
218210
- hal
219211
- name: hal_nordic
220-
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
212+
revision: 5c8d109371ebb740fbef1f440a3b59e488a36717
221213
path: modules/hal/nordic
222214
groups:
223215
- hal
@@ -346,6 +338,9 @@ manifest:
346338
- name: picolibc
347339
path: modules/lib/picolibc
348340
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
341+
submodules:
342+
- name: hisub
343+
path: path/to/hisub
349344
- name: segger
350345
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
351346
path: modules/debug/segger
@@ -372,8 +367,20 @@ manifest:
372367
revision: 84ef879a46d7bfd9a423fbfb502b04289861f9ea
373368
path: modules/lib/uoscore-uedhoc
374369
- name: zcbor
370+
remote: carles
375371
revision: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
376372
path: modules/lib/zcbor
373+
- name: memfault-firmware-sdk
374+
path: modules/lib/memfault-firmware-sdk
375+
revision: 1.12.0
376+
remote: memfault
377+
- name: cmock
378+
path: test/cmock
379+
submodules: true
380+
revision: f65066f15d8248e6dcb778efb8739904a4512087
381+
remote: throwtheswitch
382+
383+
377384

378385
self:
379386
path: zephyr

0 commit comments

Comments
 (0)