Skip to content

Commit 3d2db7e

Browse files
hlord2000trantanen
authored andcommitted
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 b9e2ac2 commit 3d2db7e

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

west.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,18 @@ manifest:
1414
remote: ncs
1515
repo-path: sdk-nrf
1616
revision: v3.2.4
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+
- zcbor
31+
- zephyr

0 commit comments

Comments
 (0)