-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwest-ci.yml
41 lines (38 loc) · 1.08 KB
/
west-ci.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
34
35
36
37
38
39
40
41
# (C) Copyright 2024, SECO Mind Srl
#
# 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: astarte-platform
url-base: https://github.com/astarte-platform
- name: secomind
url-base: https://github.com/secomind
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: v4.0.0
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
name-allowlist:
- cmsis
- hal_espressif
- hal_stm32
- hal_nxp
- mbedtls
- picolibc
- mcuboot
- name: astarte-device-sdk-zephyr
remote: astarte-platform
repo-path: astarte-device-sdk-zephyr.git
path: astarte-device-sdk-zephyr
revision: release-0.7
west-commands: scripts/west-commands.yml
- name: zlib-zephyr
remote: secomind
revision: release-v1.3.1
path: modules/zlib