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:
Anas Nashif 2018-07-04 15:58:08 -05:00
commit 6f29dac25a

View file

@ -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)