-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathwest.yml
42 lines (41 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
manifest:
remotes:
- name: worldcoin
url-base: [email protected]:worldcoin
- name: memfault
url-base: https://github.com/memfault
defaults:
remote: worldcoin
projects:
- name: zephyr
revision: b69d1cedf617848332718a2f72384d9b2b077d5e
import:
name-allowlist:
- cmsis
- hal_stm32
- mcuboot
- segger
- nanopb
- hal_st
- zcbor
- name: memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
remote: memfault
revision: 1.19.0
- name: orb-messages
revision: 3dffed6e01fa4aaca347eca52be87bfc298508eb
path: modules/orb-messages/public
- name: priv-orb-messages
revision: 210f26f6ef7432a62145c62ae647d86903b2f2a5
path: modules/orb-messages
groups: [internal]
- name: plug-and-trust
revision: beb0db6da441f8fd5becfab6c216c8d51aac8dbf
path: modules/plug-and-trust
groups: [internal]
self:
path: orb
# by default, only public projects are built
# if access is granted, enable internal projects
# with `west config manifest.group-filter +internal`
group-filter: [-internal]