-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
45 lines (40 loc) · 1.09 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
# The west manifest file (west.yml) for the hpmicro SDK.
#
# The per-workspace west configuration file, .west/config,
# specifies the location of this manifest file like this:
#
# [manifest]
# path = sdk_glue
########################################
## zephyr v3.7.0 ##
## hpm_sdk v1.6.0 ##
########################################
manifest:
version: "1.0"
remotes:
- name: test
url-base: git@192.168.11.211:oss
- name: github
url-base: https://github.com/hpmicro
defaults:
remote: github
projects:
- name: zephyr
repo-path: zephyr
revision: v3.7.0_hpm_sdk_v1.6.0
import:
name-allowlist:
- west-commands
- name: sdk_env
repo-path: sdk_env
path: sdk_env
revision: v1.6.0
submodules: true
- name: canopennode
repo-path: canopennode
path: modules/lib/canopennode
revision: dec12fa3f0d790cafa8414a4c2930ea71ab72ffd
# West-related configuration for the sdk_glue repository.
self:
path: sdk_glue
west-commands: scripts/west-commands.yml