Skip to content

Commit 20675b1

Browse files
committed
manifest: add allowlist filtering
Add allowlist filtering for faster initialization. May be able to improve by excluding other irrelevant Zephyr projects like lvgl, zscilib, etc. Signed-off-by: Helmut Lord <kellyhlord@gmail.com>
1 parent 4e6a1d3 commit 20675b1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

west.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,17 @@ manifest:
1414
remote: ncs
1515
repo-path: sdk-nrf
1616
revision: v3.2.2
17-
import: true
17+
import:
18+
name-allowlist:
19+
- cjson
20+
- cmsis_6
21+
- cmock
22+
- hal_nordic
23+
- mbedtls
24+
- mcuboot
25+
- memfault-firmware-sdk
26+
- nrfxlib
27+
- oberon-psa-crypto
28+
- segger
29+
- trusted-firmware-m
30+
- zephyr

0 commit comments

Comments
 (0)