-
Notifications
You must be signed in to change notification settings - Fork 0
/
west.yml
46 lines (43 loc) · 1.05 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
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copyright (c) 2023 CATIE
# SPDX-License-Identifier: Apache-2.0
manifest:
self:
path: 6tron-project
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: catie-6tron
url-base: https://github.com/catie-aq
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: v3.7.0
import:
name-blocklist:
- hal_altera
- hal_ambiq
- hal_atmel
- hal_espressif
- hal_ethos_u
- hal_gigadevice
- hal_infineon
- hal_intel
- hal_microchip
- hal_nuvoton
- hal_nxp
- hal_openisa
- hal_quicklogic
- hal_renesas
- hal_rpi_pico
- hal_silabs
- hal_st
- hal_telink
- hal_ti
- hal_wurthelektronik
- hal_xtensa
- name: 6tron_manifest
remote: catie-6tron
repo-path: zephyr_6tron-manifest
revision: v3.7.0+202408
path: 6tron/6tron_manifest
import: true