forked from SiliconLabsSoftware/zephyr-silabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwest.yml
26 lines (24 loc) · 878 Bytes
/
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
# Copyright 2024 Silicon Laboratories Inc.
# SPDX-License-Identifier: Apache-2.0
manifest:
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: silabs
url-base: https://github.com/siliconlabssoftware
projects:
- name: hal_silabs
remote: silabs
revision: f0c624e9fdfa1d004b06a73054b5b4ebeda3774a
path: modules/hal/silabs
- name: zephyr
remote: zephyrproject-rtos
revision: 222f8d87b546c5e91ce132449b4fd41d55ed7207
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
name-allowlist:
- cmsis # required by the ARM port
- hal_silabs # required by Silabs boards
- mbedtls # required e.g. by Bluetooth
- tinycrypt # required e.g. by Bluetooth