Skip to content

Commit 7a8c59a

Browse files
committed
west: add more changes
Signed-off-by: Carles Cufi <[email protected]>
1 parent c133b64 commit 7a8c59a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

west.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,35 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: nrfconnect
27+
url-base: https://github.com/nrfconnect
28+
2629

2730
group-filter: [-babblesim, -optional]
2831

2932
#
3033
# Please add items below based on alphabetical order
3134
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
3251
- name: acpica
3352
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
3453
path: modules/lib/acpica
54+
submodules: true
3555
- name: bsim
3656
repo-path: babblesim-manifest
3757
revision: 9ee22c707970f6621adba0375841c0a609e24628
@@ -118,6 +138,7 @@ manifest:
118138
- name: cmsis
119139
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
120140
path: modules/hal/cmsis
141+
west-commands: scripts/west/west-commands.yml
121142
groups:
122143
- hal
123144
- name: cmsis-dsp
@@ -134,6 +155,7 @@ manifest:
134155
- name: fatfs
135156
revision: 427159bf95ea49b7680facffaa29ad506b42709b
136157
path: modules/fs/fatfs
158+
west-commands: commands/west-cmds.yml
137159
groups:
138160
- fs
139161
- name: hal_adi
@@ -319,6 +341,7 @@ manifest:
319341
- name: segger
320342
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
321343
path: modules/debug/segger
344+
submodules: true
322345
groups:
323346
- debug
324347
- name: tinycrypt

0 commit comments

Comments
 (0)