From e3ed3aed84c8b03e1db5684fd673faada26da7ec Mon Sep 17 00:00:00 2001 From: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:01:28 +0200 Subject: [PATCH] Whitelist used modules for native_sim and b_u585i_iot02a Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com> --- west.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/west.yml b/west.yml index d21a693c..cee4e7bb 100644 --- a/west.yml +++ b/west.yml @@ -4,7 +4,16 @@ manifest: revision: staging url: https://github.com/project-ocre/zephyr west-commands: scripts/west-commands.yml - import: true + import: + name-allowlist: + - littlefs + - picolibc + - mcuboot + - zcbor + - hal_stm32 + - hal_st + - mbedtls + - cmsis_6 self: path: application