generated from IRNAS/irnas-projects-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
west.yml
134 lines (131 loc) · 3.86 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
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.8.0
import:
name-allowlist:
# Ignore NCS private repos, keep this list sorted alphabetically.
# - ant
# - azure-sdk-for-c
# - bme68x
# - bsec
# - bsim
# - cirrus
# - cjson
- cmock
# - coremark
# - doc-internal
# - dragoon
# - find-my
# - hostap
# - matter
- mbedtls # Required for nRF9160 and nRF7002 projects, can be disabled for others.
- mcuboot
# - memfault-firmware-sdk
# - nrf-802154
- nrfxlib
- oberon-psa-crypto
# - openthread
- psa-arch-tests
- qcbor
# - sidewalk
# - soc-hwmv1
# - suit-generator
# - suit-processor
- trusted-firmware-m
# - wfa-qt-control-app
# Ignore zephyr repo as it is added below manually
# - zephyr
- name: zephyr
remote: nrfconnect
repo-path: sdk-zephyr
revision: v3.7.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:
# - acpica
# - babblesim_base
# - babblesim_ext_2G4_channel_NtNcable
# - babblesim_ext_2G4_channel_multiatt
# - babblesim_ext_2G4_device_WLAN_actmod
# - babblesim_ext_2G4_device_burst_interferer
# - babblesim_ext_2G4_device_playback
# - babblesim_ext_2G4_libPhyComv1
# - babblesim_ext_2G4_modem_BLE_simple
# - babblesim_ext_2G4_modem_magic
# - babblesim_ext_2G4_phy_v1
# - babblesim_ext_libCryptov1
# - bsim
- cmsis
# - cmsis-dsp
# - cmsis-nn
# - edtt
- fatfs
# - hal_adi
# - hal_altera
# - hal_ambiq
# - hal_atmel
# - hal_espressif
# - hal_ethos_u
# - hal_gigadevice
# - hal_infineon
# - hal_intel
# - hal_microchip
- hal_nordic
# - hal_nuvoton
# - hal_nxp
# - hal_openisa
# - hal_quicklogic
# - hal_renesas
# - hal_rpi_pico
# - hal_silabs
- hal_st # Hal for ST's sensors, not for MCU's
# - hal_stm32
# - hal_telink
# - hal_ti
# - hal_wurthelektronik
# - hal_xtensa
- hostap
# - liblc3
# - libmetal
# - littlefs
# - loramac-node
# - lvgl
# - mbedtls
# - mcuboot # Do not use this one, Nordic has it's own fork.
# - mipi-sys-t
# - net-tools
- nrf_hw_models
# - open-amp
# - openthread
# - percepio
- picolibc
- segger
- tinycrypt
# - trusted-firmware-m
# - trusted-firmware-a
# - uoscore-uedhoc
- zcbor