forked from SiliconLabsSoftware/zephyr-silabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.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: 72fb0e677fb0ab09981c1217e38c4246ad4b5dcd
path: modules/hal/silabs
- name: zephyr
remote: zephyrproject-rtos
revision: 8469084dfae85f854555f0607f2c838dad097235
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