-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathwest.yml
81 lines (74 loc) · 1.95 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
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
# The west manifest file (west.yml) for the Alif SDK.
#
# The per-installation west configuration file, .west/config, sets the
# path to the project containing this file in the [manifest] section's
# "path" variable.
#
# See the west documentation for more information:
# https://docs.zephyrproject.org/latest/develop/west/index.html
manifest:
version: "0.13"
defaults:
remote: alif
remotes:
- name: alif
url-base: https://github.com/alifsemi
# Other repository sources:
- name: zephyrproject
url-base: https://github.com/zephyrproject-rtos
- name: armmbed
url-base: https://github.com/ARMmbed
#
# Please add items below based on alphabetical order
projects:
- name: zephyr
repo-path: zephyr_alif
revision: 0a649c15365376341deb87891f5a470691f8a2f1
import:
# In addition to the zephyr repository itself,
# Alif SDK fetches the needed projects
#
# Please keep this list sorted alphabetically.
name-allowlist:
- canopennode
- chre
- edtt
- fatfs
- hal_alif
- hal_ethos_u
- liblc3
- libmetal
- littlefs
- lvgl
- lz4
- mbedtls
- mipi-sys-t
- nanopb
- net-tools
- openthread
- picolibc
- psa-arch-tests
- segger
- tinycrypt
- tf-m-tests
- tflite-micro
- TraceRecorderSource
- uoscore-uedhoc
- zcbor
- zscilib
- name: matter
repo-path: matter_alif
revision: main
path: modules/lib/matter
- name: mcuboot_alif
repo-path: mcuboot_alif
path: bootloader/mcuboot
revision: main
- name: cmsis_alif
revision: 85f6b92af0f6ac72594d391f895c45cc30847e41
path: modules/hal/cmsis
groups:
- hal
self:
path: alif
west-commands: scripts/west-commands.yml