-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwest.yml
41 lines (36 loc) · 886 Bytes
/
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
# Copyright (c) 2023 Golioth, Inc.
# SPDX-License-Identifier: Apache-2.0
manifest:
version: 0.8
remotes:
- name: memfault
url-base: https://github.com/memfault
projects:
- name: golioth
path: modules/lib/golioth-firmware-sdk
revision: v0.14.0
url: https://github.com/golioth/golioth-firmware-sdk
submodules: true
import:
file: west-zephyr.yml
path-prefix: deps
name-allowlist:
- zephyr
- cmsis
- hal_espressif
- hal_nordic
- hal_nxp
- mbedtls
- mcuboot
- net-tools
- segger
- tfm-mcuboot
- tinycrypt
- trusted-firmware-m
- zcbor
- name: memfault-firmware-sdk
path: deps/modules/lib/memfault-firmware-sdk
revision: 1.9.4
remote: memfault
self:
path: app