Skip to content

Commit 060c190

Browse files
committed
west.yml: specify allowlist
Signed-off-by: Dhruva Gole <[email protected]>
1 parent c1bcfbe commit 060c190

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

west.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ manifest:
1616
- name: zephyr
1717
remote: zephyrproject-rtos
1818
revision: main
19-
import: true
19+
import:
20+
name-allowlist:
21+
- cmsis # required by the ARM port
22+
- hal_nordic # required by the custom_plank board (Nordic based)
23+
- hal_ti

0 commit comments

Comments
 (0)