@@ -23,15 +23,35 @@ manifest:
23
23
url-base : https://github.com/zephyrproject-rtos
24
24
- name : babblesim
25
25
url-base : https://github.com/BabbleSim
26
+ - name : nrfconnect
27
+ url-base : https://github.com/nrfconnect
28
+
26
29
27
30
group-filter : [-babblesim, -optional]
28
31
29
32
#
30
33
# Please add items below based on alphabetical order
31
34
projects :
35
+ - name : matter
36
+ remote : nrfconnect
37
+ repo-path : sdk-connectedhomeip
38
+ path : modules/lib/matter
39
+ 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
32
51
- name : acpica
33
52
revision : 8d24867bc9c9d81c81eeac59391cda59333affd4
34
53
path : modules/lib/acpica
54
+ submodules : true
35
55
- name : bsim
36
56
repo-path : babblesim-manifest
37
57
revision : 9ee22c707970f6621adba0375841c0a609e24628
@@ -118,6 +138,7 @@ manifest:
118
138
- name : cmsis
119
139
revision : 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
120
140
path : modules/hal/cmsis
141
+ west-commands : scripts/west/west-commands.yml
121
142
groups :
122
143
- hal
123
144
- name : cmsis-dsp
@@ -134,6 +155,7 @@ manifest:
134
155
- name : fatfs
135
156
revision : 427159bf95ea49b7680facffaa29ad506b42709b
136
157
path : modules/fs/fatfs
158
+ west-commands : commands/west-cmds.yml
137
159
groups :
138
160
- fs
139
161
- name : hal_adi
@@ -319,6 +341,7 @@ manifest:
319
341
- name : segger
320
342
revision : b011c45b585e097d95d9cf93edf4f2e01588d3cd
321
343
path : modules/debug/segger
344
+ submodules : true
322
345
groups :
323
346
- debug
324
347
- name : tinycrypt
0 commit comments