forked from SiliconLabsSoftware/zephyr-silabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwest.yml
29 lines (27 loc) · 966 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
27
28
29
# 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: 126dbdb7dd4b24b6ce0303f8d6372cc8d5b08e24
path: modules/hal/silabs
- name: zephyr-mbedtls
remote: silabs
revision: 6024c415bf050c09e3990bddb6d53d3b4990a2b1
path: modules/crypto/mbedtls
- name: zephyr
remote: zephyrproject-rtos
revision: a36c91b4cc49b9b54030121004a1565d6fc69475
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
- tinycrypt # required e.g. by Bluetooth