add -DRTOS=zephyr to ci west build

This commit is contained in:
hathach
2025-01-24 15:15:31 +07:00
parent b53801a8ac
commit 13856af935
8 changed files with 513 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ endif()
if (RTOS STREQUAL zephyr)
set(BOARD_ROOT ${TOP}/hw/bsp/${FAMILY})
cmake_print_variables(BOARD_ROOT BOARD)
find_package(Zephyr REQUIRED HINTS ${TOP}/zephyr)
endif ()