Skip to content

Commit 4e53626

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

File tree

1 file changed

+29
-23
lines changed

1 file changed

+29
-23
lines changed

west.yml

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ manifest:
2525
url-base: https://github.com/BabbleSim
2626
- name: nrfconnect
2727
url-base: https://github.com/nrfconnect
28-
29-
28+
- name: memfault
29+
url-base: https://github.com/memfault
30+
- name: carles
31+
url-base: https://github.com/carlescufi
32+
- name: throwtheswitch
33+
url-base: https://github.com/ThrowTheSwitch
34+
3035
group-filter: [-babblesim, -optional]
3136

3237
#
@@ -37,24 +42,16 @@ manifest:
3742
repo-path: sdk-connectedhomeip
3843
path: modules/lib/matter
3944
revision: 81eb1e99a9fd48bbf3bca2a56e7ac888c7f24a16
40-
submodules:
41-
- name: nlio
42-
path: third_party/nlio/repo
43-
- name: nlassert
44-
path: third_party/nlassert/repo
45-
- name: nlunit-test
46-
path: third_party/nlunit-test/repo
47-
- name: pigweed
48-
path: third_party/pigweed/repo
49-
- name: jsoncpp
50-
path: third_party/jsoncpp/repo
45+
submodules: true
5146
- name: acpica
5247
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
5348
path: modules/lib/acpica
54-
submodules: true
49+
submodules:
50+
- name: asub
51+
path: subs/asub
5552
- name: bsim
5653
repo-path: babblesim-manifest
57-
revision: 9ee22c707970f6621adba0375841c0a609e24628
54+
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
5855
path: tools/bsim
5956
submodules: true
6057
groups:
@@ -144,7 +141,6 @@ manifest:
144141
- name: cmsis
145142
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
146143
path: modules/hal/cmsis
147-
west-commands: scripts/west/west-commands.yml
148144
groups:
149145
- hal
150146
- name: cmsis-dsp
@@ -161,7 +157,7 @@ manifest:
161157
- name: fatfs
162158
revision: 427159bf95ea49b7680facffaa29ad506b42709b
163159
path: modules/fs/fatfs
164-
west-commands: commands/west-cmds.yml
160+
west-commands: scripts/west/west-commands.yml
165161
groups:
166162
- fs
167163
- name: hal_adi
@@ -185,7 +181,7 @@ manifest:
185181
groups:
186182
- hal
187183
- name: hal_espressif
188-
revision: 0f1874284f5dee0d49cb23f44f756e7be404e7b7
184+
revision: pull/354/head
189185
path: modules/hal/espressif
190186
west-commands: west/west-commands.yml
191187
groups:
@@ -195,11 +191,6 @@ manifest:
195191
path: modules/hal/ethos_u
196192
groups:
197193
- hal
198-
- name: hal_gigadevice
199-
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
200-
path: modules/hal/gigadevice
201-
groups:
202-
- hal
203194
- name: hal_infineon
204195
revision: 88d2529a3c5aee2e81947553bf6cbacb4671088c
205196
path: modules/hal/infineon
@@ -216,6 +207,7 @@ manifest:
216207
groups:
217208
- hal
218209
- name: hal_nordic
210+
remote: carles
219211
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
220212
path: modules/hal/nordic
221213
groups:
@@ -344,6 +336,9 @@ manifest:
344336
- name: picolibc
345337
path: modules/lib/picolibc
346338
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
339+
submodules:
340+
- name: hisub
341+
path: path/to/hisub
347342
- name: segger
348343
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
349344
path: modules/debug/segger
@@ -371,6 +366,17 @@ manifest:
371366
- name: zcbor
372367
revision: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
373368
path: modules/lib/zcbor
369+
- name: memfault-firmware-sdk
370+
path: modules/lib/memfault-firmware-sdk
371+
revision: 1.12.0
372+
remote: memfault
373+
- name: cmock
374+
path: test/cmock
375+
submodules: true
376+
revision: f65066f15d8248e6dcb778efb8739904a4512087
377+
remote: throwtheswitch
378+
379+
374380

375381
self:
376382
path: zephyr

0 commit comments

Comments
 (0)