Skip to content

Commit b3e5208

Browse files
authored
Whitelist used modules for native_sim and b_u585i_iot02a (#88)
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
1 parent 4073008 commit b3e5208

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

west.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ manifest:
44
revision: staging
55
url: https://github.com/project-ocre/zephyr
66
west-commands: scripts/west-commands.yml
7-
import: true
7+
import:
8+
name-allowlist:
9+
- littlefs
10+
- picolibc
11+
- mcuboot
12+
- zcbor
13+
- hal_stm32
14+
- hal_st
15+
- mbedtls
16+
- cmsis_6
817

918
self:
1019
path: application

0 commit comments

Comments
 (0)