@@ -25,8 +25,11 @@ manifest:
25
25
url-base : https://github.com/BabbleSim
26
26
- name : nrfconnect
27
27
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
+
30
33
group-filter : [-babblesim, -optional]
31
34
32
35
#
@@ -37,24 +40,16 @@ manifest:
37
40
repo-path : sdk-connectedhomeip
38
41
path : modules/lib/matter
39
42
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
51
44
- name : acpica
52
45
revision : 8d24867bc9c9d81c81eeac59391cda59333affd4
53
46
path : modules/lib/acpica
54
- submodules : true
47
+ submodules :
48
+ - name : asub
49
+ path : subs/asub
55
50
- name : bsim
56
51
repo-path : babblesim-manifest
57
- revision : 9ee22c707970f6621adba0375841c0a609e24628
52
+ revision : 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
58
53
path : tools/bsim
59
54
groups :
60
55
- babblesim
@@ -138,7 +133,6 @@ manifest:
138
133
- name : cmsis
139
134
revision : 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
140
135
path : modules/hal/cmsis
141
- west-commands : scripts/west/west-commands.yml
142
136
groups :
143
137
- hal
144
138
- name : cmsis-dsp
@@ -155,7 +149,7 @@ manifest:
155
149
- name : fatfs
156
150
revision : 427159bf95ea49b7680facffaa29ad506b42709b
157
151
path : modules/fs/fatfs
158
- west-commands : commands /west-cmds .yml
152
+ west-commands : scripts /west/west-commands .yml
159
153
groups :
160
154
- fs
161
155
- name : hal_adi
@@ -179,7 +173,7 @@ manifest:
179
173
groups :
180
174
- hal
181
175
- name : hal_espressif
182
- revision : 0f1874284f5dee0d49cb23f44f756e7be404e7b7
176
+ revision : pull/354/head
183
177
path : modules/hal/espressif
184
178
west-commands : west/west-commands.yml
185
179
groups :
@@ -189,11 +183,6 @@ manifest:
189
183
path : modules/hal/ethos_u
190
184
groups :
191
185
- hal
192
- - name : hal_gigadevice
193
- revision : 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
194
- path : modules/hal/gigadevice
195
- groups :
196
- - hal
197
186
- name : hal_infineon
198
187
revision : 88d2529a3c5aee2e81947553bf6cbacb4671088c
199
188
path : modules/hal/infineon
@@ -210,6 +199,7 @@ manifest:
210
199
groups :
211
200
- hal
212
201
- name : hal_nordic
202
+ remote : carles
213
203
revision : cb7600a1be4c8b177867e6d463729c07dd3f6d73
214
204
path : modules/hal/nordic
215
205
groups :
@@ -338,6 +328,9 @@ manifest:
338
328
- name : picolibc
339
329
path : modules/lib/picolibc
340
330
revision : d492d5fa7c96918e37653f303028346bb0dd51a2
331
+ submodules :
332
+ - name : hisub
333
+ path : path/to/hisub
341
334
- name : segger
342
335
revision : b011c45b585e097d95d9cf93edf4f2e01588d3cd
343
336
path : modules/debug/segger
@@ -365,6 +358,12 @@ manifest:
365
358
- name : zcbor
366
359
revision : 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
367
360
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
+
368
367
369
368
self :
370
369
path : zephyr
0 commit comments