forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
276 lines (271 loc) · 8.19 KB
/
west.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
# The west manifest file for upstream Zephyr.
#
# The per-installation west configuration file, .west/config, sets the
# path to the project containing this file in the [manifest] section's
# "path" variable.
#
# You are free to create your own manifest files and put them in any
# repository you want, to create your own custom Zephyr installations.
# For example, you could create a manifest file in your own out of
# tree application directory, which would pull this zephyr repository
# in as an ordinary project.
#
# You can pass your manifest repositories to west init when creating a
# new Zephyr installation. See the west documentation for more
# information.
manifest:
defaults:
remote: upstream
remotes:
- name: upstream
url-base: https://github.com/zephyrproject-rtos
group-filter: [-babblesim]
#
# Please add items below based on alphabetical order
projects:
- name: bsim
repo-path: babblesim-manifest
revision: 908ffde6298a937c6549dbfa843a62caab26bfc5
import:
path-prefix: tools
- name: canopennode
revision: dec12fa3f0d790cafa8414a4c2930ea71ab72ffd
path: modules/lib/canopennode
- name: chre
revision: b7955c27e50485b7dafdc3888d7d6afdc2ac6d96
path: modules/lib/chre
- name: cmsis
revision: 74981bf893e8b10931464b9945e2143d99a3f0a3
path: modules/hal/cmsis
groups:
- hal
- name: edtt
revision: 64e5105ad82390164fb73fc654be3f73a608209a
path: tools/edtt
groups:
- tools
- name: fatfs
revision: 427159bf95ea49b7680facffaa29ad506b42709b
path: modules/fs/fatfs
groups:
- fs
- name: hal_altera
revision: 0d225ddd314379b32355a00fb669eacf911e750d
path: modules/hal/altera
groups:
- hal
- name: hal_atmel
revision: 5ab43007eda3f380c125f957f03638d2e8d1144d
path: modules/hal/atmel
groups:
- hal
- name: hal_espressif
revision: 0b5aa325aead1f36e104615f966e171cf4d36538
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
- hal
- name: hal_ethos_u
revision: 90ada2ea5681b2a2722a10d2898eac34c2510791
path: modules/hal/ethos_u
groups:
- hal
- name: hal_gigadevice
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
path: modules/hal/gigadevice
groups:
- hal
- name: hal_infineon
revision: 03d6f5563552022fb53f149640b127889fb3c01f
path: modules/hal/infineon
groups:
- hal
- name: hal_microchip
revision: 5d079f1683a00b801373bbbbf5d181d4e33b30d5
path: modules/hal/microchip
groups:
- hal
- name: hal_nordic
revision: a1c3e0fbaafda091139b8744becd4853ada2f747
path: modules/hal/nordic
groups:
- hal
- name: hal_nuvoton
revision: 0a1f153c433f5f637a4490651bdda6d966de3b99
path: modules/hal/nuvoton
groups:
- hal
- name: hal_nxp
revision: a45b6bcee7824e42d9950c8324b3d783a2521a84
path: modules/hal/nxp
groups:
- hal
- name: hal_openisa
revision: d1e61c0c654d8ca9e73d27fca3a7eb3b7881cb6a
path: modules/hal/openisa
groups:
- hal
- name: hal_quicklogic
revision: b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0
path: modules/hal/quicklogic
repo-path: hal_quicklogic
groups:
- hal
- name: hal_renesas
path: modules/hal/renesas
revision: f2d791d28cd8fdbc5861652b863822632c91f690
groups:
- hal
- name: hal_rpi_pico
path: modules/hal/rpi_pico
revision: b7801e4db6a62ea2d37bbef7880c3d056530c9bf
groups:
- hal
- name: hal_silabs
revision: 249c08f16f5ee9663c8b225b68faf8ec54a21e8e
path: modules/hal/silabs
groups:
- hal
- name: hal_st
revision: 5948f7b3304f1628a45ee928cd607619a7f53bbb
path: modules/hal/st
groups:
- hal
- name: hal_stm32
revision: c865374fc83d93416c0f380e6310368ff55d6ce2
path: modules/hal/stm32
groups:
- hal
- name: hal_telink
revision: 38573af589173259801ae6c2b34b7d4c9e626746
path: modules/hal/telink
groups:
- hal
- name: hal_ti
revision: ae1db23f32dde779cdfc4afaa9a60ea219310a64
path: modules/hal/ti
groups:
- hal
- name: hal_wurthelektronik
revision: 24ca9873c3d608fad1fea0431836bc8f144c132e
path: modules/hal/wurthelektronik
groups:
- hal
- name: hal_xtensa
revision: bce25bd242fb07c4cfd13ccb1ed29bc8bc12b0b8
path: modules/hal/xtensa
groups:
- hal
- name: libmetal
revision: efa2ace6028290ddee494a78ade772a0b112ab83
path: modules/hal/libmetal
groups:
- hal
- name: liblc3
revision: 448f3de31f49a838988a162ef1e23a89ddf2d2ed
path: modules/lib/liblc3
- name: littlefs
path: modules/fs/littlefs
groups:
- fs
revision: ca583fd297ceb48bced3c2548600dc615d67af24
- name: loramac-node
revision: ce57712f3e426bbbb13acaec97b45369f716f43a
path: modules/lib/loramac-node
- name: lvgl
revision: 1557cb3e4d5c8dc7bb2e8610b686b5acb157903c
path: modules/lib/gui/lvgl
- name: lz4
revision: 8e303c264fc21c2116dc612658003a22e933124d
path: modules/lib/lz4
- name: mbedtls
revision: 4e1f66df894dc622da7bcd3884016a6ace08e9ea
path: modules/crypto/mbedtls
groups:
- crypto
- name: mcuboot
revision: 2878eb4e32fabc14bc391c3221cbf285064d9db4
path: bootloader/mcuboot
- name: mipi-sys-t
path: modules/debug/mipi-sys-t
groups:
- debug
revision: 0d521d8055f3b2b4842f728b0365d3f0ece9c37f
- name: nanopb
revision: 42fa8b211e946b90b9d968523fce7b1cfe27617e
path: modules/lib/nanopb
- name: net-tools
revision: e0828aa9629b533644dc96ff6d1295c939bd713c
path: tools/net-tools
groups:
- tools
- name: nrf_hw_models
revision: c8d2ecd25d6976d2d77eccf66878420fdb8ef5a1
path: modules/bsim_hw_models/nrf_hw_models
- name: open-amp
revision: 233fb29c52ffa7733ba132a2b5987a8201ba8ec6
path: modules/lib/open-amp
- name: openthread
revision: 1203ea6426a906d62a3921b6d4c6a4a6c8e0abde
path: modules/lib/openthread
- name: picolibc
path: modules/lib/picolibc
revision: 93b5d5f2ad44867b60267417cd6d6250dbf68983
- name: segger
revision: 4bfaf28a11c3e5ec29badac744fab6d2f342749e
path: modules/debug/segger
groups:
- debug
- name: sof
revision: ffbf9c2a6ea2930b0ac7e3a37c7cd7f5c417d090
path: modules/audio/sof
- name: tflite-micro
revision: 9156d050927012da87079064db59d07f03b8baf6
path: modules/lib/tflite-micro
repo-path: tflite-micro
- name: tinycrypt
revision: 3e9a49d2672ec01435ffbf0d788db6d95ef28de0
path: modules/crypto/tinycrypt
groups:
- crypto
- name: TraceRecorderSource
revision: bc839bf94904bcdb91b33760e918afbef82e3ab4
path: modules/debug/TraceRecorder
groups:
- debug
- name: trusted-firmware-m
revision: 8209cb2ed2bc9a768cc1d715c2059616192cc720
path: modules/tee/tf-m/trusted-firmware-m
groups:
- tee
- name: trusted-firmware-a
revision: 28f5e137837f1c1a7a7b2af2dd8bb778c0a27532
path: modules/tee/tf-a/trusted-firmware-a
groups:
- tee
- name: tf-m-tests
revision: 0f80a65193ddbbe3f0ac38b33b07b26138c11fa7
path: modules/tee/tf-m/tf-m-tests
groups:
- tee
- name: psa-arch-tests
revision: 6a17330e0dfb5f319730f974d5b05f7b7f04757b
path: modules/tee/tf-m/psa-arch-tests
groups:
- tee
- name: uoscore-uedhoc
revision: e8920192b66db4f909eb9cd3f155d5245c1ae825
path: modules/lib/uoscore-uedhoc
- name: zcbor
revision: 67fd8bb88d3136738661fa8bb5f9989103f4599e
path: modules/lib/zcbor
- name: zscilib
path: modules/lib/zscilib
revision: 0035be5e6a45e4ab89755b176d305d7a877fc79c
- name: thrift
path: modules/lib/thrift
revision: 10023645a0e6cb7ce23fcd7fd3dbac9f18df6234
self:
path: zephyr
west-commands: scripts/west-commands.yml
import: submanifests