-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwest.yml
More file actions
executable file
·36 lines (36 loc) · 1.01 KB
/
west.yml
File metadata and controls
executable file
·36 lines (36 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
manifest:
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: Neargye
url-base: https://github.com/Neargye
- name: TartanLlama
url-base: https://github.com/TartanLlama
- name: embedded-template-library
url-base: https://github.com/ETLCPP
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: v4.1.0
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed
name-allowlist:
- cmsis # required by the ARM port
- hal_nordic # required for Nordic
- littlefs # required for file system
- zephyr-lang-rust
- name: magic_enum
remote: Neargye
revision: v0.9.5
- name: expected
remote: TartanLlama
revision: v1.1.0
- name: optional
remote: TartanLlama
revision: v1.1.0
- name: etl
remote: embedded-template-library
revision: 20.38.10
self:
path: notus