-
Notifications
You must be signed in to change notification settings - Fork 5
/
west.yml
51 lines (45 loc) · 1.22 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
43
44
45
46
47
48
49
50
51
# Copyright (c) 2022-2023 Golioth, Inc.
# SPDX-License-Identifier: Apache-2.0
manifest:
version: 0.8
projects:
- name: golioth
path: modules/lib/golioth-firmware-sdk
revision: v0.15.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
- 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.0.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
self:
path: app