-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
33 lines (29 loc) · 1.13 KB
/
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
30
31
32
33
# Copyright (c) 2021 Nordic Semiconductor ASA
# 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
- name: sparse
url-base: https://github.com/Sparse-Technology/mongoose-module
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:
- cmsis # required by the ARM port
- hal_stm32 # required by the stm32h747i_disco board (STM32 based)
- hal_espressif # required by the esp32_devkitc board (xtensa based)
- mbedtls # required by the network libraries
- fatfs # required by the filesystem
- name: mongoose
remote: sparse # referred from remotes can change other forks or main
submodules: true # cesanta mongoose add as submodule
revision: master # can select different branch
repo-path: .
path: modules/lib/mongoose