Skip to content

Commit 97214bb

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

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

west.yml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ 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+
3033
group-filter: [-babblesim, -optional]
3134

3235
#
@@ -37,24 +40,16 @@ manifest:
3740
repo-path: sdk-connectedhomeip
3841
path: modules/lib/matter
3942
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
43+
submodules: true
5144
- name: acpica
5245
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
5346
path: modules/lib/acpica
54-
submodules: true
47+
submodules:
48+
- name: asub
49+
path: subs/asub
5550
- name: bsim
5651
repo-path: babblesim-manifest
57-
revision: 9ee22c707970f6621adba0375841c0a609e24628
52+
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
5853
path: tools/bsim
5954
groups:
6055
- babblesim
@@ -138,7 +133,6 @@ manifest:
138133
- name: cmsis
139134
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
140135
path: modules/hal/cmsis
141-
west-commands: scripts/west/west-commands.yml
142136
groups:
143137
- hal
144138
- name: cmsis-dsp
@@ -155,7 +149,7 @@ manifest:
155149
- name: fatfs
156150
revision: 427159bf95ea49b7680facffaa29ad506b42709b
157151
path: modules/fs/fatfs
158-
west-commands: commands/west-cmds.yml
152+
west-commands: scripts/west/west-commands.yml
159153
groups:
160154
- fs
161155
- name: hal_adi
@@ -179,7 +173,7 @@ manifest:
179173
groups:
180174
- hal
181175
- name: hal_espressif
182-
revision: 0f1874284f5dee0d49cb23f44f756e7be404e7b7
176+
revision: pull/354/head
183177
path: modules/hal/espressif
184178
west-commands: west/west-commands.yml
185179
groups:
@@ -189,11 +183,6 @@ manifest:
189183
path: modules/hal/ethos_u
190184
groups:
191185
- hal
192-
- name: hal_gigadevice
193-
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
194-
path: modules/hal/gigadevice
195-
groups:
196-
- hal
197186
- name: hal_infineon
198187
revision: 88d2529a3c5aee2e81947553bf6cbacb4671088c
199188
path: modules/hal/infineon
@@ -210,6 +199,7 @@ manifest:
210199
groups:
211200
- hal
212201
- name: hal_nordic
202+
remote: carles
213203
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
214204
path: modules/hal/nordic
215205
groups:
@@ -338,6 +328,9 @@ manifest:
338328
- name: picolibc
339329
path: modules/lib/picolibc
340330
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
331+
submodules:
332+
- name: hisub
333+
path: path/to/hisub
341334
- name: segger
342335
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
343336
path: modules/debug/segger
@@ -365,6 +358,12 @@ manifest:
365358
- name: zcbor
366359
revision: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
367360
path: modules/lib/zcbor
361+
- name: memfault-firmware-sdk
362+
path: modules/lib/memfault-firmware-sdk
363+
revision: 1.12.0
364+
remote: memfault
365+
366+
368367

369368
self:
370369
path: zephyr

0 commit comments

Comments
 (0)