forked from intel/ecfw-zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
46 lines (39 loc) · 1.22 KB
/
west.yml
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
# The west manifest file for the Zephyr EC FW.
#
# The per-installation west configuration file specifies the location of this
# manifest file. The "path" option in the [manifest] section of .west/config
# defines the folder that contains west.yml. The path is relative to the folder
# that contains .west.
#
west:
url: https://github.com/zephyrproject-rtos/west
version: v0.7.2
manifest:
defaults:
remote: github_restricted
remotes:
- name: zephyrproject
url-base: https://github.com/zephyrproject-rtos
- name: github_restricted
url-base: https://github.com/intel-restricted
# The list of dependencies
#
projects:
# Open source branch uses official Zephyr tree
- name: zephyr_public
repo-path: zephyr.git
path: ecfwwork/zephyr_fork
remote: zephyrproject
revision: v2.7-branch
clone-depth: 1
west-commands: scripts/west-commands.yml
- name: cmsis
path: ecfwwork/modules/hal/cmsis
remote: zephyrproject
revision: c3bd2094f92d574377f7af2aec147ae181aa5f8e
- name: hal_microchip
path: ecfwwork/modules/hal/microchip
remote: zephyrproject
revision: 870d05e6a64ea9548da6b907058b03c8c9420826
self:
path: ecfwwork