@@ -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,26 +42,17 @@ 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
- submodules : true
60
56
groups :
61
57
- babblesim
62
58
- name : babblesim_base
@@ -69,6 +65,8 @@ manifest:
69
65
path : third_party/nlio/repo
70
66
- name : nlassert
71
67
path : third_party/nlassert/repo
68
+ - name : zzzlassert
69
+ path : third_party/this/repo
72
70
groups :
73
71
- babblesim
74
72
- name : babblesim_ext_2G4_libPhyComv1
@@ -144,7 +142,6 @@ manifest:
144
142
- name : cmsis
145
143
revision : 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
146
144
path : modules/hal/cmsis
147
- west-commands : scripts/west/west-commands.yml
148
145
groups :
149
146
- hal
150
147
- name : cmsis-dsp
@@ -161,7 +158,7 @@ manifest:
161
158
- name : fatfs
162
159
revision : 427159bf95ea49b7680facffaa29ad506b42709b
163
160
path : modules/fs/fatfs
164
- west-commands : commands /west-cmds .yml
161
+ west-commands : scripts /west/west-commands .yml
165
162
groups :
166
163
- fs
167
164
- name : hal_adi
@@ -185,7 +182,7 @@ manifest:
185
182
groups :
186
183
- hal
187
184
- name : hal_espressif
188
- revision : 0f1874284f5dee0d49cb23f44f756e7be404e7b7
185
+ revision : pull/354/head
189
186
path : modules/hal/espressif
190
187
west-commands : west/west-commands.yml
191
188
groups :
@@ -195,11 +192,6 @@ manifest:
195
192
path : modules/hal/ethos_u
196
193
groups :
197
194
- hal
198
- - name : hal_gigadevice
199
- revision : 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
200
- path : modules/hal/gigadevice
201
- groups :
202
- - hal
203
195
- name : hal_infineon
204
196
revision : 88d2529a3c5aee2e81947553bf6cbacb4671088c
205
197
path : modules/hal/infineon
@@ -216,7 +208,7 @@ manifest:
216
208
groups :
217
209
- hal
218
210
- name : hal_nordic
219
- revision : cb7600a1be4c8b177867e6d463729c07dd3f6d73
211
+ revision : 5c8d109371ebb740fbef1f440a3b59e488a36717
220
212
path : modules/hal/nordic
221
213
groups :
222
214
- hal
@@ -344,13 +336,17 @@ manifest:
344
336
- name : picolibc
345
337
path : modules/lib/picolibc
346
338
revision : d492d5fa7c96918e37653f303028346bb0dd51a2
339
+ submodules :
340
+ - name : hisub
341
+ path : path/to/hisub
347
342
- name : segger
348
343
revision : b011c45b585e097d95d9cf93edf4f2e01588d3cd
349
344
path : modules/debug/segger
350
345
submodules : true
351
346
groups :
352
347
- debug
353
348
- name : tinycrypt
349
+ remote : carles
354
350
revision : 1012a3ebee18c15ede5efc8332ee2fc37817670f
355
351
path : modules/crypto/tinycrypt
356
352
groups :
@@ -371,6 +367,17 @@ manifest:
371
367
- name : zcbor
372
368
revision : 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
373
369
path : modules/lib/zcbor
370
+ - name : memfault-firmware-sdk
371
+ path : modules/lib/memfault-firmware-sdk
372
+ revision : 1.12.0
373
+ remote : memfault
374
+ - name : cmock
375
+ path : test/cmock
376
+ submodules : true
377
+ revision : f65066f15d8248e6dcb778efb8739904a4512087
378
+ remote : throwtheswitch
379
+
380
+
374
381
375
382
self :
376
383
path : zephyr
0 commit comments