-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathwest.yml
More file actions
59 lines (54 loc) · 1.45 KB
/
west.yml
File metadata and controls
59 lines (54 loc) · 1.45 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
# The default west manifest file for the bacnet-stack zephyr project.
#
# The per-installation west configuration file, .west/config, sets the
# path to the project containing this file in the [manifest] section's
# "path" variable.
#
# This imports the latest upstream Zephyr manifest file.
#
# You can pass your manifest repositories to west init when creating a
# new Zephyr installation. See the west documentation for more
# information.
#
# Beginning with west 0.8, the following command-line options
# can be used to initialize with a repository lacking a west.yml
# file at the top level.
#
# west init
# -m <repository>
# --mr <branch_name>
# --mf <manifest_pathname>
# <workspace>
manifest:
version: 1.2
remotes:
- name: bacnet-stack
url-base: https://github.com/bacnet-stack
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
defaults:
remote: bacnet-stack
self:
path: bacnet
projects:
- name: bacnet-stack
path: bacnet/stack # Hidden by bacnet/.gitignore
revision: master
- name: zephyr
path: zephyr
revision: v3.7.1
remote: zephyrproject-rtos
west-commands: scripts/west-commands.yml
import:
name-allowlist:
- cmsis
- picolibc
- hal_atmel
- hal_nordic
- hal_stm32
- hal_microchip
- hal_nxp
- hal_espressif
- hal_rpi_pico
- segger
- mcuboot