-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
24 lines (21 loc) · 831 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
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0
manifest:
self:
west-commands: scripts/west-commands.yml
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: main
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
name-allowlist:
- hal_espressif # required by the Espressif port
- mcuboot # required if using MCUboot as bootloader
- mbedtls # required for crypto and Wi-Fi
- lvgl # required by the LVGL library
- tinycrypt # required by the TinyCrypt library