blob: 6d9f3fa1481c5fbebbd9e6132165b3fffd89e7f2 [file] [log] [blame]
Marti Bolivare7eb7982019-01-24 22:12:28 -07001# The west manifest file for upstream Zephyr.
2#
3# The per-installation west configuration file, .west/config, sets the
4# path to the project containing this file in the [manifest] section's
5# "path" variable.
6#
7# You are free to create your own manifest files and put them in any
8# repository you want, to create your own custom Zephyr installations.
9# For example, you could create a manifest file in your own out of
10# tree application directory, which would pull this zephyr repository
11# in as an ordinary project.
12#
13# You can pass your manifest repositories to west init when creating a
14# new Zephyr installation. See the west documentation for more
15# information.
16
Marti Bolivare7eb7982019-01-24 22:12:28 -070017manifest:
18 defaults:
19 remote: upstream
20
21 remotes:
22 - name: upstream
23 url-base: https://github.com/zephyrproject-rtos
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020024 - name: babblesim
25 url-base: https://github.com/BabbleSim
Marti Bolivare7eb7982019-01-24 22:12:28 -070026
Anas Nashiff30f08a2023-08-15 13:04:54 +000027 group-filter: [-babblesim, -optional]
Alberto Escolar Piedras01a12f62023-03-10 15:08:27 +010028
Anas Nashifbf1f1f62019-06-13 08:03:43 -040029 #
30 # Please add items below based on alphabetical order
Marti Bolivare7eb7982019-01-24 22:12:28 -070031 projects:
Najumon Ba793910f2023-03-30 11:17:50 +053032 - name: acpica
Najumon B.A08c0b982023-11-09 15:02:43 +053033 revision: da5f2721e1c7f188fe04aa50af76f4b94f3c3ea3
Najumon Ba793910f2023-03-30 11:17:50 +053034 path: modules/lib/acpica
Alberto Escolar Piedras01a12f62023-03-10 15:08:27 +010035 - name: bsim
36 repo-path: babblesim-manifest
Alberto Escolar Piedrasf2d79472024-03-13 13:43:31 +010037 revision: 68f6282c6a7f54641b75f5f9fc953c85e272a983
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020038 path: tools/bsim
39 groups:
40 - babblesim
41 - name: babblesim_base
42 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +010043 repo-path: base
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020044 path: tools/bsim/components
Alberto Escolar Piedrasf2d79472024-03-13 13:43:31 +010045 revision: 4bd907be0b2abec3b31a23fd8ca98db2a07209d2
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020046 groups:
47 - babblesim
48 - name: babblesim_ext_2G4_libPhyComv1
49 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +010050 repo-path: ext_2G4_libPhyComv1
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020051 path: tools/bsim/components/ext_2G4_libPhyComv1
Alberto Escolar Piedrasf2d79472024-03-13 13:43:31 +010052 revision: 93f5eba512c438b0c9ebc1b1a947517c865b3643
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020053 groups:
54 - babblesim
55 - name: babblesim_ext_2G4_phy_v1
56 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +010057 repo-path: ext_2G4_phy_v1
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020058 path: tools/bsim/components/ext_2G4_phy_v1
Alberto Escolar Piedrasf2d79472024-03-13 13:43:31 +010059 revision: 1ab9a884621d9ca719ef23536ca47d10494220c6
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020060 groups:
61 - babblesim
62 - name: babblesim_ext_2G4_channel_NtNcable
63 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +010064 repo-path: ext_2G4_channel_NtNcable
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020065 path: tools/bsim/components/ext_2G4_channel_NtNcable
66 revision: 20a38c997f507b0aa53817aab3d73a462fff7af1
67 groups:
68 - babblesim
69 - name: babblesim_ext_2G4_channel_multiatt
70 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +010071 repo-path: ext_2G4_channel_multiatt
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020072 path: tools/bsim/components/ext_2G4_channel_multiatt
Alberto Escolar Piedras231c0132023-06-14 15:15:34 +020073 revision: bde72a57384dde7a4310bcf3843469401be93074
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020074 groups:
75 - babblesim
76 - name: babblesim_ext_2G4_modem_magic
77 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +010078 repo-path: ext_2G4_modem_magic
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020079 path: tools/bsim/components/ext_2G4_modem_magic
Alberto Escolar Piedrasf2d79472024-03-13 13:43:31 +010080 revision: edfcda2d3937a74be0a59d6cd47e0f50183453da
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020081 groups:
82 - babblesim
83 - name: babblesim_ext_2G4_modem_BLE_simple
84 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +010085 repo-path: ext_2G4_modem_BLE_simple
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020086 path: tools/bsim/components/ext_2G4_modem_BLE_simple
Alberto Escolar Piedrasf2d79472024-03-13 13:43:31 +010087 revision: a38d2d24b04a6f970a225d1316047256ebf5a539
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020088 groups:
89 - babblesim
90 - name: babblesim_ext_2G4_device_burst_interferer
91 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +010092 repo-path: ext_2G4_device_burst_interferer
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +020093 path: tools/bsim/components/ext_2G4_device_burst_interferer
94 revision: 5b5339351d6e6a2368c686c734dc8b2fc65698fc
95 groups:
96 - babblesim
97 - name: babblesim_ext_2G4_device_WLAN_actmod
98 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +010099 repo-path: ext_2G4_device_WLAN_actmod
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +0200100 path: tools/bsim/components/ext_2G4_device_WLAN_actmod
101 revision: 9cb6d8e72695f6b785e57443f0629a18069d6ce4
102 groups:
103 - babblesim
104 - name: babblesim_ext_2G4_device_playback
105 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +0100106 repo-path: ext_2G4_device_playback
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +0200107 path: tools/bsim/components/ext_2G4_device_playback
Alberto Escolar Piedrasf2d79472024-03-13 13:43:31 +0100108 revision: abb48cd71ddd4e2a9022f4bf49b2712524c483e8
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +0200109 groups:
110 - babblesim
111 - name: babblesim_ext_libCryptov1
112 remote: babblesim
Gerard Marull-Paretas16a60632024-03-05 13:32:42 +0100113 repo-path: ext_libCryptov1
Alberto Escolar Piedras9ce0d412023-06-07 16:33:18 +0200114 path: tools/bsim/components/ext_libCryptov1
115 revision: eed6d7038e839153e340bd333bc43541cb90ba64
116 groups:
117 - babblesim
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200118 - name: cmsis
Marcin Niestroj14dccd72023-11-06 12:57:49 +0100119 revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200120 path: modules/hal/cmsis
Artem Panfilov48d55012021-07-15 12:14:56 +0300121 groups:
122 - hal
Ryan McClelland104ea2c2023-04-15 17:26:09 -0700123 - name: cmsis-dsp
Wilfried Chauveau10bce9d2024-02-02 15:42:31 +0000124 revision: 6489e771e9c405f1763b52d64a3f17a1ec488ace
Ryan McClelland104ea2c2023-04-15 17:26:09 -0700125 path: modules/lib/cmsis-dsp
Ryan McClellandb0920942023-04-19 12:58:43 -0700126 - name: cmsis-nn
127 revision: 0c8669d81381ccf3b1a01d699f3b68b50134a99f
128 path: modules/lib/cmsis-nn
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200129 - name: edtt
Alberto Escolar Piedrasb91aa2e2023-03-07 10:49:27 +0100130 revision: 64e5105ad82390164fb73fc654be3f73a608209a
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200131 path: tools/edtt
Artem Panfilov48d55012021-07-15 12:14:56 +0300132 groups:
133 - tools
Anas Nashif45868a22019-05-12 10:35:56 -0400134 - name: fatfs
Dominik Ermelca0da432023-01-16 12:22:47 +0000135 revision: 427159bf95ea49b7680facffaa29ad506b42709b
Anas Nashif45868a22019-05-12 10:35:56 -0400136 path: modules/fs/fatfs
Artem Panfilov48d55012021-07-15 12:14:56 +0300137 groups:
138 - fs
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200139 - name: hal_altera
Gerard Marull-Paretas9516eb42022-05-10 16:21:38 +0200140 revision: 0d225ddd314379b32355a00fb669eacf911e750d
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200141 path: modules/hal/altera
Artem Panfilov48d55012021-07-15 12:14:56 +0300142 groups:
143 - hal
Maciej Sobkowski8f028322023-06-19 14:10:22 +0200144 - name: hal_ambiq
Bryan Zhuaac9b662024-01-09 08:48:21 +0800145 revision: ff4ca358d730536addf336c40c3faa4ebf1df00a
Maciej Sobkowski8f028322023-06-19 14:10:22 +0200146 path: modules/hal/ambiq
147 groups:
148 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200149 - name: hal_atmel
Torsten Rasmussen8dc3f852022-09-14 22:23:15 +0200150 revision: d6221e73d76a4a31d802e0657342fcbda77e21ae
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200151 path: modules/hal/atmel
Artem Panfilov48d55012021-07-15 12:14:56 +0300152 groups:
153 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200154 - name: hal_espressif
Sylvio Alvesf7eac8a2024-02-18 21:21:32 -0300155 revision: e705cc16c4b63b5b3cad5c395297a4c2b49651fd
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200156 path: modules/hal/espressif
157 west-commands: west/west-commands.yml
Artem Panfilov48d55012021-07-15 12:14:56 +0300158 groups:
159 - hal
Kristofer Jonsson02d47142022-05-30 16:17:20 +0200160 - name: hal_ethos_u
161 revision: 90ada2ea5681b2a2722a10d2898eac34c2510791
162 path: modules/hal/ethos_u
163 groups:
164 - hal
Gerson Fernando Budke6d8c0342021-10-19 09:06:33 -0300165 - name: hal_gigadevice
YuLong Yao30f310d2023-01-12 05:45:09 +0800166 revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
Gerson Fernando Budke6d8c0342021-10-19 09:06:33 -0300167 path: modules/hal/gigadevice
168 groups:
169 - hal
Parthiban Nallathambib687d762020-04-21 11:37:42 +0200170 - name: hal_infineon
Torsten Rasmussen8dc3f852022-09-14 22:23:15 +0200171 revision: b1a47231e8671c882c5f055f9f10c32b18133d08
Parthiban Nallathambib687d762020-04-21 11:37:42 +0200172 path: modules/hal/infineon
Artem Panfilov48d55012021-07-15 12:14:56 +0300173 groups:
174 - hal
Dong Wangfb039642023-07-17 16:32:35 +0800175 - name: hal_intel
Dong Wang29388562023-11-06 20:47:01 +0800176 revision: 7b4c25669f1513b0d6d6ee78ee42340d91958884
Dong Wangfb039642023-07-17 16:32:35 +0800177 path: modules/hal/intel
178 groups:
179 - hal
Anas Nashif975b4712019-08-19 07:05:45 -0700180 - name: hal_microchip
Torsten Rasmussen8dc3f852022-09-14 22:23:15 +0200181 revision: 68575aa28cd33c68b3b8d66f510d15746c57fdb5
Anas Nashif975b4712019-08-19 07:05:45 -0700182 path: modules/hal/microchip
Artem Panfilov48d55012021-07-15 12:14:56 +0300183 groups:
184 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200185 - name: hal_nordic
Nikodem Kastelike36d15c2024-03-08 12:35:22 +0100186 revision: 13ac55b5b52c905642e9c54f069109d188aa5840
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200187 path: modules/hal/nordic
Artem Panfilov48d55012021-07-15 12:14:56 +0300188 groups:
189 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200190 - name: hal_nuvoton
cyliang tw47ed29b2024-03-11 16:33:47 +0800191 revision: cf24f9ebd893b349cec439ef7eaac6554a6b6d6f
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200192 path: modules/hal/nuvoton
Artem Panfilov48d55012021-07-15 12:14:56 +0300193 groups:
194 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200195 - name: hal_nxp
Mahesh Mahadevan8fa1c6d2024-03-06 21:33:26 -0600196 revision: 3c4f74b405ca174fe3eb5f3b74c355376ee9a69f
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200197 path: modules/hal/nxp
Artem Panfilov48d55012021-07-15 12:14:56 +0300198 groups:
199 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200200 - name: hal_openisa
Ryan McClelland6bb61052023-07-19 12:26:26 -0700201 revision: eabd530a64d71de91d907bad257cd61aacf607bc
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200202 path: modules/hal/openisa
Artem Panfilov48d55012021-07-15 12:14:56 +0300203 groups:
204 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200205 - name: hal_quicklogic
206 revision: b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0
207 path: modules/hal/quicklogic
208 repo-path: hal_quicklogic
Artem Panfilov48d55012021-07-15 12:14:56 +0300209 groups:
210 - hal
Andrzej Kaczmarek28e3b192022-06-21 12:00:02 +0200211 - name: hal_renesas
212 path: modules/hal/renesas
Torsten Rasmussen8dc3f852022-09-14 22:23:15 +0200213 revision: 991e060b6825f0f6830f4dbccbed8252598f2a6d
Andrzej Kaczmarek28e3b192022-06-21 12:00:02 +0200214 groups:
215 - hal
Yonatan Schachter995275e2021-11-29 23:10:37 +0200216 - name: hal_rpi_pico
217 path: modules/hal/rpi_pico
TOKITA Hiroshie79ef002023-04-21 20:32:55 +0900218 revision: fba7162cc7bee06d0149622bbcaac4e41062d368
Yonatan Schachter995275e2021-11-29 23:10:37 +0200219 groups:
220 - hal
Anas Nashif7ae41802019-04-06 00:06:14 -0400221 - name: hal_silabs
Piotr Dymacz02b2be02024-03-13 12:07:25 +0100222 revision: 442d0fb1d02cc4b2bb159fbff378029998b89049
Anas Nashif7ae41802019-04-06 00:06:14 -0400223 path: modules/hal/silabs
Artem Panfilov48d55012021-07-15 12:14:56 +0300224 groups:
225 - hal
Anas Nashiffaa398f2019-06-18 00:13:45 -0400226 - name: hal_st
Armando Visconti765519e2024-01-10 10:12:51 +0100227 revision: 0643d20ae85b32c658ad11036f7c964a860ddefe
Anas Nashiffaa398f2019-06-18 00:13:45 -0400228 path: modules/hal/st
Artem Panfilov48d55012021-07-15 12:14:56 +0300229 groups:
230 - hal
Anas Nashiffaa398f2019-06-18 00:13:45 -0400231 - name: hal_stm32
Erwan Gouriou9c7c63e2023-10-06 14:22:09 +0200232 revision: 60c9634f61c697e1c310ec648d33529712806069
Anas Nashiffaa398f2019-06-18 00:13:45 -0400233 path: modules/hal/stm32
Artem Panfilov48d55012021-07-15 12:14:56 +0300234 groups:
235 - hal
Yuriy Vynnychek4b0b1e02021-07-09 11:40:33 +0300236 - name: hal_telink
Yuriy Vynnychek52bef182022-06-15 11:50:30 +0300237 revision: 38573af589173259801ae6c2b34b7d4c9e626746
Yuriy Vynnychek4b0b1e02021-07-09 11:40:33 +0300238 path: modules/hal/telink
Artem Panfilov48d55012021-07-15 12:14:56 +0300239 groups:
240 - hal
Anas Nashiff156e952019-08-20 06:37:49 -0700241 - name: hal_ti
Fabio Baltieri21a36f62023-09-14 13:34:45 +0000242 revision: b85f86e51fc4d47c4c383d320d64d52d4d371ae4
Anas Nashiff156e952019-08-20 06:37:49 -0700243 path: modules/hal/ti
Artem Panfilov48d55012021-07-15 12:14:56 +0300244 groups:
245 - hal
Yannick Thesenffdd4282022-07-21 16:00:51 +0200246 - name: hal_wurthelektronik
Ryan McClellandb3e8b1f2023-07-13 23:37:04 -0700247 revision: e5bcb2eac1bb9639ce13b4dafc78eb254e014342
Yannick Thesenffdd4282022-07-21 16:00:51 +0200248 path: modules/hal/wurthelektronik
249 groups:
250 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200251 - name: hal_xtensa
Torsten Rasmussen8dc3f852022-09-14 22:23:15 +0200252 revision: a2d658525b16c57bea8dd565f5bd5167e4b9f1ee
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200253 path: modules/hal/xtensa
Artem Panfilov48d55012021-07-15 12:14:56 +0300254 groups:
255 - hal
Jukka Rissanenf9035a22023-10-10 15:51:30 +0300256 - name: hostap
257 repo-path: hostap
258 path: modules/lib/hostap
Jukka Rissanenb8e5ac12024-02-16 17:17:04 +0200259 revision: 9ad92f5249a6743f55787bb783d3398113b136c0
Anas Nashiffe0a50f2019-05-22 16:58:54 -0700260 - name: libmetal
Johan Hedberg12b5adf2023-12-08 15:45:53 +0200261 revision: 243eed541b9c211a2ce8841c788e62ddce84425e
Anas Nashiffe0a50f2019-05-22 16:58:54 -0700262 path: modules/hal/libmetal
Artem Panfilov48d55012021-07-15 12:14:56 +0300263 groups:
264 - hal
Mariusz Skamra778c96d2022-06-27 11:31:23 +0200265 - name: liblc3
Mariusz Skamra49a70382023-12-01 09:03:05 +0100266 revision: 1a5938ebaca4f13fe79ce074f5dee079783aa29f
Carles Cufi4c26b852022-08-22 14:48:27 +0200267 path: modules/lib/liblc3
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200268 - name: littlefs
269 path: modules/fs/littlefs
Artem Panfilov48d55012021-07-15 12:14:56 +0300270 groups:
271 - fs
Dominik Ermel92ed6102023-11-17 14:02:09 +0000272 revision: 408c16a909dd6cf128874a76f21c793798c9e423
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200273 - name: loramac-node
Martin Jäger52da66a2024-02-05 18:49:10 +0100274 revision: 1bf2120cffcedae174ae35d695a28a46caefcb23
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200275 path: modules/lib/loramac-node
Jan Van Winkel18ef1312019-07-03 21:45:39 +0200276 - name: lvgl
Fabian Blatz7cc46e62023-12-08 12:52:50 +0100277 revision: 2b76c641749725ac90c6ac7959ca7718804cf356
Jan Van Winkel18ef1312019-07-03 21:45:39 +0200278 path: modules/lib/gui/lvgl
Anas Nashifbf1f1f62019-06-13 08:03:43 -0400279 - name: mbedtls
Flavio Ceolin5f4210e2024-01-29 12:10:42 -0800280 revision: 6ec4abdcda78dfc47315af568f93e5ad4398dea0
Anas Nashifbf1f1f62019-06-13 08:03:43 -0400281 path: modules/crypto/mbedtls
Artem Panfilov48d55012021-07-15 12:14:56 +0300282 groups:
283 - crypto
Andrzej Puzdrowskice753ea2019-07-30 14:13:35 +0200284 - name: mcuboot
Jamie McCrae136a3d32024-03-12 14:14:23 +0000285 revision: 9fb7ce5d026db42768d63f04cc60ce022d27b555
Andrzej Puzdrowskice753ea2019-07-30 14:13:35 +0200286 path: bootloader/mcuboot
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200287 - name: mipi-sys-t
288 path: modules/debug/mipi-sys-t
Artem Panfilov48d55012021-07-15 12:14:56 +0300289 groups:
290 - debug
Daniel Leung2ba78552023-06-15 12:41:58 -0700291 revision: a819419603a2dfcb47f7f39092e1bc112e45d1ef
Anas Nashifbf1f1f62019-06-13 08:03:43 -0400292 - name: net-tools
Seppo Takaloef1bcb72023-11-27 17:08:50 +0200293 revision: 3a677d355cc7f73e444801a6280d0ccec80a1957
Anas Nashifd3977992019-06-13 11:31:41 -0400294 path: tools/net-tools
Artem Panfilov48d55012021-07-15 12:14:56 +0300295 groups:
296 - tools
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200297 - name: nrf_hw_models
Alberto Escolar Piedras81ea7fc2024-03-13 13:44:40 +0100298 revision: df94612a846b8b1da166d3e4e4273df54de02340
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200299 path: modules/bsim_hw_models/nrf_hw_models
Anas Nashifb95e4232019-05-22 17:00:01 -0700300 - name: open-amp
Arnaud Pouliquendadd1692023-11-21 15:30:01 +0100301 revision: da78aea63159771956fe0c9263f2e6985b66e9d5
Anas Nashifb95e4232019-05-22 17:00:01 -0700302 path: modules/lib/open-amp
Robert Lubosc6c20f02019-07-22 11:34:26 +0200303 - name: openthread
Maciej Baczmanskiba2a8bd2024-02-15 08:55:49 +0100304 revision: 49c59ec519cc8b49dd58978d1bc80b7ae7ba88d0
Robert Lubosc6c20f02019-07-22 11:34:26 +0200305 path: modules/lib/openthread
Aron Lander89c866a2023-09-07 10:08:56 +0200306 - name: percepio
307 path: modules/debug/percepio
Erik Tamlincb993032024-02-02 19:36:44 +0100308 revision: 7f6fb3f12ea1493a2f8ab6a876fb255a39db47c8
Aron Lander89c866a2023-09-07 10:08:56 +0200309 groups:
310 - debug
Keith Packardd0c75f32020-10-26 19:07:50 -0700311 - name: picolibc
312 path: modules/lib/picolibc
Keith Packardb27494b2024-01-21 15:35:56 -0800313 revision: 764ef4e401a8f4c6a86ab723533841f072885a5b
Anas Nashife7db7da2019-05-23 12:47:26 -0700314 - name: segger
Florian Grandel62623042023-08-02 22:35:58 +0200315 revision: 9d0191285956cef43daf411edc2f1a7788346def
Anas Nashife7db7da2019-05-23 12:47:26 -0700316 path: modules/debug/segger
Artem Panfilov48d55012021-07-15 12:14:56 +0300317 groups:
318 - debug
Carles Cufi3f6078e2020-03-20 12:11:33 +0100319 - name: tinycrypt
Ivan Iushkov8f458bb2024-03-04 15:35:01 +0100320 revision: 1012a3ebee18c15ede5efc8332ee2fc37817670f
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200321 path: modules/crypto/tinycrypt
Artem Panfilov48d55012021-07-15 12:14:56 +0300322 groups:
323 - crypto
Karl Zhangfec5ed62020-05-08 08:22:52 -0500324 - name: trusted-firmware-m
David Leacha0a2e952024-02-09 11:40:36 -0600325 revision: 0b898c9b72171b0a260c0bb64a92ea4713f9e931
Joakim Anderssondda3a5a2021-10-19 17:57:44 +0200326 path: modules/tee/tf-m/trusted-firmware-m
327 groups:
328 - tee
Huifeng Zhang97897a02022-07-08 10:32:56 +0800329 - name: trusted-firmware-a
Huifeng Zhang5b381362023-05-29 15:32:20 +0800330 revision: 421dc050278287839f5c70019bd6aec617f2bbdb
Huifeng Zhang97897a02022-07-08 10:32:56 +0800331 path: modules/tee/tf-a/trusted-firmware-a
332 groups:
333 - tee
Robert Lubos633e7e42022-02-08 12:56:43 +0100334 - name: uoscore-uedhoc
Øyvind Rønningstad0786e522024-01-10 09:09:41 +0100335 revision: 150f4eb2955eaf36ac0f9519d4f4f58d5ade5740
Robert Lubos633e7e42022-02-08 12:56:43 +0100336 path: modules/lib/uoscore-uedhoc
Dominik Ermel2dfb8832022-03-01 16:23:07 +0000337 - name: zcbor
Torsten Rasmussen8dc3f852022-09-14 22:23:15 +0200338 revision: 75d088037eb237b18e7ec1f47c9ce494b9b95aab
Dominik Ermel2dfb8832022-03-01 16:23:07 +0000339 path: modules/lib/zcbor
Marti Bolivare7eb7982019-01-24 22:12:28 -0700340
341 self:
342 path: zephyr
343 west-commands: scripts/west-commands.yml
Martí Bolívar51f85882021-07-22 17:29:15 -0700344 import: submanifests