forked from SiliconLabsSoftware/zephyr-silabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwest.yml
More file actions
61 lines (58 loc) · 2.03 KB
/
Copy pathwest.yml
File metadata and controls
61 lines (58 loc) · 2.03 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
# Copyright 2024 Silicon Laboratories Inc.
# SPDX-License-Identifier: Apache-2.0
# West manifest file for Simplicity SDK for Zephyr.
#
# The west workspace configuration file, .west/config, sets the
# path to the project containing this file in the [manifest] section's
# "path" variable.
#
# You are free to create your own manifest files and put them in any
# repository you want, to create your own custom workspaces.
# For example, you could create a manifest file in your own application
# directory, which would pull this repository in as an ordinary project.
#
# You can pass your manifest repository to west init when creating a
# new workspace. See the west documentation for more information.
manifest:
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: silabs
url-base: https://github.com/siliconlabssoftware
projects:
- name: zephyr
remote: silabs
revision: e71be929a2973ab4be23e43b4792ff2a89ac74f8
import:
# Simplicity SDK for Zephyr imports the Zephyr main tree at the
# revision given above. Only the modules named below are imported.
# If a module is overridden it is not listed here, and instead
# added separately at the top level.
name-allowlist:
- cmsis-dsp
- cmsis-nn
- cmsis_6
- fatfs
- littlefs
- lvgl
- picolibc
- segger
- zcbor
- name: hal_silabs
remote: silabs
revision: 6bde23d62ffd16347d1696ba15db92b070907828
path: modules/hal/silabs
- name: mbedtls
remote: silabs
repo-path: zephyr-mbedtls
revision: bb997b915d08a8a1ae45966df44a5ae32f308793
path: modules/crypto/mbedtls
- name: mcuboot
remote: silabs
repo-path: zephyr-mcuboot
revision: 30a3475547e6c557d019943ef652af2e249d7883
path: bootloader/mcuboot
- name: zephyr-hal-silabs-extra
remote: silabs
revision: 04ea2a26baf2d0a768ce5c8970a754bbdd71e9b1
path: modules/hal/silabs_extra