-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwest.yml
More file actions
74 lines (69 loc) · 2.19 KB
/
Copy pathwest.yml
File metadata and controls
74 lines (69 loc) · 2.19 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
manifest:
self:
path: .
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: rosterloh
url-base: https://github.com/rosterloh
- name: golioth
url-base: https://github.com/golioth
- name: eclipse-zenoh
url-base: https://github.com/eclipse-zenoh
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: main
west-commands: scripts/west-commands.yml
import:
path-prefix: deps
# Clone only the modules strictly needed by these applications.
name-allowlist:
- cmsis_6
- hal_atmel
- hal_espressif
- hal_infineon
- hal_nordic
- hal_rpi_pico
- hal_st
- hal_stm32
- libmetal
- lvgl
- mbedtls
- mcuboot
# esp-hosted-mcu (ESP32-P4-Nano's C6 radio) speaks a nanopb-generated
# protobuf RPC to the coprocessor; CONFIG_ESP_HOSTED_MCU selects it.
- nanopb
- open-amp
- segger
- tf-psa-crypto
- tfm-mcuboot
- trusted-firmware-m
- zcbor
- name: rosterloh-drivers
repo-path: zephyr-drivers
remote: rosterloh
revision: main
path: deps/modules/lib/rosterloh-drivers
# golioth and pouch are needed only by rasprover and bluetooth_proxy_device.
# Disabled until https://github.com/golioth/pouch adds full_name to its
# board.yml (required by the current Zephyr board schema).
# - name: golioth
# repo-path: golioth-firmware-sdk
# remote: golioth
# path: deps/modules/lib/golioth-firmware-sdk
# revision: main
# submodules: true
#
# - name: pouch
# path: deps/modules/lib/pouch
# revision: main
# url: https://github.com/golioth/pouch.git
# Pin to a release tag, not main: zenoh-pico must match the zenoh version
# of the router it talks to (zenohd + zenoh-plugin-ros2dds on the host).
# Bump this in lockstep with the host's zenohd, then re-run patch-zenoh.
- name: zenoh
repo-path: zenoh-pico
remote: eclipse-zenoh
revision: 1.10.1
path: deps/modules/lib/zenoh