-
Notifications
You must be signed in to change notification settings - Fork 0
/
west-ncs.yml
41 lines (36 loc) · 910 Bytes
/
west-ncs.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
# 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.14.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
- qcbor
- segger
- tfm-mcuboot
- tinycrypt
- trusted-firmware-m
- zcbor
- name: arducam-mega
path: deps/modules/lib/arducam-mega
revision: v2.0.9
url: https://github.com/ArduCAM/Arducam_Mega
self:
path: app