toolchain: require Zephyr SDK 0.9.3
SDK 0.9.3 has been out for a while, to avoid inconsistency and false positive when filing bugs, require the latest version. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ae5105c08b
commit
6f29dac25a
@ -15,7 +15,7 @@ if(NOT ZEPHYR_SDK_INSTALL_DIR)
|
||||
return()
|
||||
endif()
|
||||
|
||||
set(REQUIRED_SDK_VER 0.9.2)
|
||||
set(REQUIRED_SDK_VER 0.9.3)
|
||||
set(TOOLCHAIN_VENDOR zephyr)
|
||||
set(TOOLCHAIN_ARCH x86_64)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user