-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathwest-ci-reference.yml
More file actions
37 lines (34 loc) · 1.01 KB
/
west-ci-reference.yml
File metadata and controls
37 lines (34 loc) · 1.01 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
# (C) Copyright 2024, SECO Mind Srl
#
# SPDX-License-Identifier: Apache-2.0
manifest:
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
- name: edgehog-device-manager
url-base: https://github.com/edgehog-device-manager
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: v4.3.0
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
name-allowlist:
- cmsis_6
- hal_nxp
- hal_stm32
- mbedtls
- picolibc
- mcuboot
- name: astarte-device-sdk-zephyr
remote: astarte-platform
revision: master
import: true
- name: edgehog-astarte-interfaces
remote: edgehog-device-manager
revision: 98418bd3b8b354e8e0950d4d1d7366f908ecba08