forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwest-riscv.yml
More file actions
150 lines (145 loc) · 4.48 KB
/
Copy pathwest-riscv.yml
File metadata and controls
150 lines (145 loc) · 4.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# The west manifest file for upstream Zephyr.
#
# The per-installation west configuration file, .west/config, sets the
# path to the project containing this file in the [manifest] section's
# "path" variable.
#
# You are free to create your own manifest files and put them in any
# repository you want, to create your own custom Zephyr installations.
# For example, you could create a manifest file in your own out of
# tree application directory, which would pull this zephyr repository
# in as an ordinary project.
#
# You can pass your manifest repositories to west init when creating a
# new Zephyr installation. See the west documentation for more
# information.
manifest:
defaults:
remote: upstream
remotes:
- name: upstream
url-base: https://github.com/zephyrproject-rtos
- name: babblesim
url-base: https://github.com/BabbleSim
- name: eigen-remote
url-base: https://gitlab.com/libeigen/
- name: muriscv-nn-remote
url-base: https://github.com/tum-ei-eda/
- name: ucb-bar-remote
url-base: https://github.com/ucb-bar/
group-filter: [-babblesim, -optional]
#
# Please add items below based on alphabetical order
# zephyr-keep-sorted-start re(^\s+\- name:)
projects:
- name: hal_espressif
revision: 21ff951cc2ca1c3ae6a096a4f9bc3b7f2f2c5409
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
- hal
- name: hal_st
revision: 9f81b4427e955885398805b7bca0da3a8cd9109c
path: modules/hal/st
groups:
- hal
- name: acpica
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
path: modules/lib/acpica
- name: cmsis
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
path: modules/hal/cmsis
groups:
- hal
- name: cmsis-dsp
revision: d80a49b2bb186317dc1db4ac88da49c0ab77e6e7
path: modules/lib/cmsis-dsp
- name: cmsis-nn
revision: ea987c1ca661be723de83bd159aed815d6cbd430
path: modules/lib/cmsis-nn
- name: cmsis_6
repo-path: CMSIS_6
revision: 783317a3072554acbac86cca2ff24928cbf98d30
path: modules/lib/cmsis_6
- name: edtt
revision: b9ca3c7030518f07b7937dacf970d37a47865a76
path: tools/edtt
groups:
- tools
- name: fatfs
revision: 427159bf95ea49b7680facffaa29ad506b42709b
path: modules/fs/fatfs
groups:
- fs
- name: littlefs
path: modules/fs/littlefs
groups:
- fs
revision: 009bcff0ed4853a53df8256039fa815bda6854dd
- name: lvgl
revision: 2b498e6f36d6b82ae1da12c8b7742e318624ecf5
path: modules/lib/gui/lvgl
- name: mbedtls
revision: 4952e1328529ee549d412b498ea71c54f30aa3b1
path: modules/crypto/mbedtls
groups:
- crypto
- name: mcuboot
revision: 5d6471bac184c8accaeeb0efcfad8dd35225a28d
path: bootloader/mcuboot
groups:
- bootloader
- name: mipi-sys-t
path: modules/debug/mipi-sys-t
groups:
- debug
revision: 71ace1f5caa03e56c8740a09863e685efb4b2360
- name: net-tools
revision: 93acc8bac4661e74e695eb1aea94c7c5262db2e2
path: tools/net-tools
groups:
- tools
- name: open-amp
revision: 52bb1783521c62c019451cee9b05b8eda9d7425f
path: modules/lib/open-amp
- name: openthread
revision: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
path: modules/lib/openthread
- name: percepio
path: modules/debug/percepio
revision: b68d17993109b9bee6b45dc8c9794e7b7bce236d
groups:
- debug
- name: picolibc
path: modules/lib/picolibc
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
- name: tinycrypt
revision: 1012a3ebee18c15ede5efc8332ee2fc37817670f
path: modules/crypto/tinycrypt
groups:
- crypto
- name: eigen_headers
remote: eigen-remote
repo-path: eigen
path: modules/lib/eigen
revision: 68f4e58cfacc686583d16cff90361f0b43bc2c1b
- name: muriscv-nn
remote: muriscv-nn-remote
repo-path: muriscv-nn
path: modules/lib/muriscv-nn
revision: e17d4c79d9bd81008bdc4012f15d0ae9d4c0a032
- name: xnnpack
remote: ucb-bar-remote
repo-path: XNNPACK
path: modules/lib/xnnpack
revision: zephyr
- name: executorch
remote: ucb-bar-remote
repo-path: executorch
path: modules/lib/executorch
revision: zephyr
# zephyr-keep-sorted-stop
self:
path: zephyr
west-commands: scripts/west-commands.yml
import: submanifests