-
Notifications
You must be signed in to change notification settings - Fork 7
/
west.yml
41 lines (40 loc) · 1.14 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
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
- name: memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
remote: memfault
revision: 1.17.0
- name: orb-messages
revision: 44de6d08fb329da43db9276866d51effc6595fcf
path: modules/orb-messages/public
- name: priv-orb-messages
revision: 24b1543547649818bc236ecb9a1ed5794b7f57d0
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]