@@ -27,7 +27,11 @@ manifest:
27
27
url-base : https://github.com/nrfconnect
28
28
- name : carles
29
29
url-base : https://github.com/carles
30
-
30
+ - name : memfault
31
+ url-base : https://github.com/memfault
32
+ - name : throwtheswitch
33
+ url-base : https://github.com/ThrowTheSwitch
34
+
31
35
group-filter : [-babblesim, -optional]
32
36
33
37
#
@@ -38,26 +42,18 @@ manifest:
38
42
repo-path : sdk-connectedhomeip
39
43
path : modules/lib/matter
40
44
revision : 81eb1e99a9fd48bbf3bca2a56e7ac888c7f24a16
41
- submodules :
42
- - name : nlio
43
- path : third_party/nlio/repo
44
- - name : nlassert
45
- path : third_party/nlassert/repo
46
- - name : nlunit-test
47
- path : third_party/nlunit-test/repo
48
- - name : pigweed
49
- path : third_party/pigweed/repo
50
- - name : jsoncpp
51
- path : third_party/jsoncpp/repo
45
+ submodules : true
52
46
- name : acpica
53
47
revision : 8d24867bc9c9d81c81eeac59391cda59333affd4
54
48
path : modules/lib/acpica
55
- submodules : true
49
+ submodules :
50
+ - name : asub
51
+ path : subs/asub
56
52
- name : bsim
53
+ remote : carles
57
54
repo-path : babblesim-manifest
58
- revision : 9ee22c707970f6621adba0375841c0a609e24628
55
+ revision : 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
59
56
path : tools/bsim
60
- submodules : true
61
57
groups :
62
58
- babblesim
63
59
- name : babblesim_base
@@ -70,6 +66,8 @@ manifest:
70
66
path : third_party/nlio/repo
71
67
- name : nlassert
72
68
path : third_party/nlassert/repo
69
+ - name : zzzlassert
70
+ path : third_party/this/repo
73
71
groups :
74
72
- babblesim
75
73
- name : babblesim_ext_2G4_libPhyComv1
@@ -145,7 +143,6 @@ manifest:
145
143
- name : cmsis
146
144
revision : 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
147
145
path : modules/hal/cmsis
148
- west-commands : scripts/west/west-commands.yml
149
146
groups :
150
147
- hal
151
148
- name : cmsis-dsp
@@ -162,7 +159,7 @@ manifest:
162
159
- name : fatfs
163
160
revision : 427159bf95ea49b7680facffaa29ad506b42709b
164
161
path : modules/fs/fatfs
165
- west-commands : commands /west-cmds .yml
162
+ west-commands : scripts /west/west-commands .yml
166
163
groups :
167
164
- fs
168
165
- name : hal_adi
@@ -186,7 +183,7 @@ manifest:
186
183
groups :
187
184
- hal
188
185
- name : hal_espressif
189
- revision : 0f1874284f5dee0d49cb23f44f756e7be404e7b7
186
+ revision : pull/354/head
190
187
path : modules/hal/espressif
191
188
west-commands : west/west-commands.yml
192
189
groups :
@@ -196,11 +193,6 @@ manifest:
196
193
path : modules/hal/ethos_u
197
194
groups :
198
195
- hal
199
- - name : hal_gigadevice
200
- revision : 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
201
- path : modules/hal/gigadevice
202
- groups :
203
- - hal
204
196
- name : hal_infineon
205
197
revision : 88d2529a3c5aee2e81947553bf6cbacb4671088c
206
198
path : modules/hal/infineon
@@ -217,7 +209,7 @@ manifest:
217
209
groups :
218
210
- hal
219
211
- name : hal_nordic
220
- revision : cb7600a1be4c8b177867e6d463729c07dd3f6d73
212
+ revision : 5c8d109371ebb740fbef1f440a3b59e488a36717
221
213
path : modules/hal/nordic
222
214
groups :
223
215
- hal
@@ -346,6 +338,9 @@ manifest:
346
338
- name : picolibc
347
339
path : modules/lib/picolibc
348
340
revision : d492d5fa7c96918e37653f303028346bb0dd51a2
341
+ submodules :
342
+ - name : hisub
343
+ path : path/to/hisub
349
344
- name : segger
350
345
revision : b011c45b585e097d95d9cf93edf4f2e01588d3cd
351
346
path : modules/debug/segger
@@ -372,8 +367,20 @@ manifest:
372
367
revision : 84ef879a46d7bfd9a423fbfb502b04289861f9ea
373
368
path : modules/lib/uoscore-uedhoc
374
369
- name : zcbor
370
+ remote : carles
375
371
revision : 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
376
372
path : modules/lib/zcbor
373
+ - name : memfault-firmware-sdk
374
+ path : modules/lib/memfault-firmware-sdk
375
+ revision : 1.12.0
376
+ remote : memfault
377
+ - name : cmock
378
+ path : test/cmock
379
+ submodules : true
380
+ revision : f65066f15d8248e6dcb778efb8739904a4512087
381
+ remote : throwtheswitch
382
+
383
+
377
384
378
385
self :
379
386
path : zephyr
0 commit comments