We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda61d2 commit 373a42bCopy full SHA for 373a42b
cmake/toolchain/zephyr/host-tools.cmake
@@ -37,7 +37,7 @@ if(${REQUIRED_SDK_VER} VERSION_GREATER ${SDK_VERSION})
37
You need at least SDK version ${REQUIRED_SDK_VER}.
38
You have version ${SDK_VERSION} (${ZEPHYR_SDK_INSTALL_DIR}).
39
The new version of the SDK can be downloaded from:
40
-https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/download/${REQUIRED_SDK_VER}/zephyr-sdk-${REQUIRED_SDK_VER}-setup.run
+https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${REQUIRED_SDK_VER}/zephyr-sdk-${REQUIRED_SDK_VER}-setup.run
41
")
42
endif()
43
0 commit comments