forked from zephyrproject-rtos/ArduinoCore-zephyr
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathwest.yml
More file actions
49 lines (43 loc) · 1.3 KB
/
west.yml
File metadata and controls
49 lines (43 loc) · 1.3 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
38
39
40
41
42
43
44
45
46
47
48
49
# Copyright (c) 2022 Dhruva Gole <goledhruva@gmail.com>
# 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/arduino
- name: facchinm
url-base: https://github.com/facchinm
- name: pillo79
url-base: https://github.com/pillo79
projects:
- name: zephyr
remote: arduino
revision: zephyr-arduino-v4.2.0
import:
name-allowlist:
- cmsis
- cmsis_6
- littlefs
- tinycrypt
- mbedtls
- segger
- thrift
- mcuboot
- nanopb
- lvgl
- fatfs
path-allowlist:
- modules/hal/*
# The actual list of enabled HALs is set by extra/bootstrap.sh via
# the 'manifest.project-filter' config. Enable all Zephyr HALs with:
#
# west config -d manifest.project-filter
- name: ArduinoCore-API
path: modules/lib/ArduinoCore-API
revision: master
url: https://github.com/arduino/ArduinoCore-API