generated from IRNAS/irnas-projects-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
west.yml
97 lines (93 loc) · 2.62 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
manifest:
self:
# This repository should be cloned to
path: project
remotes:
- name: nrfconnect
url-base: https://github.com/nrfconnect
- name: irnas
url-base: https://github.com/irnas
projects:
# the NCS repository
- name: nrf
repo-path: sdk-nrf
remote: nrfconnect
# IMPORTANT: When changing NCS revision you need to change revision of
# Zephyr project below so it matches.
revision: v2.2.0
import:
name-allowlist:
# Ignore NCS private repos, keep this list sorted alphabetically.
# - ant
# - azure-sdk-for-c
# - cirrus
- cjson
# - cmock
# - find-my
# - homekit
# - matter
- mbedtls-nrf
- mcuboot
- memfault-firmware-sdk
# - nrf-802154
- nrfxlib
# - openthread
# - sdk-hostap
- tfm-mcuboot
- trusted-firmware-m
# Ignore zephyr repo as it is added below manually
# - zephyr
- name: zephyr
remote: nrfconnect
repo-path: sdk-zephyr
revision: v3.2.99-ncs1
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
# revision. Only the projects explicitly named in the
# following allowlist are imported.
#
# Note that the zephyr west extensions (like 'build', 'flash',
# 'debug', etc.) are automatically provided by this import, so
# there's no need to add a redundant west-commands: key for
# the zephyr project.
#
# Please keep this list sorted alphabetically.
name-allowlist:
# - TraceRecorderSource
# - canopennode
# - chre
- cmsis
# - edtt
# - fatfs
# - fff
- hal_nordic
- hal_st # Hal for ST's sensors, not for MCU's
# - hal_wurthelektronik
# - liblc3
# - libmetal
# - littlefs
# - loramac-node
# - lvgl
# - lz4
# - mbedtls
# - mipi-sys-t
# - nanopb
# - net-tools
- nrf_hw_models
# - open-amp
# - picolibc
# - psa-arch-tests
- segger
# - tinycbor
- tinycrypt
- tf-m-tests
# - uoscore-uedhoc
- zcbor
# - zscilib
# irnas drivers and modules
- name: irnas-versioninfo-lib
repo-path: irnas-versioninfo-lib
path: irnas/irnas-versioninfo-lib
remote: irnas
revision: v1.1.0