Skip to content

Commit 6e55a2b

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 055cb08 commit 6e55a2b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

west.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@ manifest:
1515
remote: ncs
1616
repo-path: sdk-nrf
1717
revision: 6f12beea656373fd7b7db76db76ecd7c7b9d5811
18-
import: true
18+
import:
19+
name-allowlist:
20+
- zephyr
21+
- mcuboot
22+
- mbedtls
23+
- nrfxlib
24+
- trusted-firmware-m
25+
- cjson
26+
- memfault-firmware-sdk

0 commit comments

Comments
 (0)