-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwest.yml
More file actions
33 lines (29 loc) · 784 Bytes
/
west.yml
File metadata and controls
33 lines (29 loc) · 784 Bytes
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
# Copyright (c) 2024-2026 O.S. Systems Software LTDA.
# Copyright (c) 2024-2026 Freedom Veiculos Eletricos
# SPDX-License-Identifier: Apache-2.0
manifest:
defaults:
remote: ossystems
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: ossystems
url-base: git@github.com:OSSystems
- name: rodrigopex
url-base: https://github.com/rodrigopex
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: main
import:
path-prefix: deps
path-allowlist:
- modules/hal/cmsis_6
- modules/hal/stm32
- name: lua_zephyr
remote: rodrigopex
revision: main
path: deps/modules/lib/lua_zephyr
submodules: true
self:
import: