-
Notifications
You must be signed in to change notification settings - Fork 0
/
west_gitee.yml
42 lines (37 loc) · 985 Bytes
/
west_gitee.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
# The west manifest file (west.yml) for the hpmicro SDK.
#
# Get sources from gitee
#
########################################
## zephyr v3.7.0 ##
## hpm_sdk v1.6.0 ##
########################################
manifest:
version: "1.0"
remotes:
- name: test
url-base: [email protected]:oss
- name: gitee
url-base: https://gitee.com/hpmicro
defaults:
remote: gitee
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