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