Skip to content

Commit d6eaf5f

Browse files
committed
cmake: Bump min SDK version to 0.10.0
We need the 0.10.0 release for new support for the ARM-v8m SoCs and RISC-V. Signed-off-by: Kumar Gala <[email protected]>
1 parent c666282 commit d6eaf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/toolchain/zephyr/host-tools.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(NOT ZEPHYR_SDK_INSTALL_DIR)
1515
return()
1616
endif()
1717

18-
set(REQUIRED_SDK_VER 0.9.5)
18+
set(REQUIRED_SDK_VER 0.10.0)
1919
set(TOOLCHAIN_VENDOR zephyr)
2020
set(TOOLCHAIN_ARCH x86_64)
2121

0 commit comments

Comments
 (0)