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: |
Carles Cufi | ba0aea3 | 2020-03-19 17:26:04 +0100 | [diff] [blame] | 28 | - name: cmsis |
Shlomi Vaknin | 6913d11 | 2021-01-27 20:14:24 +0200 | [diff] [blame] | 29 | revision: c3bd2094f92d574377f7af2aec147ae181aa5f8e |
Carles Cufi | ba0aea3 | 2020-03-19 17:26:04 +0100 | [diff] [blame] | 30 | path: modules/hal/cmsis |
Anas Nashif | 2d9d898 | 2019-08-19 05:59:50 -0700 | [diff] [blame] | 31 | - name: hal_atmel |
Raja D. Singh | 554101e | 2021-03-03 15:22:57 -0800 | [diff] [blame] | 32 | revision: d17b7dd92d209b20bc1e15431d068edc29bf438d |
Anas Nashif | 2d9d898 | 2019-08-19 05:59:50 -0700 | [diff] [blame] | 33 | path: modules/hal/atmel |
Carles Cufi | 4181d41 | 2020-03-19 19:19:00 +0100 | [diff] [blame] | 34 | - name: hal_altera |
| 35 | revision: 23c1c1dd7a0c1cc9a399509d1819375847c95b97 |
| 36 | path: modules/hal/altera |
Henrik Brix Andersen | ef33cb6 | 2019-07-01 20:46:07 +0200 | [diff] [blame] | 37 | - name: canopennode |
| 38 | path: modules/lib/canopennode |
Henrik Brix Andersen | 4bfc3af | 2020-06-23 20:21:53 +0200 | [diff] [blame] | 39 | revision: 468d350028a975b96563e58344de48281a0ab371 |
Tomasz Gorochowik | f2bf9a1 | 2019-06-18 13:08:54 +0200 | [diff] [blame] | 40 | - name: civetweb |
Anas Nashif | a1a5e55 | 2021-06-08 22:06:03 -0400 | [diff] [blame] | 41 | revision: 094aeb41bb93e9199d24d665ee43e9e05d6d7b1c |
Tomasz Gorochowik | f2bf9a1 | 2019-06-18 13:08:54 +0200 | [diff] [blame] | 42 | path: modules/lib/civetweb |
Sylvio Alves | dafe376 | 2020-12-03 13:53:25 -0300 | [diff] [blame] | 43 | - name: hal_espressif |
| 44 | west-commands: west/west-commands.yml |
Sylvio Alves | 95b916d | 2021-05-27 06:34:02 -0300 | [diff] [blame] | 45 | revision: 22e757632677e3579e6f20bb9955fffb2e1b3e1c |
Sylvio Alves | dafe376 | 2020-12-03 13:53:25 -0300 | [diff] [blame] | 46 | path: modules/hal/espressif |
Anas Nashif | 45868a2 | 2019-05-12 10:35:56 -0400 | [diff] [blame] | 47 | - name: fatfs |
Dominik Ermel | 06aedc4 | 2020-11-03 15:52:33 +0000 | [diff] [blame] | 48 | revision: 1d1fcc725aa1cb3c32f366e0c53d7490d0fe1109 |
Anas Nashif | 45868a2 | 2019-05-12 10:35:56 -0400 | [diff] [blame] | 49 | path: modules/fs/fatfs |
Anas Nashif | 0b2bb32 | 2019-04-05 16:23:26 -0400 | [diff] [blame] | 50 | - name: hal_cypress |
Gerson Fernando Budke | a0466a6 | 2021-04-27 20:50:31 -0300 | [diff] [blame] | 51 | revision: 81a059f21435bc7e315bccd720da5a9b615bbb50 |
Anas Nashif | 0b2bb32 | 2019-04-05 16:23:26 -0400 | [diff] [blame] | 52 | path: modules/hal/cypress |
Parthiban Nallathambi | b687d76 | 2020-04-21 11:37:42 +0200 | [diff] [blame] | 53 | - name: hal_infineon |
| 54 | revision: f1fa8241f8786198ba41155413243de36ed878a5 |
| 55 | path: modules/hal/infineon |
Carles Cufi | cf3af6a | 2019-08-15 17:17:01 +0200 | [diff] [blame] | 56 | - name: hal_nordic |
Rafał Kuźnia | d24f6dd | 2021-05-28 13:17:04 +0200 | [diff] [blame] | 57 | revision: 74b3b21f60aa3dc9a4364ffc28dbb47ad8b699a9 |
Carles Cufi | cf3af6a | 2019-08-15 17:17:01 +0200 | [diff] [blame] | 58 | path: modules/hal/nordic |
Anas Nashif | 2804f59 | 2019-08-20 06:09:20 -0700 | [diff] [blame] | 59 | - name: hal_openisa |
Maureen Helm | a0152bb | 2020-06-01 10:08:17 -0500 | [diff] [blame] | 60 | revision: 40d049f69c50b58ea20473bee14cf93f518bf262 |
Anas Nashif | 2804f59 | 2019-08-20 06:09:20 -0700 | [diff] [blame] | 61 | path: modules/hal/openisa |
Saravanan Sekar | 4a5a165 | 2020-04-15 10:04:50 +0200 | [diff] [blame] | 62 | - name: hal_nuvoton |
| 63 | revision: b4d31f33238713a568e23618845702fadd67386f |
| 64 | path: modules/hal/nuvoton |
Anas Nashif | 975b471 | 2019-08-19 07:05:45 -0700 | [diff] [blame] | 65 | - name: hal_microchip |
Jose Alberto Meza | 5e1502e | 2021-04-26 20:49:00 -0700 | [diff] [blame] | 66 | revision: b280eec5d3b1296b231117c1999bcd0269b6ecc4 |
Anas Nashif | 975b471 | 2019-08-19 07:05:45 -0700 | [diff] [blame] | 67 | path: modules/hal/microchip |
Anas Nashif | 7ae4180 | 2019-04-06 00:06:14 -0400 | [diff] [blame] | 68 | - name: hal_silabs |
Yonatan Schachter | 09c85d0 | 2021-03-15 23:49:51 +0200 | [diff] [blame] | 69 | revision: be39d4eebeddac6e18e9c0c3ba1b31ad1e82eaed |
Anas Nashif | 7ae4180 | 2019-04-06 00:06:14 -0400 | [diff] [blame] | 70 | path: modules/hal/silabs |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 71 | - name: hal_st |
Armando Visconti | de5135b | 2020-10-05 18:06:27 +0200 | [diff] [blame] | 72 | revision: b52fdbf4b62439be9fab9bb4bae9690a42d2fb14 |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 73 | path: modules/hal/st |
| 74 | - name: hal_stm32 |
Aurelien Jarno | 0ede57ee | 2021-05-03 23:19:08 +0200 | [diff] [blame] | 75 | revision: f8ff8d25aa0a9e65948040c7b47ec67f3fa300df |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 76 | path: modules/hal/stm32 |
Anas Nashif | f156e95 | 2019-08-20 06:37:49 -0700 | [diff] [blame] | 77 | - name: hal_ti |
Anas Nashif | 9b84921 | 2021-03-15 13:59:23 -0400 | [diff] [blame] | 78 | revision: 3da6fae25fc44ec830fac4a92787b585ff55435e |
Anas Nashif | f156e95 | 2019-08-20 06:37:49 -0700 | [diff] [blame] | 79 | path: modules/hal/ti |
Anas Nashif | fe0a50f | 2019-05-22 16:58:54 -0700 | [diff] [blame] | 80 | - name: libmetal |
Arnaud Pouliquen | 28c7f46 | 2021-05-04 10:37:45 +0200 | [diff] [blame] | 81 | revision: 39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb |
Anas Nashif | fe0a50f | 2019-05-22 16:58:54 -0700 | [diff] [blame] | 82 | path: modules/hal/libmetal |
Jan Kowalewski | d2fecc2 | 2020-02-04 11:35:24 +0100 | [diff] [blame] | 83 | - name: hal_quicklogic |
| 84 | repo-path: hal_quicklogic |
Jan Kowalewski | 83b6fa2 | 2020-09-30 16:47:41 +0200 | [diff] [blame] | 85 | revision: b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0 |
Jan Kowalewski | d2fecc2 | 2020-02-04 11:35:24 +0100 | [diff] [blame] | 86 | path: modules/hal/quicklogic |
Jan Van Winkel | 18ef131 | 2019-07-03 21:45:39 +0200 | [diff] [blame] | 87 | - name: lvgl |
Jan Van Winkel | 9fd240f | 2020-11-09 17:51:28 +0100 | [diff] [blame] | 88 | revision: 31acbaa36e9e74ab88ac81e3d21e7f1d00a71136 |
Jan Van Winkel | 18ef131 | 2019-07-03 21:45:39 +0200 | [diff] [blame] | 89 | path: modules/lib/gui/lvgl |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 90 | - name: mbedtls |
Ioannis Glaropoulos | 410b895 | 2021-05-10 15:29:22 +0200 | [diff] [blame] | 91 | revision: 5765cb7f75a9973ae9232d438e361a9d7bbc49e7 |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 92 | path: modules/crypto/mbedtls |
Andrzej Puzdrowski | ce753ea | 2019-07-30 14:13:35 +0200 | [diff] [blame] | 93 | - name: mcuboot |
Andrzej Puzdrowski | 10abdcc | 2020-11-27 13:54:51 +0100 | [diff] [blame] | 94 | revision: 7a5196820ba48a6ad7e7d573c9048c021960677c |
Andrzej Puzdrowski | ce753ea | 2019-07-30 14:13:35 +0200 | [diff] [blame] | 95 | path: bootloader/mcuboot |
Anas Nashif | 02ed9b1 | 2019-05-22 22:41:09 -0400 | [diff] [blame] | 96 | - name: mcumgr |
Dominik Ermel | fb1ae4d | 2021-04-26 10:36:27 +0000 | [diff] [blame] | 97 | revision: 5c5055f5a7565f8152d75fcecf07262928b4d56e |
Anas Nashif | 02ed9b1 | 2019-05-22 22:41:09 -0400 | [diff] [blame] | 98 | path: modules/lib/mcumgr |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 99 | - name: net-tools |
Jukka Rissanen | aaaef98 | 2021-04-08 17:58:54 +0300 | [diff] [blame] | 100 | revision: f49bd1354616fae4093bf36e5eaee43c51a55127 |
Anas Nashif | d397799 | 2019-06-13 11:31:41 -0400 | [diff] [blame] | 101 | path: tools/net-tools |
Anas Nashif | 12438e1 | 2019-08-18 08:10:52 -0400 | [diff] [blame] | 102 | - name: hal_nxp |
Mahesh Mahadevan | af10c06 | 2021-04-30 11:09:26 -0500 | [diff] [blame] | 103 | revision: 0d11138724959e1162777d9206f841ccdf64348e |
Anas Nashif | 12438e1 | 2019-08-18 08:10:52 -0400 | [diff] [blame] | 104 | path: modules/hal/nxp |
Anas Nashif | b95e423 | 2019-05-22 17:00:01 -0700 | [diff] [blame] | 105 | - name: open-amp |
Arnaud Pouliquen | 86dcb64 | 2021-05-04 10:38:22 +0200 | [diff] [blame] | 106 | revision: 6010f0523cbc75f551d9256cf782f173177acdef |
Anas Nashif | b95e423 | 2019-05-22 17:00:01 -0700 | [diff] [blame] | 107 | path: modules/lib/open-amp |
Manivannan Sadhasivam | c8d1261 | 2019-09-07 14:57:39 +0530 | [diff] [blame] | 108 | - name: loramac-node |
Manivannan Sadhasivam | 0f107dc | 2021-06-12 14:29:11 +0530 | [diff] [blame] | 109 | revision: 0a5dfdbc00d6c8bd1ea3acb76941521d09aa3eff |
Manivannan Sadhasivam | c8d1261 | 2019-09-07 14:57:39 +0530 | [diff] [blame] | 110 | path: modules/lib/loramac-node |
Robert Lubos | c6c20f0 | 2019-07-22 11:34:26 +0200 | [diff] [blame] | 111 | - name: openthread |
Kamil Kasperczyk | fb8d6e2 | 2021-05-14 15:28:49 +0200 | [diff] [blame] | 112 | revision: f460532d4afa5d49feba241e5dc31c56123d31a8 |
Robert Lubos | c6c20f0 | 2019-07-22 11:34:26 +0200 | [diff] [blame] | 113 | path: modules/lib/openthread |
Anas Nashif | e7db7da | 2019-05-23 12:47:26 -0700 | [diff] [blame] | 114 | - name: segger |
Pieter De Gendt | ad1a505 | 2021-06-04 12:27:35 +0200 | [diff] [blame] | 115 | revision: 3a52ab222133193802d3c3b4d21730b9b1f1d2f6 |
Anas Nashif | e7db7da | 2019-05-23 12:47:26 -0700 | [diff] [blame] | 116 | path: modules/debug/segger |
Andy Ross | 0c80862 | 2020-06-25 17:30:00 -0700 | [diff] [blame] | 117 | - name: sof |
Anas Nashif | 3b19598 | 2021-05-22 08:27:14 -0400 | [diff] [blame] | 118 | revision: 779f28ed465c03899c8a7d4aaf399856f4e51158 |
Andy Ross | 0c80862 | 2020-06-25 17:30:00 -0700 | [diff] [blame] | 119 | path: modules/audio/sof |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 120 | - name: tinycbor |
| 121 | path: modules/lib/tinycbor |
Dominik Ermel | 013dc70 | 2020-03-09 09:51:57 +0000 | [diff] [blame] | 122 | revision: 40daca97b478989884bffb5226e9ab73ca54b8c4 |
Carles Cufi | 3f6078e | 2020-03-20 12:11:33 +0100 | [diff] [blame] | 123 | - name: tinycrypt |
| 124 | path: modules/crypto/tinycrypt |
| 125 | revision: 3e9a49d2672ec01435ffbf0d788db6d95ef28de0 |
Peter A. Bigot | fb73fcd | 2019-07-21 11:28:29 -0500 | [diff] [blame] | 126 | - name: littlefs |
| 127 | path: modules/fs/littlefs |
Peter Bigot | 1105aa5 | 2020-06-24 12:01:02 -0500 | [diff] [blame] | 128 | revision: 9e4498d1c73009acd84bb36036ee5e2869112a6c |
Wentong Wu | dd94809 | 2019-10-29 05:45:55 +0800 | [diff] [blame] | 129 | - name: mipi-sys-t |
| 130 | path: modules/debug/mipi-sys-t |
Anas Nashif | b7d3054 | 2020-10-23 08:49:47 -0400 | [diff] [blame] | 131 | revision: 75e671550ac1acb502f315fe4952514dc73f7bfb |
Alberto Escolar Piedras | dfed64c | 2019-11-15 14:03:00 +0100 | [diff] [blame] | 132 | - name: nrf_hw_models |
| 133 | path: modules/bsim_hw_models/nrf_hw_models |
Krzysztof Chruscinski | d2a2813 | 2020-12-09 12:38:50 +0100 | [diff] [blame] | 134 | revision: a47e326ca772ddd14cc3b9d4ca30a9ab44ecca16 |
Anas Nashif | 1af037f | 2021-05-06 12:31:13 -0400 | [diff] [blame] | 135 | - name: TraceRecorderSource |
| 136 | path: modules/debug/TraceRecorder |
Anas Nashif | 108129c | 2021-05-20 10:27:13 -0400 | [diff] [blame] | 137 | revision: d9889883abb4657d71e15ff055517a9b032f8212 |
Daniel Leung | 250041f | 2019-12-03 09:52:02 -0800 | [diff] [blame] | 138 | - name: hal_xtensa |
Anas Nashif | 370364d | 2020-10-15 08:10:12 -0400 | [diff] [blame] | 139 | revision: 2f04b615cd5ad3a1b8abef33f9bdd10cc1990ed6 |
Daniel Leung | 250041f | 2019-12-03 09:52:02 -0800 | [diff] [blame] | 140 | path: modules/hal/xtensa |
Alberto Escolar Piedras | f57df16 | 2019-11-26 16:18:33 +0100 | [diff] [blame] | 141 | - name: edtt |
| 142 | path: tools/edtt |
Vinayak Kariappa Chettimada | c1b2f21 | 2021-01-22 14:01:54 +0530 | [diff] [blame] | 143 | revision: 7dd56fc100d79cc45c33d43e7401d1803e26f6e7 |
Karl Zhang | fec5ed6 | 2020-05-08 08:22:52 -0500 | [diff] [blame] | 144 | - name: trusted-firmware-m |
| 145 | path: modules/tee/tfm |
Ioannis Glaropoulos | 90f4b5e | 2021-05-20 17:21:49 +0200 | [diff] [blame] | 146 | revision: e18b7a9b040b5b5324520388047c9e7d678447e6 |
Øyvind Rønningstad | 0cb6c40 | 2020-11-16 14:46:12 +0100 | [diff] [blame] | 147 | - name: tfm-mcuboot # This is used by the trusted-firmware-m module. |
| 148 | repo-path: mcuboot |
| 149 | path: modules/tee/tfm-mcuboot |
Øyvind Rønningstad | 847c313 | 2021-03-22 12:10:10 +0100 | [diff] [blame] | 150 | revision: v1.7.2 |
Pieter De Gendt | b697973 | 2021-03-10 13:34:57 +0100 | [diff] [blame] | 151 | - name: nanopb |
| 152 | path: modules/lib/nanopb |
| 153 | revision: d148bd26718e4c10414f07a7eb1bd24c62e56c5d |
Lauren Murphy | a010d91 | 2021-04-06 13:37:33 -0500 | [diff] [blame] | 154 | - name: tensorflow |
| 155 | repo-path: tensorflow |
| 156 | path: modules/lib/tensorflow |
| 157 | revision: dc70a45a7cc12c25726a32cd91b28be59e7bc596 |
NavinSankar Velliangiri | c9aa260 | 2020-09-19 18:50:01 +0530 | [diff] [blame] | 158 | - name: lz4 |
| 159 | path: modules/lib/lz4 |
| 160 | revision: 8e303c264fc21c2116dc612658003a22e933124d |
Marti Bolivar | e7eb798 | 2019-01-24 22:12:28 -0700 | [diff] [blame] | 161 | |
| 162 | self: |
| 163 | path: zephyr |
| 164 | west-commands: scripts/west-commands.yml |