Marti Bolivar | e7eb798 | 2019-01-24 22:12:28 -0700 | [diff] [blame] | 1 | # 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 Bolivar | e7eb798 | 2019-01-24 22:12:28 -0700 | [diff] [blame] | 17 | manifest: |
| 18 | defaults: |
| 19 | remote: upstream |
| 20 | |
| 21 | remotes: |
| 22 | - name: upstream |
| 23 | url-base: https://github.com/zephyrproject-rtos |
| 24 | |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 25 | # |
| 26 | # Please add items below based on alphabetical order |
Marti Bolivar | e7eb798 | 2019-01-24 22:12:28 -0700 | [diff] [blame] | 27 | projects: |
Henrik Brix Andersen | ef33cb6 | 2019-07-01 20:46:07 +0200 | [diff] [blame] | 28 | - name: canopennode |
Henrik Brix Andersen | d679037 | 2021-06-12 17:25:20 +0200 | [diff] [blame] | 29 | revision: f167efe85c8c7de886f1bc47f9173cfb8a346bb5 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 30 | path: modules/lib/canopennode |
Tomasz Gorochowik | f2bf9a1 | 2019-06-18 13:08:54 +0200 | [diff] [blame] | 31 | - name: civetweb |
Anas Nashif | a1a5e55 | 2021-06-08 22:06:03 -0400 | [diff] [blame] | 32 | revision: 094aeb41bb93e9199d24d665ee43e9e05d6d7b1c |
Tomasz Gorochowik | f2bf9a1 | 2019-06-18 13:08:54 +0200 | [diff] [blame] | 33 | path: modules/lib/civetweb |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 34 | - name: cmsis |
Stephanos Ioannidis | a22cd59 | 2021-08-15 23:11:26 +0900 | [diff] [blame] | 35 | revision: b0612c97c1401feeb4160add6462c3627fe90fc7 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 36 | path: modules/hal/cmsis |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 37 | groups: |
| 38 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 39 | - name: edtt |
Vinayak Kariappa Chettimada | b3f31f5 | 2021-09-23 13:56:06 +0530 | [diff] [blame] | 40 | revision: 31badfbbd04f2948e3df6ebf329f930317550961 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 41 | path: tools/edtt |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 42 | groups: |
| 43 | - tools |
Anas Nashif | 45868a2 | 2019-05-12 10:35:56 -0400 | [diff] [blame] | 44 | - name: fatfs |
Dominik Ermel | c5f707e | 2021-06-16 11:31:18 +0000 | [diff] [blame] | 45 | revision: 94fcd6bfb3801ac0a5e12ea2f52187e0a688b90e |
Anas Nashif | 45868a2 | 2019-05-12 10:35:56 -0400 | [diff] [blame] | 46 | path: modules/fs/fatfs |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 47 | groups: |
| 48 | - fs |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 49 | - name: hal_altera |
| 50 | revision: 23c1c1dd7a0c1cc9a399509d1819375847c95b97 |
| 51 | path: modules/hal/altera |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 52 | groups: |
| 53 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 54 | - name: hal_atmel |
Piotr Mienkowski | ca9938b | 2021-06-12 03:08:03 +0200 | [diff] [blame] | 55 | revision: 9f78f520f6cbb997e5b44fe8ab17dd5bf2448095 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 56 | path: modules/hal/atmel |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 57 | groups: |
| 58 | - hal |
Anas Nashif | 0b2bb32 | 2019-04-05 16:23:26 -0400 | [diff] [blame] | 59 | - name: hal_cypress |
Gerson Fernando Budke | a0466a6 | 2021-04-27 20:50:31 -0300 | [diff] [blame] | 60 | revision: 81a059f21435bc7e315bccd720da5a9b615bbb50 |
Anas Nashif | 0b2bb32 | 2019-04-05 16:23:26 -0400 | [diff] [blame] | 61 | path: modules/hal/cypress |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 62 | groups: |
| 63 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 64 | - name: hal_espressif |
Felipe Neves | 6020afe | 2021-09-07 14:44:52 -0300 | [diff] [blame] | 65 | revision: 2f438dfde14900d35bf703ddc4c0f71efc0d065f |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 66 | path: modules/hal/espressif |
| 67 | west-commands: west/west-commands.yml |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 68 | groups: |
| 69 | - hal |
Parthiban Nallathambi | b687d76 | 2020-04-21 11:37:42 +0200 | [diff] [blame] | 70 | - name: hal_infineon |
| 71 | revision: f1fa8241f8786198ba41155413243de36ed878a5 |
| 72 | path: modules/hal/infineon |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 73 | groups: |
| 74 | - hal |
Anas Nashif | 975b471 | 2019-08-19 07:05:45 -0700 | [diff] [blame] | 75 | - name: hal_microchip |
Scott Worley | 4cb0020 | 2021-07-26 15:08:53 -0400 | [diff] [blame] | 76 | revision: 870d05e6a64ea9548da6b907058b03c8c9420826 |
Anas Nashif | 975b471 | 2019-08-19 07:05:45 -0700 | [diff] [blame] | 77 | path: modules/hal/microchip |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 78 | groups: |
| 79 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 80 | - name: hal_nordic |
Andrzej Głąbek | 72e3bfe | 2021-08-04 14:43:44 +0200 | [diff] [blame] | 81 | revision: a6e5299041f152da5ae0ab17b2e44e088bb96d6d |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 82 | path: modules/hal/nordic |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 83 | groups: |
| 84 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 85 | - name: hal_nuvoton |
| 86 | revision: b4d31f33238713a568e23618845702fadd67386f |
| 87 | path: modules/hal/nuvoton |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 88 | groups: |
| 89 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 90 | - name: hal_nxp |
Henrik Brix Andersen | 79952ad | 2021-09-14 16:08:42 +0200 | [diff] [blame] | 91 | revision: 78efc4ba7c1057c1cf2bf06e3e27ed7cc33e1da7 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 92 | path: modules/hal/nxp |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 93 | groups: |
| 94 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 95 | - name: hal_openisa |
| 96 | revision: 40d049f69c50b58ea20473bee14cf93f518bf262 |
| 97 | path: modules/hal/openisa |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 98 | groups: |
| 99 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 100 | - name: hal_quicklogic |
| 101 | revision: b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0 |
| 102 | path: modules/hal/quicklogic |
| 103 | repo-path: hal_quicklogic |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 104 | groups: |
| 105 | - hal |
Anas Nashif | 7ae4180 | 2019-04-06 00:06:14 -0400 | [diff] [blame] | 106 | - name: hal_silabs |
Yonatan Schachter | 09c85d0 | 2021-03-15 23:49:51 +0200 | [diff] [blame] | 107 | revision: be39d4eebeddac6e18e9c0c3ba1b31ad1e82eaed |
Anas Nashif | 7ae4180 | 2019-04-06 00:06:14 -0400 | [diff] [blame] | 108 | path: modules/hal/silabs |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 109 | groups: |
| 110 | - hal |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 111 | - name: hal_st |
Armando Visconti | 7f9e3af | 2021-06-14 18:22:47 +0200 | [diff] [blame] | 112 | revision: 575de9d461aa6f430cf62c58a053675377e700f3 |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 113 | path: modules/hal/st |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 114 | groups: |
| 115 | - hal |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 116 | - name: hal_stm32 |
Erwan Gouriou | 3bd1233 | 2021-09-10 10:17:26 +0200 | [diff] [blame] | 117 | revision: 5c8275071ec1cf160bfe8c18bbd9330a7d714dc8 |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 118 | path: modules/hal/stm32 |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 119 | groups: |
| 120 | - hal |
Yuriy Vynnychek | 4b0b1e0 | 2021-07-09 11:40:33 +0300 | [diff] [blame] | 121 | - name: hal_telink |
| 122 | revision: ffcfd6282aa213f1dc0848dbca6279b098f6b143 |
| 123 | path: modules/hal/telink |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 124 | groups: |
| 125 | - hal |
Anas Nashif | f156e95 | 2019-08-20 06:37:49 -0700 | [diff] [blame] | 126 | - name: hal_ti |
Carles Cufi | 56ec755 | 2021-08-09 11:20:56 +0200 | [diff] [blame] | 127 | revision: 1992a4c536554c4f409c36896eda6abdc414d277 |
Anas Nashif | f156e95 | 2019-08-20 06:37:49 -0700 | [diff] [blame] | 128 | path: modules/hal/ti |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 129 | groups: |
| 130 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 131 | - name: hal_xtensa |
Iuliana Prodan | 6c90860 | 2021-07-26 18:58:28 +0300 | [diff] [blame] | 132 | revision: 6e1cf3c483e87df4888e87c5396b4534570f01af |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 133 | path: modules/hal/xtensa |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 134 | groups: |
| 135 | - hal |
Anas Nashif | fe0a50f | 2019-05-22 16:58:54 -0700 | [diff] [blame] | 136 | - name: libmetal |
Arnaud Pouliquen | 28c7f46 | 2021-05-04 10:37:45 +0200 | [diff] [blame] | 137 | revision: 39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb |
Anas Nashif | fe0a50f | 2019-05-22 16:58:54 -0700 | [diff] [blame] | 138 | path: modules/hal/libmetal |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 139 | groups: |
| 140 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 141 | - name: littlefs |
| 142 | path: modules/fs/littlefs |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 143 | groups: |
| 144 | - fs |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 145 | revision: 9e4498d1c73009acd84bb36036ee5e2869112a6c |
| 146 | - name: loramac-node |
| 147 | revision: 12019623bbad9eb54fe51066847a7cbd4b4eac57 |
| 148 | path: modules/lib/loramac-node |
Jan Van Winkel | 18ef131 | 2019-07-03 21:45:39 +0200 | [diff] [blame] | 149 | - name: lvgl |
Torsten Rasmussen | 0df9e9a | 2021-08-19 09:00:19 +0200 | [diff] [blame] | 150 | revision: 783c1f78c8e39751fe89d0883c8bce7336f55e94 |
Jan Van Winkel | 18ef131 | 2019-07-03 21:45:39 +0200 | [diff] [blame] | 151 | path: modules/lib/gui/lvgl |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 152 | - name: lz4 |
| 153 | revision: 8e303c264fc21c2116dc612658003a22e933124d |
| 154 | path: modules/lib/lz4 |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 155 | - name: mbedtls |
Ioannis Glaropoulos | 410b895 | 2021-05-10 15:29:22 +0200 | [diff] [blame] | 156 | revision: 5765cb7f75a9973ae9232d438e361a9d7bbc49e7 |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 157 | path: modules/crypto/mbedtls |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 158 | groups: |
| 159 | - crypto |
Andrzej Puzdrowski | ce753ea | 2019-07-30 14:13:35 +0200 | [diff] [blame] | 160 | - name: mcuboot |
Andrzej Puzdrowski | 031ed18 | 2021-09-08 17:06:14 +0200 | [diff] [blame] | 161 | revision: 70bfbd21cdf5f6d1402bc8d0031e197222ed2ec0 |
Andrzej Puzdrowski | ce753ea | 2019-07-30 14:13:35 +0200 | [diff] [blame] | 162 | path: bootloader/mcuboot |
Anas Nashif | 02ed9b1 | 2019-05-22 22:41:09 -0400 | [diff] [blame] | 163 | - name: mcumgr |
Dominik Ermel | aefec97 | 2021-08-27 15:16:45 +0000 | [diff] [blame] | 164 | revision: 31a2aa9cea58d3ceecbf0d5b91361bff7c94aeca |
Anas Nashif | 02ed9b1 | 2019-05-22 22:41:09 -0400 | [diff] [blame] | 165 | path: modules/lib/mcumgr |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 166 | - name: mipi-sys-t |
| 167 | path: modules/debug/mipi-sys-t |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 168 | groups: |
| 169 | - debug |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 170 | revision: 75e671550ac1acb502f315fe4952514dc73f7bfb |
| 171 | - name: nanopb |
| 172 | revision: d148bd26718e4c10414f07a7eb1bd24c62e56c5d |
| 173 | path: modules/lib/nanopb |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 174 | - name: net-tools |
Jukka Rissanen | aaaef98 | 2021-04-08 17:58:54 +0300 | [diff] [blame] | 175 | revision: f49bd1354616fae4093bf36e5eaee43c51a55127 |
Anas Nashif | d397799 | 2019-06-13 11:31:41 -0400 | [diff] [blame] | 176 | path: tools/net-tools |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 177 | groups: |
| 178 | - tools |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 179 | - name: nrf_hw_models |
| 180 | revision: a47e326ca772ddd14cc3b9d4ca30a9ab44ecca16 |
| 181 | path: modules/bsim_hw_models/nrf_hw_models |
Anas Nashif | b95e423 | 2019-05-22 17:00:01 -0700 | [diff] [blame] | 182 | - name: open-amp |
Arnaud Pouliquen | 86dcb64 | 2021-05-04 10:38:22 +0200 | [diff] [blame] | 183 | revision: 6010f0523cbc75f551d9256cf782f173177acdef |
Anas Nashif | b95e423 | 2019-05-22 17:00:01 -0700 | [diff] [blame] | 184 | path: modules/lib/open-amp |
Robert Lubos | c6c20f0 | 2019-07-22 11:34:26 +0200 | [diff] [blame] | 185 | - name: openthread |
Sebastian Bøe | 3884931 | 2021-09-28 11:38:27 +0200 | [diff] [blame] | 186 | revision: fd1ab161f7d5cfd5d0120cd5d1797811e78ff918 |
Robert Lubos | c6c20f0 | 2019-07-22 11:34:26 +0200 | [diff] [blame] | 187 | path: modules/lib/openthread |
Anas Nashif | e7db7da | 2019-05-23 12:47:26 -0700 | [diff] [blame] | 188 | - name: segger |
Pieter De Gendt | ad1a505 | 2021-06-04 12:27:35 +0200 | [diff] [blame] | 189 | revision: 3a52ab222133193802d3c3b4d21730b9b1f1d2f6 |
Anas Nashif | e7db7da | 2019-05-23 12:47:26 -0700 | [diff] [blame] | 190 | path: modules/debug/segger |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 191 | groups: |
| 192 | - debug |
Andy Ross | 0c80862 | 2020-06-25 17:30:00 -0700 | [diff] [blame] | 193 | - name: sof |
Iuliana Prodan | fcfe597 | 2021-08-28 01:08:19 +0300 | [diff] [blame] | 194 | revision: 76feb11d1b8f425021b5691668af2250fee444ac |
Andy Ross | 0c80862 | 2020-06-25 17:30:00 -0700 | [diff] [blame] | 195 | path: modules/audio/sof |
Lauren Murphy | 804285a | 2021-07-29 15:09:39 -0500 | [diff] [blame] | 196 | - name: tflite-micro |
| 197 | revision: 9156d050927012da87079064db59d07f03b8baf6 |
| 198 | path: modules/lib/tflite-micro |
| 199 | repo-path: tflite-micro |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 200 | - name: tinycbor |
Dominik Ermel | 013dc70 | 2020-03-09 09:51:57 +0000 | [diff] [blame] | 201 | revision: 40daca97b478989884bffb5226e9ab73ca54b8c4 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 202 | path: modules/lib/tinycbor |
Carles Cufi | 3f6078e | 2020-03-20 12:11:33 +0100 | [diff] [blame] | 203 | - name: tinycrypt |
Carles Cufi | 3f6078e | 2020-03-20 12:11:33 +0100 | [diff] [blame] | 204 | revision: 3e9a49d2672ec01435ffbf0d788db6d95ef28de0 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 205 | path: modules/crypto/tinycrypt |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 206 | groups: |
| 207 | - crypto |
Anas Nashif | 1af037f | 2021-05-06 12:31:13 -0400 | [diff] [blame] | 208 | - name: TraceRecorderSource |
Anas Nashif | 0f0cb1a | 2021-09-17 07:13:54 -0400 | [diff] [blame] | 209 | revision: 36c577727642457b0db7274298a4b96558374832 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 210 | path: modules/debug/TraceRecorder |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 211 | groups: |
| 212 | - debug |
Karl Zhang | fec5ed6 | 2020-05-08 08:22:52 -0500 | [diff] [blame] | 213 | - name: trusted-firmware-m |
| 214 | path: modules/tee/tfm |
David Leach | f3435b7 | 2021-08-04 13:03:20 -0500 | [diff] [blame] | 215 | revision: c74be3890c9d975976fde1b1a3b2f5742bec34c0 |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 216 | groups: |
| 217 | - tee |
Marti Bolivar | e7eb798 | 2019-01-24 22:12:28 -0700 | [diff] [blame] | 218 | |
| 219 | self: |
| 220 | path: zephyr |
| 221 | west-commands: scripts/west-commands.yml |