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 |
Stephanos Ioannidis | d687836 | 2020-04-13 20:23:45 +0900 | [diff] [blame] | 29 | revision: 542b2296e6d515b265e25c6b7208e8fea3014f90 |
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 |
Gerson Fernando Budke | 0656fd3 | 2020-07-11 23:02:53 -0300 | [diff] [blame] | 32 | revision: 9f0a699a2f0253dc9688211ef696daa7b8fadb75 |
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 |
Anas Nashif | 4fd627c | 2019-06-13 08:05:59 -0400 | [diff] [blame] | 40 | - name: ci-tools |
Anas Nashif | 8cde5ff | 2020-05-11 15:27:33 -0400 | [diff] [blame] | 41 | revision: da9a2df574094f52d87a03f6393928bdc7dce17c |
Anas Nashif | 4fd627c | 2019-06-13 08:05:59 -0400 | [diff] [blame] | 42 | path: tools/ci-tools |
Tomasz Gorochowik | f2bf9a1 | 2019-06-18 13:08:54 +0200 | [diff] [blame] | 43 | - name: civetweb |
Alexander Kozhinov | 156fd91 | 2020-09-15 12:18:24 +0200 | [diff] [blame] | 44 | revision: e6903b80c09d17cd1a8bb32e40080005558aad29 |
Tomasz Gorochowik | f2bf9a1 | 2019-06-18 13:08:54 +0200 | [diff] [blame] | 45 | path: modules/lib/civetweb |
Anas Nashif | 89d3936 | 2019-04-06 00:22:23 -0400 | [diff] [blame] | 46 | - name: esp-idf |
| 47 | revision: 6835bfc741bf15e98fb7971293913f770df6081f |
| 48 | path: modules/hal/esp-idf |
Anas Nashif | 45868a2 | 2019-05-12 10:35:56 -0400 | [diff] [blame] | 49 | - name: fatfs |
Dominik Ermel | 06aedc4 | 2020-11-03 15:52:33 +0000 | [diff] [blame] | 50 | revision: 1d1fcc725aa1cb3c32f366e0c53d7490d0fe1109 |
Anas Nashif | 45868a2 | 2019-05-12 10:35:56 -0400 | [diff] [blame] | 51 | path: modules/fs/fatfs |
Anas Nashif | 0b2bb32 | 2019-04-05 16:23:26 -0400 | [diff] [blame] | 52 | - name: hal_cypress |
| 53 | revision: a12d92816a53a521d79cefcf5c38b9dc8a4fed6e |
| 54 | path: modules/hal/cypress |
Parthiban Nallathambi | b687d76 | 2020-04-21 11:37:42 +0200 | [diff] [blame] | 55 | - name: hal_infineon |
| 56 | revision: f1fa8241f8786198ba41155413243de36ed878a5 |
| 57 | path: modules/hal/infineon |
Carles Cufi | cf3af6a | 2019-08-15 17:17:01 +0200 | [diff] [blame] | 58 | - name: hal_nordic |
Czeslaw Makarski | 35be041 | 2020-11-16 15:34:43 +0100 | [diff] [blame] | 59 | revision: d7b3b6e3cea622ecc93fcacd3f2cfddf83746aff |
Carles Cufi | cf3af6a | 2019-08-15 17:17:01 +0200 | [diff] [blame] | 60 | path: modules/hal/nordic |
Anas Nashif | 2804f59 | 2019-08-20 06:09:20 -0700 | [diff] [blame] | 61 | - name: hal_openisa |
Maureen Helm | a0152bb | 2020-06-01 10:08:17 -0500 | [diff] [blame] | 62 | revision: 40d049f69c50b58ea20473bee14cf93f518bf262 |
Anas Nashif | 2804f59 | 2019-08-20 06:09:20 -0700 | [diff] [blame] | 63 | path: modules/hal/openisa |
Saravanan Sekar | 4a5a165 | 2020-04-15 10:04:50 +0200 | [diff] [blame] | 64 | - name: hal_nuvoton |
| 65 | revision: b4d31f33238713a568e23618845702fadd67386f |
| 66 | path: modules/hal/nuvoton |
Anas Nashif | 975b471 | 2019-08-19 07:05:45 -0700 | [diff] [blame] | 67 | - name: hal_microchip |
Scott Worley | 3802806 | 2020-07-21 10:23:26 -0400 | [diff] [blame] | 68 | revision: a1ec761014740a08699720298dd37ad4da360840 |
Anas Nashif | 975b471 | 2019-08-19 07:05:45 -0700 | [diff] [blame] | 69 | path: modules/hal/microchip |
Anas Nashif | 7ae4180 | 2019-04-06 00:06:14 -0400 | [diff] [blame] | 70 | - name: hal_silabs |
Steven Lemaire | 3ae6c67 | 2020-07-13 17:31:19 +0200 | [diff] [blame] | 71 | revision: 69c3e1e6e167767cb75aa2b468df4ade05988cdb |
Anas Nashif | 7ae4180 | 2019-04-06 00:06:14 -0400 | [diff] [blame] | 72 | path: modules/hal/silabs |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 73 | - name: hal_st |
Armando Visconti | de5135b | 2020-10-05 18:06:27 +0200 | [diff] [blame] | 74 | revision: b52fdbf4b62439be9fab9bb4bae9690a42d2fb14 |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 75 | path: modules/hal/st |
| 76 | - name: hal_stm32 |
Alexander Kozhinov | cc4708e | 2020-11-24 21:52:03 +0100 | [diff] [blame] | 77 | revision: c8e88fd73e34f5f4e80fa83372ad340188fa89d9 |
Anas Nashif | faa398f | 2019-06-18 00:13:45 -0400 | [diff] [blame] | 78 | path: modules/hal/stm32 |
Anas Nashif | f156e95 | 2019-08-20 06:37:49 -0700 | [diff] [blame] | 79 | - name: hal_ti |
Christopher Friedt | c80fe8a | 2020-11-09 12:15:32 -0500 | [diff] [blame] | 80 | revision: 277d70a65ab14d46bf1ec0935cf9bb28bbaa8ab9 |
Anas Nashif | f156e95 | 2019-08-20 06:37:49 -0700 | [diff] [blame] | 81 | path: modules/hal/ti |
Anas Nashif | fe0a50f | 2019-05-22 16:58:54 -0700 | [diff] [blame] | 82 | - name: libmetal |
Kumar Gala | 4dcdb80 | 2020-10-23 09:15:28 -0500 | [diff] [blame] | 83 | revision: 9d4ee2c3cfd5f49861939447990f3b7d7bf9bf94 |
Anas Nashif | fe0a50f | 2019-05-22 16:58:54 -0700 | [diff] [blame] | 84 | path: modules/hal/libmetal |
Jan Kowalewski | d2fecc2 | 2020-02-04 11:35:24 +0100 | [diff] [blame] | 85 | - name: hal_quicklogic |
| 86 | repo-path: hal_quicklogic |
Jan Kowalewski | 83b6fa2 | 2020-09-30 16:47:41 +0200 | [diff] [blame^] | 87 | revision: b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0 |
Jan Kowalewski | d2fecc2 | 2020-02-04 11:35:24 +0100 | [diff] [blame] | 88 | path: modules/hal/quicklogic |
Jan Van Winkel | 18ef131 | 2019-07-03 21:45:39 +0200 | [diff] [blame] | 89 | - name: lvgl |
Jan Van Winkel | 9fd240f | 2020-11-09 17:51:28 +0100 | [diff] [blame] | 90 | revision: 31acbaa36e9e74ab88ac81e3d21e7f1d00a71136 |
Jan Van Winkel | 18ef131 | 2019-07-03 21:45:39 +0200 | [diff] [blame] | 91 | path: modules/lib/gui/lvgl |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 92 | - name: mbedtls |
Marcin Niestroj | 480a682 | 2020-11-05 14:46:47 +0100 | [diff] [blame] | 93 | revision: 13cf2e52024a144ecee9f37680681760a85febab |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 94 | path: modules/crypto/mbedtls |
Andrzej Puzdrowski | ce753ea | 2019-07-30 14:13:35 +0200 | [diff] [blame] | 95 | - name: mcuboot |
Andrzej Puzdrowski | cc29dbd | 2020-09-22 14:40:24 +0200 | [diff] [blame] | 96 | revision: c71d2186077f9fd5f6d1aa53ee3f09dc41ce78f6 |
Andrzej Puzdrowski | ce753ea | 2019-07-30 14:13:35 +0200 | [diff] [blame] | 97 | path: bootloader/mcuboot |
Anas Nashif | 02ed9b1 | 2019-05-22 22:41:09 -0400 | [diff] [blame] | 98 | - name: mcumgr |
Brian Bradley | 71f3f83 | 2020-10-22 17:50:28 -0400 | [diff] [blame] | 99 | revision: f28a637db12c4b12fb2b18bddc6b2a0deaa95251 |
Anas Nashif | 02ed9b1 | 2019-05-22 22:41:09 -0400 | [diff] [blame] | 100 | path: modules/lib/mcumgr |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 101 | - name: net-tools |
Jukka Rissanen | d1901d6 | 2020-11-17 17:20:08 +0200 | [diff] [blame] | 102 | revision: dcfa04f4aaf30ae7c2dbf34a05a569ca1c04b2ce |
Anas Nashif | d397799 | 2019-06-13 11:31:41 -0400 | [diff] [blame] | 103 | path: tools/net-tools |
Anas Nashif | 12438e1 | 2019-08-18 08:10:52 -0400 | [diff] [blame] | 104 | - name: hal_nxp |
Mahesh Mahadevan | 80379cb | 2020-11-10 14:47:58 -0600 | [diff] [blame] | 105 | revision: 56915d2942a3af7205b3c4991a8b87e915de7f59 |
Anas Nashif | 12438e1 | 2019-08-18 08:10:52 -0400 | [diff] [blame] | 106 | path: modules/hal/nxp |
Anas Nashif | b95e423 | 2019-05-22 17:00:01 -0700 | [diff] [blame] | 107 | - name: open-amp |
Kumar Gala | b1503ac | 2020-10-23 09:33:00 -0500 | [diff] [blame] | 108 | revision: de1b85a13032a2de1d8b6695ae5f800b613e739d |
Anas Nashif | b95e423 | 2019-05-22 17:00:01 -0700 | [diff] [blame] | 109 | path: modules/lib/open-amp |
Manivannan Sadhasivam | c8d1261 | 2019-09-07 14:57:39 +0530 | [diff] [blame] | 110 | - name: loramac-node |
Andreas Sandberg | 78cc7df | 2020-04-17 13:36:36 +0100 | [diff] [blame] | 111 | revision: 3f545d76a2e6d1db83a470ccdb5bebd1f484e137 |
Manivannan Sadhasivam | c8d1261 | 2019-09-07 14:57:39 +0530 | [diff] [blame] | 112 | path: modules/lib/loramac-node |
Robert Lubos | c6c20f0 | 2019-07-22 11:34:26 +0200 | [diff] [blame] | 113 | - name: openthread |
Markus Becker | 638b5f3 | 2020-10-12 16:41:25 +0200 | [diff] [blame] | 114 | revision: f9fbfad0119d7b0d473eaac50c2f0a0a483c2823 |
Robert Lubos | c6c20f0 | 2019-07-22 11:34:26 +0200 | [diff] [blame] | 115 | path: modules/lib/openthread |
Anas Nashif | e7db7da | 2019-05-23 12:47:26 -0700 | [diff] [blame] | 116 | - name: segger |
Maureen Helm | 57b756b | 2020-11-02 16:53:52 -0600 | [diff] [blame] | 117 | revision: 38c79a447e4a47d413b4e8d34448316a5cece77c |
Anas Nashif | e7db7da | 2019-05-23 12:47:26 -0700 | [diff] [blame] | 118 | path: modules/debug/segger |
Anas Nashif | bf1f1f6 | 2019-06-13 08:03:43 -0400 | [diff] [blame] | 119 | - name: tinycbor |
| 120 | path: modules/lib/tinycbor |
Dominik Ermel | 013dc70 | 2020-03-09 09:51:57 +0000 | [diff] [blame] | 121 | revision: 40daca97b478989884bffb5226e9ab73ca54b8c4 |
Carles Cufi | 3f6078e | 2020-03-20 12:11:33 +0100 | [diff] [blame] | 122 | - name: tinycrypt |
| 123 | path: modules/crypto/tinycrypt |
| 124 | revision: 3e9a49d2672ec01435ffbf0d788db6d95ef28de0 |
Peter A. Bigot | fb73fcd | 2019-07-21 11:28:29 -0500 | [diff] [blame] | 125 | - name: littlefs |
| 126 | path: modules/fs/littlefs |
Peter Bigot | 1105aa5 | 2020-06-24 12:01:02 -0500 | [diff] [blame] | 127 | revision: 9e4498d1c73009acd84bb36036ee5e2869112a6c |
Wentong Wu | dd94809 | 2019-10-29 05:45:55 +0800 | [diff] [blame] | 128 | - name: mipi-sys-t |
| 129 | path: modules/debug/mipi-sys-t |
Anas Nashif | b7d3054 | 2020-10-23 08:49:47 -0400 | [diff] [blame] | 130 | revision: 75e671550ac1acb502f315fe4952514dc73f7bfb |
Alberto Escolar Piedras | dfed64c | 2019-11-15 14:03:00 +0100 | [diff] [blame] | 131 | - name: nrf_hw_models |
| 132 | path: modules/bsim_hw_models/nrf_hw_models |
Rubin Gerritsen | 51e7da29 | 2020-08-28 22:28:06 +0200 | [diff] [blame] | 133 | revision: 71a8a9ef086d57ff5f3974138b0951f24c2017ad |
Daniel Leung | 250041f | 2019-12-03 09:52:02 -0800 | [diff] [blame] | 134 | - name: hal_xtensa |
Anas Nashif | 370364d | 2020-10-15 08:10:12 -0400 | [diff] [blame] | 135 | revision: 2f04b615cd5ad3a1b8abef33f9bdd10cc1990ed6 |
Daniel Leung | 250041f | 2019-12-03 09:52:02 -0800 | [diff] [blame] | 136 | path: modules/hal/xtensa |
Alberto Escolar Piedras | f57df16 | 2019-11-26 16:18:33 +0100 | [diff] [blame] | 137 | - name: edtt |
| 138 | path: tools/edtt |
Joakim Andersson | 2a70fea | 2020-04-16 13:38:28 +0200 | [diff] [blame] | 139 | revision: c39888ff74acf421eeff9a7514fa9b172c3373f7 |
Karl Zhang | fec5ed6 | 2020-05-08 08:22:52 -0500 | [diff] [blame] | 140 | - name: trusted-firmware-m |
| 141 | path: modules/tee/tfm |
Ioannis Glaropoulos | 7fb95ba | 2020-11-24 10:52:08 +0100 | [diff] [blame] | 142 | revision: dfc26a443c43514867090fee2ff82be809ae40b0 |
Marti Bolivar | e7eb798 | 2019-01-24 22:12:28 -0700 | [diff] [blame] | 143 | |
| 144 | self: |
| 145 | path: zephyr |
| 146 | west-commands: scripts/west-commands.yml |