blob: 1cf1571755eb9965b325b9e65afa91b8219f774c [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
24
Anas Nashifbf1f1f62019-06-13 08:03:43 -040025 #
26 # Please add items below based on alphabetical order
Marti Bolivare7eb7982019-01-24 22:12:28 -070027 projects:
Henrik Brix Andersenef33cb62019-07-01 20:46:07 +020028 - name: canopennode
Henrik Brix Andersend6790372021-06-12 17:25:20 +020029 revision: f167efe85c8c7de886f1bc47f9173cfb8a346bb5
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020030 path: modules/lib/canopennode
Tomasz Gorochowikf2bf9a12019-06-18 13:08:54 +020031 - name: civetweb
Anas Nashifa1a5e552021-06-08 22:06:03 -040032 revision: 094aeb41bb93e9199d24d665ee43e9e05d6d7b1c
Tomasz Gorochowikf2bf9a12019-06-18 13:08:54 +020033 path: modules/lib/civetweb
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020034 - name: cmsis
Stephanos Ioannidisa22cd592021-08-15 23:11:26 +090035 revision: b0612c97c1401feeb4160add6462c3627fe90fc7
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020036 path: modules/hal/cmsis
Artem Panfilov48d55012021-07-15 12:14:56 +030037 groups:
38 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020039 - name: edtt
Vinayak Kariappa Chettimadab3f31f52021-09-23 13:56:06 +053040 revision: 31badfbbd04f2948e3df6ebf329f930317550961
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020041 path: tools/edtt
Artem Panfilov48d55012021-07-15 12:14:56 +030042 groups:
43 - tools
Anas Nashif45868a22019-05-12 10:35:56 -040044 - name: fatfs
Dominik Ermelc5f707e2021-06-16 11:31:18 +000045 revision: 94fcd6bfb3801ac0a5e12ea2f52187e0a688b90e
Anas Nashif45868a22019-05-12 10:35:56 -040046 path: modules/fs/fatfs
Artem Panfilov48d55012021-07-15 12:14:56 +030047 groups:
48 - fs
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020049 - name: hal_altera
50 revision: 23c1c1dd7a0c1cc9a399509d1819375847c95b97
51 path: modules/hal/altera
Artem Panfilov48d55012021-07-15 12:14:56 +030052 groups:
53 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020054 - name: hal_atmel
Piotr Mienkowskica9938b2021-06-12 03:08:03 +020055 revision: 9f78f520f6cbb997e5b44fe8ab17dd5bf2448095
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020056 path: modules/hal/atmel
Artem Panfilov48d55012021-07-15 12:14:56 +030057 groups:
58 - hal
Anas Nashif0b2bb322019-04-05 16:23:26 -040059 - name: hal_cypress
Gerson Fernando Budkea0466a62021-04-27 20:50:31 -030060 revision: 81a059f21435bc7e315bccd720da5a9b615bbb50
Anas Nashif0b2bb322019-04-05 16:23:26 -040061 path: modules/hal/cypress
Artem Panfilov48d55012021-07-15 12:14:56 +030062 groups:
63 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020064 - name: hal_espressif
Felipe Neves6020afe2021-09-07 14:44:52 -030065 revision: 2f438dfde14900d35bf703ddc4c0f71efc0d065f
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020066 path: modules/hal/espressif
67 west-commands: west/west-commands.yml
Artem Panfilov48d55012021-07-15 12:14:56 +030068 groups:
69 - hal
Parthiban Nallathambib687d762020-04-21 11:37:42 +020070 - name: hal_infineon
71 revision: f1fa8241f8786198ba41155413243de36ed878a5
72 path: modules/hal/infineon
Artem Panfilov48d55012021-07-15 12:14:56 +030073 groups:
74 - hal
Anas Nashif975b4712019-08-19 07:05:45 -070075 - name: hal_microchip
Scott Worley4cb00202021-07-26 15:08:53 -040076 revision: 870d05e6a64ea9548da6b907058b03c8c9420826
Anas Nashif975b4712019-08-19 07:05:45 -070077 path: modules/hal/microchip
Artem Panfilov48d55012021-07-15 12:14:56 +030078 groups:
79 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020080 - name: hal_nordic
Andrzej Głąbek72e3bfe2021-08-04 14:43:44 +020081 revision: a6e5299041f152da5ae0ab17b2e44e088bb96d6d
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020082 path: modules/hal/nordic
Artem Panfilov48d55012021-07-15 12:14:56 +030083 groups:
84 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020085 - name: hal_nuvoton
86 revision: b4d31f33238713a568e23618845702fadd67386f
87 path: modules/hal/nuvoton
Artem Panfilov48d55012021-07-15 12:14:56 +030088 groups:
89 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020090 - name: hal_nxp
Henrik Brix Andersen79952ad2021-09-14 16:08:42 +020091 revision: 78efc4ba7c1057c1cf2bf06e3e27ed7cc33e1da7
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020092 path: modules/hal/nxp
Artem Panfilov48d55012021-07-15 12:14:56 +030093 groups:
94 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +020095 - name: hal_openisa
96 revision: 40d049f69c50b58ea20473bee14cf93f518bf262
97 path: modules/hal/openisa
Artem Panfilov48d55012021-07-15 12:14:56 +030098 groups:
99 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200100 - name: hal_quicklogic
101 revision: b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0
102 path: modules/hal/quicklogic
103 repo-path: hal_quicklogic
Artem Panfilov48d55012021-07-15 12:14:56 +0300104 groups:
105 - hal
Anas Nashif7ae41802019-04-06 00:06:14 -0400106 - name: hal_silabs
Yonatan Schachter09c85d02021-03-15 23:49:51 +0200107 revision: be39d4eebeddac6e18e9c0c3ba1b31ad1e82eaed
Anas Nashif7ae41802019-04-06 00:06:14 -0400108 path: modules/hal/silabs
Artem Panfilov48d55012021-07-15 12:14:56 +0300109 groups:
110 - hal
Anas Nashiffaa398f2019-06-18 00:13:45 -0400111 - name: hal_st
Armando Visconti7f9e3af2021-06-14 18:22:47 +0200112 revision: 575de9d461aa6f430cf62c58a053675377e700f3
Anas Nashiffaa398f2019-06-18 00:13:45 -0400113 path: modules/hal/st
Artem Panfilov48d55012021-07-15 12:14:56 +0300114 groups:
115 - hal
Anas Nashiffaa398f2019-06-18 00:13:45 -0400116 - name: hal_stm32
Erwan Gouriou3bd12332021-09-10 10:17:26 +0200117 revision: 5c8275071ec1cf160bfe8c18bbd9330a7d714dc8
Anas Nashiffaa398f2019-06-18 00:13:45 -0400118 path: modules/hal/stm32
Artem Panfilov48d55012021-07-15 12:14:56 +0300119 groups:
120 - hal
Yuriy Vynnychek4b0b1e02021-07-09 11:40:33 +0300121 - name: hal_telink
122 revision: ffcfd6282aa213f1dc0848dbca6279b098f6b143
123 path: modules/hal/telink
Artem Panfilov48d55012021-07-15 12:14:56 +0300124 groups:
125 - hal
Anas Nashiff156e952019-08-20 06:37:49 -0700126 - name: hal_ti
Carles Cufi56ec7552021-08-09 11:20:56 +0200127 revision: 1992a4c536554c4f409c36896eda6abdc414d277
Anas Nashiff156e952019-08-20 06:37:49 -0700128 path: modules/hal/ti
Artem Panfilov48d55012021-07-15 12:14:56 +0300129 groups:
130 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200131 - name: hal_xtensa
Iuliana Prodan6c908602021-07-26 18:58:28 +0300132 revision: 6e1cf3c483e87df4888e87c5396b4534570f01af
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200133 path: modules/hal/xtensa
Artem Panfilov48d55012021-07-15 12:14:56 +0300134 groups:
135 - hal
Anas Nashiffe0a50f2019-05-22 16:58:54 -0700136 - name: libmetal
Arnaud Pouliquen28c7f462021-05-04 10:37:45 +0200137 revision: 39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb
Anas Nashiffe0a50f2019-05-22 16:58:54 -0700138 path: modules/hal/libmetal
Artem Panfilov48d55012021-07-15 12:14:56 +0300139 groups:
140 - hal
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200141 - name: littlefs
142 path: modules/fs/littlefs
Artem Panfilov48d55012021-07-15 12:14:56 +0300143 groups:
144 - fs
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200145 revision: 9e4498d1c73009acd84bb36036ee5e2869112a6c
146 - name: loramac-node
147 revision: 12019623bbad9eb54fe51066847a7cbd4b4eac57
148 path: modules/lib/loramac-node
Jan Van Winkel18ef1312019-07-03 21:45:39 +0200149 - name: lvgl
Torsten Rasmussen0df9e9a2021-08-19 09:00:19 +0200150 revision: 783c1f78c8e39751fe89d0883c8bce7336f55e94
Jan Van Winkel18ef1312019-07-03 21:45:39 +0200151 path: modules/lib/gui/lvgl
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200152 - name: lz4
153 revision: 8e303c264fc21c2116dc612658003a22e933124d
154 path: modules/lib/lz4
Anas Nashifbf1f1f62019-06-13 08:03:43 -0400155 - name: mbedtls
Ioannis Glaropoulos410b8952021-05-10 15:29:22 +0200156 revision: 5765cb7f75a9973ae9232d438e361a9d7bbc49e7
Anas Nashifbf1f1f62019-06-13 08:03:43 -0400157 path: modules/crypto/mbedtls
Artem Panfilov48d55012021-07-15 12:14:56 +0300158 groups:
159 - crypto
Andrzej Puzdrowskice753ea2019-07-30 14:13:35 +0200160 - name: mcuboot
Andrzej Puzdrowski031ed182021-09-08 17:06:14 +0200161 revision: 70bfbd21cdf5f6d1402bc8d0031e197222ed2ec0
Andrzej Puzdrowskice753ea2019-07-30 14:13:35 +0200162 path: bootloader/mcuboot
Anas Nashif02ed9b12019-05-22 22:41:09 -0400163 - name: mcumgr
Dominik Ermelaefec972021-08-27 15:16:45 +0000164 revision: 31a2aa9cea58d3ceecbf0d5b91361bff7c94aeca
Anas Nashif02ed9b12019-05-22 22:41:09 -0400165 path: modules/lib/mcumgr
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200166 - name: mipi-sys-t
167 path: modules/debug/mipi-sys-t
Artem Panfilov48d55012021-07-15 12:14:56 +0300168 groups:
169 - debug
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200170 revision: 75e671550ac1acb502f315fe4952514dc73f7bfb
171 - name: nanopb
172 revision: d148bd26718e4c10414f07a7eb1bd24c62e56c5d
173 path: modules/lib/nanopb
Anas Nashifbf1f1f62019-06-13 08:03:43 -0400174 - name: net-tools
Jukka Rissanenaaaef982021-04-08 17:58:54 +0300175 revision: f49bd1354616fae4093bf36e5eaee43c51a55127
Anas Nashifd3977992019-06-13 11:31:41 -0400176 path: tools/net-tools
Artem Panfilov48d55012021-07-15 12:14:56 +0300177 groups:
178 - tools
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200179 - name: nrf_hw_models
180 revision: a47e326ca772ddd14cc3b9d4ca30a9ab44ecca16
181 path: modules/bsim_hw_models/nrf_hw_models
Anas Nashifb95e4232019-05-22 17:00:01 -0700182 - name: open-amp
Arnaud Pouliquen86dcb642021-05-04 10:38:22 +0200183 revision: 6010f0523cbc75f551d9256cf782f173177acdef
Anas Nashifb95e4232019-05-22 17:00:01 -0700184 path: modules/lib/open-amp
Robert Lubosc6c20f02019-07-22 11:34:26 +0200185 - name: openthread
Sebastian Bøe38849312021-09-28 11:38:27 +0200186 revision: fd1ab161f7d5cfd5d0120cd5d1797811e78ff918
Robert Lubosc6c20f02019-07-22 11:34:26 +0200187 path: modules/lib/openthread
Anas Nashife7db7da2019-05-23 12:47:26 -0700188 - name: segger
Pieter De Gendtad1a5052021-06-04 12:27:35 +0200189 revision: 3a52ab222133193802d3c3b4d21730b9b1f1d2f6
Anas Nashife7db7da2019-05-23 12:47:26 -0700190 path: modules/debug/segger
Artem Panfilov48d55012021-07-15 12:14:56 +0300191 groups:
192 - debug
Andy Ross0c808622020-06-25 17:30:00 -0700193 - name: sof
Iuliana Prodanfcfe5972021-08-28 01:08:19 +0300194 revision: 76feb11d1b8f425021b5691668af2250fee444ac
Andy Ross0c808622020-06-25 17:30:00 -0700195 path: modules/audio/sof
Lauren Murphy804285a2021-07-29 15:09:39 -0500196 - name: tflite-micro
197 revision: 9156d050927012da87079064db59d07f03b8baf6
198 path: modules/lib/tflite-micro
199 repo-path: tflite-micro
Anas Nashifbf1f1f62019-06-13 08:03:43 -0400200 - name: tinycbor
Dominik Ermel013dc702020-03-09 09:51:57 +0000201 revision: 40daca97b478989884bffb5226e9ab73ca54b8c4
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200202 path: modules/lib/tinycbor
Carles Cufi3f6078e2020-03-20 12:11:33 +0100203 - name: tinycrypt
Carles Cufi3f6078e2020-03-20 12:11:33 +0100204 revision: 3e9a49d2672ec01435ffbf0d788db6d95ef28de0
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200205 path: modules/crypto/tinycrypt
Artem Panfilov48d55012021-07-15 12:14:56 +0300206 groups:
207 - crypto
Anas Nashif1af037f2021-05-06 12:31:13 -0400208 - name: TraceRecorderSource
Anas Nashif0f0cb1a2021-09-17 07:13:54 -0400209 revision: 36c577727642457b0db7274298a4b96558374832
Benedikt Schmidtae0fc492021-06-30 09:51:53 +0200210 path: modules/debug/TraceRecorder
Artem Panfilov48d55012021-07-15 12:14:56 +0300211 groups:
212 - debug
Karl Zhangfec5ed62020-05-08 08:22:52 -0500213 - name: trusted-firmware-m
214 path: modules/tee/tfm
David Leachf3435b72021-08-04 13:03:20 -0500215 revision: c74be3890c9d975976fde1b1a3b2f5742bec34c0
Artem Panfilov48d55012021-07-15 12:14:56 +0300216 groups:
217 - tee
Marti Bolivare7eb7982019-01-24 22:12:28 -0700218
219 self:
220 path: zephyr
221 west-commands: scripts/west-commands.yml