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