-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwest.yml
More file actions
28 lines (25 loc) · 1015 Bytes
/
west.yml
File metadata and controls
28 lines (25 loc) · 1015 Bytes
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
# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
manifest:
self:
west-commands: scripts/west-commands.yml
remotes:
- name: andre-stefanov
url-base: https://github.com/andre-stefanov
- name: jilaypandya
url-base: https://github.com/jilaypandya
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
projects:
- name: zephyr
remote: andre-stefanov
revision: feature/introduce-step-dir-functions
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
name-allowlist:
- cmsis_6 # required by the ARM port for Cortex-M
- hal_nordic # required by the custom_plank board (Nordic based)
- hal_espressif # required by the esp32_devkitc_procpu board (Espressif based)
- mbedtls # required for MCUboot RSA signature verification
- mcuboot # MCUboot bootloader module