-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwest.yml
48 lines (43 loc) · 1.36 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
# The west manifest file (west.yml) for the Croxel's KIOTE IoT Repository of nRF Connect SDK (NCS).
#
# The per-workspace west configuration file, ncs/.west/config,
# specifies the location of this manifest file like this:
#
# [manifest]
# path = kiote-iot
#
# See the west documentation for more information:
#
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/index.html
manifest:
# This west.yml requires west 0.9 or later, because the "submodules"
# feature used below was introduced then.
version: "0.10"
# "remotes" is a list of locations where git repositories are cloned
# and fetched from.
remotes:
# nRF Connect SDK GitHub organization.
- name: ncs
url-base: https://github.com/nrfconnect
- name: ubieda
url-base: https://github.com/ubieda
# If not otherwise specified, the projects below should be obtained
# from the ncs remote.
defaults:
remote: ncs
# "projects" is a list of git repositories which make up the NCS
# source code.
projects:
- name: zephyr
repo-path: zephyr
revision: ncs_v1.7.1_dps310_fix
remote: ubieda
- name: nrf
repo-path: sdk-nrf
revision: v1.7.1
path: nrf
import: true
# West-related configuration for the nrf repository.
self:
# This repository should be cloned to ncs/kiote-iot.
path: kiote-iot