Skip to content

Commit eb7f2bc

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

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
groups:
6057
- babblesim
@@ -138,7 +135,6 @@ manifest:
138135
- name: cmsis
139136
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
140137
path: modules/hal/cmsis
141-
west-commands: scripts/west/west-commands.yml
142138
groups:
143139
- hal
144140
- name: cmsis-dsp
@@ -155,7 +151,7 @@ manifest:
155151
- name: fatfs
156152
revision: 427159bf95ea49b7680facffaa29ad506b42709b
157153
path: modules/fs/fatfs
158-
west-commands: commands/west-cmds.yml
154+
west-commands: scripts/west/west-commands.yml
159155
groups:
160156
- fs
161157
- name: hal_adi
@@ -179,7 +175,7 @@ manifest:
179175
groups:
180176
- hal
181177
- name: hal_espressif
182-
revision: 0f1874284f5dee0d49cb23f44f756e7be404e7b7
178+
revision: pull/354/head
183179
path: modules/hal/espressif
184180
west-commands: west/west-commands.yml
185181
groups:
@@ -189,11 +185,6 @@ manifest:
189185
path: modules/hal/ethos_u
190186
groups:
191187
- hal
192-
- name: hal_gigadevice
193-
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
194-
path: modules/hal/gigadevice
195-
groups:
196-
- hal
197188
- name: hal_infineon
198189
revision: 88d2529a3c5aee2e81947553bf6cbacb4671088c
199190
path: modules/hal/infineon
@@ -210,6 +201,7 @@ manifest:
210201
groups:
211202
- hal
212203
- name: hal_nordic
204+
remote: carles
213205
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
214206
path: modules/hal/nordic
215207
groups:
@@ -338,6 +330,9 @@ manifest:
338330
- name: picolibc
339331
path: modules/lib/picolibc
340332
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
333+
submodules:
334+
- name: hisub
335+
path: path/to/hisub
341336
- name: segger
342337
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
343338
path: modules/debug/segger
@@ -365,6 +360,17 @@ manifest:
365360
- name: zcbor
366361
revision: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
367362
path: modules/lib/zcbor
363+
- name: memfault-firmware-sdk
364+
path: modules/lib/memfault-firmware-sdk
365+
revision: 1.12.0
366+
remote: memfault
367+
- name: cmock
368+
path: test/cmock
369+
submodules: true
370+
revision: f65066f15d8248e6dcb778efb8739904a4512087
371+
remote: throwtheswitch
372+
373+
368374

369375
self:
370376
path: zephyr

0 commit comments

Comments
 (0)