generated from golioth/reference-design-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwest.yml
More file actions
70 lines (61 loc) · 2.01 KB
/
west.yml
File metadata and controls
70 lines (61 loc) · 2.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Copyright (c) 2022-2023 Golioth, Inc.
# SPDX-License-Identifier: Apache-2.0
manifest:
version: 1.0
projects:
- name: golioth
path: modules/lib/golioth-firmware-sdk
revision: v0.21.0
url: https://github.com/golioth/golioth-firmware-sdk.git
west-commands: scripts/west-commands.yml
submodules: true
import:
file: west-ncs.yml
path-prefix: deps
name-allowlist:
- nrf
- zephyr
- cmsis_6
- hal_nordic
- mbedtls
- mbedtls-nrf
- mcuboot
- net-tools
- nrfxlib
- oberon-psa-crypto
- qcbor
- segger
- tfm-mcuboot
- tinycrypt
- trusted-firmware-m
- zcbor
- name: golioth-zephyr-boards
path: deps/modules/lib/golioth-boards
revision: v2.1.1
url: https://github.com/golioth/golioth-zephyr-boards
- name: libostentus
path: deps/modules/lib/libostentus
revision: v2.0.0
url: https://github.com/golioth/libostentus
- name: zephyr-network-info
path: deps/modules/lib/network-info
revision: v1.2.0
url: https://github.com/golioth/zephyr-network-info
- name: golioth-battery-monitor
path: deps/modules/lib/battery-monitor
revision: v1.1.0
url: https://github.com/golioth/battery-monitor
- name: sensirion-embedded-common
path: app/external/sensirion/embedded-common
revision: 08c9924e33b69b650fa36eed6cbdd29479d25ab6
url: https://github.com/golioth/sensirion-embedded-common.git
- name: sensirion-embedded-i2c-scd4x
path: app/external/sensirion/embedded-i2c-scd4x
revision: fbfd86e8ea371894ae6473c48cf4f425c54360f0
url: https://github.com/golioth/sensirion-embedded-i2c-scd4x.git
- name: sensirion-embedded-sps
path: app/external/sensirion/embedded-sps
revision: ef781982b917249ebdafd30673b281b7c3f0764a
url: https://github.com/golioth/sensirion-embedded-sps.git
self:
path: app