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 | b7b538a | 2021-10-29 12:58:15 +0200 | [diff] [blame] | 29 | revision: 1052dae561497bef901f931ef75e117c9224aecd |
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 |
Andries Kruithof | fca6584 | 2021-09-24 14:22:28 +0200 | [diff] [blame] | 40 | revision: c94f63865a803b18a2ab9eca70d2a9ab881130f6 |
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 |
Yuval Peress | f6f24a2 | 2021-09-21 22:30:09 -0600 | [diff] [blame] | 49 | - name: fff |
| 50 | revision: 6ce5ba26486e93d5b7696a3e23f0585932c14b16 |
| 51 | path: modules/lib/fff |
| 52 | groups: |
| 53 | - ci |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 54 | - name: hal_altera |
| 55 | revision: 23c1c1dd7a0c1cc9a399509d1819375847c95b97 |
| 56 | path: modules/hal/altera |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 57 | groups: |
| 58 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 59 | - name: hal_atmel |
Piotr Mienkowski | ca9938b | 2021-06-12 03:08:03 +0200 | [diff] [blame] | 60 | revision: 9f78f520f6cbb997e5b44fe8ab17dd5bf2448095 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 61 | path: modules/hal/atmel |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 62 | groups: |
| 63 | - hal |
Anas Nashif | 0b2bb32 | 2019-04-05 16:23:26 -0400 | [diff] [blame] | 64 | - name: hal_cypress |
Gerson Fernando Budke | a0466a6 | 2021-04-27 20:50:31 -0300 | [diff] [blame] | 65 | revision: 81a059f21435bc7e315bccd720da5a9b615bbb50 |
Anas Nashif | 0b2bb32 | 2019-04-05 16:23:26 -0400 | [diff] [blame] | 66 | path: modules/hal/cypress |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 67 | groups: |
| 68 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 69 | - name: hal_espressif |
Sylvio Alves | f00a0a9 | 2021-12-02 16:36:04 -0300 | [diff] [blame] | 70 | revision: bd2e2d8dcdc19defdb1bf6e07fb94f62bc99c925 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 71 | path: modules/hal/espressif |
| 72 | west-commands: west/west-commands.yml |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 73 | groups: |
| 74 | - hal |
Gerson Fernando Budke | 6d8c034 | 2021-10-19 09:06:33 -0300 | [diff] [blame] | 75 | - name: hal_gigadevice |
HaiLong Yang | 2ff0db2 | 2021-12-14 23:37:52 +0800 | [diff] [blame] | 76 | revision: 05de2b5229cf0267c73595c2454284059f48b27e |
Gerson Fernando Budke | 6d8c034 | 2021-10-19 09:06:33 -0300 | [diff] [blame] | 77 | path: modules/hal/gigadevice |
| 78 | groups: |
| 79 | - hal |
Parthiban Nallathambi | b687d76 | 2020-04-21 11:37:42 +0200 | [diff] [blame] | 80 | - name: hal_infineon |
| 81 | revision: f1fa8241f8786198ba41155413243de36ed878a5 |
| 82 | path: modules/hal/infineon |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 83 | groups: |
| 84 | - hal |
Anas Nashif | 975b471 | 2019-08-19 07:05:45 -0700 | [diff] [blame] | 85 | - name: hal_microchip |
Scott Worley | 4cb0020 | 2021-07-26 15:08:53 -0400 | [diff] [blame] | 86 | revision: 870d05e6a64ea9548da6b907058b03c8c9420826 |
Anas Nashif | 975b471 | 2019-08-19 07:05:45 -0700 | [diff] [blame] | 87 | path: modules/hal/microchip |
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_nordic |
Andrzej Głąbek | f0ef6c6 | 2021-12-22 18:08:33 +0100 | [diff] [blame] | 91 | revision: a42b016d7c7610489f5f8c79773fedc05ba352ee |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 92 | path: modules/hal/nordic |
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_nuvoton |
| 96 | revision: b4d31f33238713a568e23618845702fadd67386f |
| 97 | path: modules/hal/nuvoton |
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_nxp |
Mahesh Mahadevan | 9ba8fcc | 2021-10-21 13:19:15 -0500 | [diff] [blame] | 101 | revision: 66db7c2a57ec1adfd3574169346ed3af9bf17c0b |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 102 | path: modules/hal/nxp |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 103 | groups: |
| 104 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 105 | - name: hal_openisa |
| 106 | revision: 40d049f69c50b58ea20473bee14cf93f518bf262 |
| 107 | path: modules/hal/openisa |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 108 | groups: |
| 109 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 110 | - name: hal_quicklogic |
| 111 | revision: b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0 |
| 112 | path: modules/hal/quicklogic |
| 113 | repo-path: hal_quicklogic |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 114 | groups: |
| 115 | - hal |
Anas Nashif | 7ae4180 | 2019-04-06 00:06:14 -0400 | [diff] [blame] | 116 | - name: hal_silabs |
Yonatan Schachter | 09c85d0 | 2021-03-15 23:49:51 +0200 | [diff] [blame] | 117 | revision: be39d4eebeddac6e18e9c0c3ba1b31ad1e82eaed |
Anas Nashif | 7ae4180 | 2019-04-06 00:06:14 -0400 | [diff] [blame] | 118 | path: modules/hal/silabs |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 119 | groups: |
| 120 | - hal |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 121 | - name: hal_st |
Armando Visconti | 7f9e3af | 2021-06-14 18:22:47 +0200 | [diff] [blame] | 122 | revision: 575de9d461aa6f430cf62c58a053675377e700f3 |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 123 | path: modules/hal/st |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 124 | groups: |
| 125 | - hal |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 126 | - name: hal_stm32 |
Alex Sergeev | 4c8bdd8 | 2021-11-25 02:31:02 -0800 | [diff] [blame] | 127 | revision: 5ca535df5874d1f9ab931265a2b1f691b76df9ce |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 128 | path: modules/hal/stm32 |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 129 | groups: |
| 130 | - hal |
Yuriy Vynnychek | 4b0b1e0 | 2021-07-09 11:40:33 +0300 | [diff] [blame] | 131 | - name: hal_telink |
| 132 | revision: ffcfd6282aa213f1dc0848dbca6279b098f6b143 |
| 133 | path: modules/hal/telink |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 134 | groups: |
| 135 | - hal |
Anas Nashif | f156e95 | 2019-08-20 06:37:49 -0700 | [diff] [blame] | 136 | - name: hal_ti |
Carles Cufi | 56ec755 | 2021-08-09 11:20:56 +0200 | [diff] [blame] | 137 | revision: 1992a4c536554c4f409c36896eda6abdc414d277 |
Anas Nashif | f156e95 | 2019-08-20 06:37:49 -0700 | [diff] [blame] | 138 | path: modules/hal/ti |
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: hal_xtensa |
Iuliana Prodan | c0fcd35 | 2021-10-01 21:17:01 +0300 | [diff] [blame] | 142 | revision: 0e577021bb66e644afd067cd9f7c71ab11b62b3d |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 143 | path: modules/hal/xtensa |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 144 | groups: |
| 145 | - hal |
Anas Nashif | fe0a50f | 2019-05-22 16:58:54 -0700 | [diff] [blame] | 146 | - name: libmetal |
Carlo Caione | 80be68a | 2021-11-02 11:31:42 +0100 | [diff] [blame] | 147 | revision: f237c9d420a51cc43bc37d744e41191ad613f348 |
Anas Nashif | fe0a50f | 2019-05-22 16:58:54 -0700 | [diff] [blame] | 148 | path: modules/hal/libmetal |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 149 | groups: |
| 150 | - hal |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 151 | - name: littlefs |
| 152 | path: modules/fs/littlefs |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 153 | groups: |
| 154 | - fs |
Pooja Ganesh | 150b82f | 2021-11-19 00:16:03 +0000 | [diff] [blame] | 155 | revision: 33509ed9c3d369cdb9d909cd40c5eea8f64a902c |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 156 | - name: loramac-node |
| 157 | revision: 12019623bbad9eb54fe51066847a7cbd4b4eac57 |
| 158 | path: modules/lib/loramac-node |
Jan Van Winkel | 18ef131 | 2019-07-03 21:45:39 +0200 | [diff] [blame] | 159 | - name: lvgl |
Torsten Rasmussen | 0df9e9a | 2021-08-19 09:00:19 +0200 | [diff] [blame] | 160 | revision: 783c1f78c8e39751fe89d0883c8bce7336f55e94 |
Jan Van Winkel | 18ef131 | 2019-07-03 21:45:39 +0200 | [diff] [blame] | 161 | path: modules/lib/gui/lvgl |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 162 | - name: lz4 |
| 163 | revision: 8e303c264fc21c2116dc612658003a22e933124d |
| 164 | path: modules/lib/lz4 |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 165 | - name: mbedtls |
Sebastian Bøe | 8270a8f | 2021-08-25 15:43:07 +0200 | [diff] [blame] | 166 | revision: 3e3e58a92de76069730c63e0d524f40fea948a61 |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 167 | path: modules/crypto/mbedtls |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 168 | groups: |
| 169 | - crypto |
Andrzej Puzdrowski | ce753ea | 2019-07-30 14:13:35 +0200 | [diff] [blame] | 170 | - name: mcuboot |
Andrzej Puzdrowski | 7c42e8a | 2021-12-16 13:03:08 +0100 | [diff] [blame] | 171 | revision: 399720d1cabd26c4356445d351f263b31e942961 |
Andrzej Puzdrowski | ce753ea | 2019-07-30 14:13:35 +0200 | [diff] [blame] | 172 | path: bootloader/mcuboot |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 173 | - name: mipi-sys-t |
| 174 | path: modules/debug/mipi-sys-t |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 175 | groups: |
| 176 | - debug |
Aastha Grover | a89fae7 | 2021-10-28 16:07:54 -0700 | [diff] [blame] | 177 | revision: d9da086b11cda494d85f4d8a9829f505c2d5e380 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 178 | - name: nanopb |
| 179 | revision: d148bd26718e4c10414f07a7eb1bd24c62e56c5d |
| 180 | path: modules/lib/nanopb |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 181 | - name: net-tools |
Jukka Rissanen | aaaef98 | 2021-04-08 17:58:54 +0300 | [diff] [blame] | 182 | revision: f49bd1354616fae4093bf36e5eaee43c51a55127 |
Anas Nashif | d397799 | 2019-06-13 11:31:41 -0400 | [diff] [blame] | 183 | path: tools/net-tools |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 184 | groups: |
| 185 | - tools |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 186 | - name: nrf_hw_models |
Jedrzej Ciupis | fcda869 | 2021-09-30 15:07:40 +0200 | [diff] [blame] | 187 | revision: b8cea37dbdc8fc58cc14b4e19fa850877a9da520 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 188 | path: modules/bsim_hw_models/nrf_hw_models |
Anas Nashif | b95e423 | 2019-05-22 17:00:01 -0700 | [diff] [blame] | 189 | - name: open-amp |
Carlo Caione | 80be68a | 2021-11-02 11:31:42 +0100 | [diff] [blame] | 190 | revision: cfd050ff38a9d028dc211690b2ec35971128e45e |
Anas Nashif | b95e423 | 2019-05-22 17:00:01 -0700 | [diff] [blame] | 191 | path: modules/lib/open-amp |
Robert Lubos | c6c20f0 | 2019-07-22 11:34:26 +0200 | [diff] [blame] | 192 | - name: openthread |
Lukasz Maciejonczyk | 02c8f35 | 2021-12-07 12:19:28 +0100 | [diff] [blame] | 193 | revision: 41bc49da49736fbdfdfa231f7b2311f29dcc4979 |
Robert Lubos | c6c20f0 | 2019-07-22 11:34:26 +0200 | [diff] [blame] | 194 | path: modules/lib/openthread |
Anas Nashif | e7db7da | 2019-05-23 12:47:26 -0700 | [diff] [blame] | 195 | - name: segger |
Pieter De Gendt | ad1a505 | 2021-06-04 12:27:35 +0200 | [diff] [blame] | 196 | revision: 3a52ab222133193802d3c3b4d21730b9b1f1d2f6 |
Anas Nashif | e7db7da | 2019-05-23 12:47:26 -0700 | [diff] [blame] | 197 | path: modules/debug/segger |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 198 | groups: |
| 199 | - debug |
Andy Ross | 0c80862 | 2020-06-25 17:30:00 -0700 | [diff] [blame] | 200 | - name: sof |
Christopher Friedt | b006191 | 2021-10-26 14:14:19 -0400 | [diff] [blame] | 201 | revision: 500d77e0ac84ac2c969e0d4b2142cca192e893bc |
Andy Ross | 0c80862 | 2020-06-25 17:30:00 -0700 | [diff] [blame] | 202 | path: modules/audio/sof |
Lauren Murphy | 804285a | 2021-07-29 15:09:39 -0500 | [diff] [blame] | 203 | - name: tflite-micro |
| 204 | revision: 9156d050927012da87079064db59d07f03b8baf6 |
| 205 | path: modules/lib/tflite-micro |
| 206 | repo-path: tflite-micro |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 207 | - name: tinycbor |
Dominik Ermel | 013dc70 | 2020-03-09 09:51:57 +0000 | [diff] [blame] | 208 | revision: 40daca97b478989884bffb5226e9ab73ca54b8c4 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 209 | path: modules/lib/tinycbor |
Carles Cufi | 3f6078e | 2020-03-20 12:11:33 +0100 | [diff] [blame] | 210 | - name: tinycrypt |
Carles Cufi | 3f6078e | 2020-03-20 12:11:33 +0100 | [diff] [blame] | 211 | revision: 3e9a49d2672ec01435ffbf0d788db6d95ef28de0 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 212 | path: modules/crypto/tinycrypt |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 213 | groups: |
| 214 | - crypto |
Anas Nashif | 1af037f | 2021-05-06 12:31:13 -0400 | [diff] [blame] | 215 | - name: TraceRecorderSource |
Anas Nashif | 0f0cb1a | 2021-09-17 07:13:54 -0400 | [diff] [blame] | 216 | revision: 36c577727642457b0db7274298a4b96558374832 |
Benedikt Schmidt | ae0fc49 | 2021-06-30 09:51:53 +0200 | [diff] [blame] | 217 | path: modules/debug/TraceRecorder |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 218 | groups: |
| 219 | - debug |
Karl Zhang | fec5ed6 | 2020-05-08 08:22:52 -0500 | [diff] [blame] | 220 | - name: trusted-firmware-m |
Sebastian Bøe | 81314eb | 2022-01-04 11:50:37 +0100 | [diff] [blame] | 221 | revision: c8134809a9439571c54d36ef39210270dbee8f67 |
Joakim Andersson | dda3a5a | 2021-10-19 17:57:44 +0200 | [diff] [blame] | 222 | path: modules/tee/tf-m/trusted-firmware-m |
| 223 | groups: |
| 224 | - tee |
| 225 | - name: tf-m-tests |
Sebastian Bøe | 9b23440 | 2021-12-01 13:48:05 +0100 | [diff] [blame] | 226 | revision: 52814181f0fde6d1422fac204d42cde30c62e40e |
Joakim Andersson | dda3a5a | 2021-10-19 17:57:44 +0200 | [diff] [blame] | 227 | path: modules/tee/tf-m/tf-m-tests |
| 228 | groups: |
| 229 | - tee |
| 230 | - name: psa-arch-tests |
Sebastian Bøe | 9b23440 | 2021-12-01 13:48:05 +0100 | [diff] [blame] | 231 | revision: 186cba2543dff73d0cda5509d26f02a0b39ee66e |
Joakim Andersson | dda3a5a | 2021-10-19 17:57:44 +0200 | [diff] [blame] | 232 | path: modules/tee/tf-m/psa-arch-tests |
Artem Panfilov | 48d5501 | 2021-07-15 12:14:56 +0300 | [diff] [blame] | 233 | groups: |
| 234 | - tee |
Kevin Townsend | a8c9cf0 | 2021-10-22 23:55:40 +0200 | [diff] [blame] | 235 | - name: zscilib |
| 236 | path: modules/lib/zscilib |
| 237 | revision: 12bfe3f0a9fcbfe3edab7eabc9678b6c62875d34 |
Marti Bolivar | e7eb798 | 2019-01-24 22:12:28 -0700 | [diff] [blame] | 238 | |
Yuval Peress | f6f24a2 | 2021-09-21 22:30:09 -0600 | [diff] [blame] | 239 | group-filter: |
| 240 | - -ci |
| 241 | |
Marti Bolivar | e7eb798 | 2019-01-24 22:12:28 -0700 | [diff] [blame] | 242 | self: |
| 243 | path: zephyr |
| 244 | west-commands: scripts/west-commands.yml |
Martí Bolívar | 51f8588 | 2021-07-22 17:29:15 -0700 | [diff] [blame] | 245 | import: submanifests |