forked from arduino/ArduinoCore-zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwest.yml
47 lines (43 loc) · 1.16 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
47
# Copyright (c) 2022 Dhruva Gole <[email protected]>
# SPDX-License-Identifier: Apache-2.0
# NOTE: This is created to be used for CI/CD workflow. So use it only
# if you are in the zephyrproject directory or else things may break.
manifest:
self:
path: modules/lib/ArduinoCore-zephyr
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: arduino
url-base: https://github.com/facchinm
projects:
- name: zephyr
remote: arduino
revision: arduino_core_merge
import:
name-allowlist:
- cmsis
- hal_nordic
- hal_ti
- hal_ambiq
- hal_espressif
- hal_infineon
- hal_intel
- hal_nxp
- hal_stm32
- hal_xtensa
- hal_nordic
- hal_renesas
- hal_adi
- hal_atmel
- hal_rpi_pico
- hal_silabs
- littlefs
- tinycrypt
- mbedtls
- segger
- thrift
- name: ArduinoCore-API
path: modules/lib/ArduinoCore-API
revision: master
url: https://github.com/arduino/ArduinoCore-API