From e90ec9d781a2e9557c96846f38f51f212565c1fd Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Wed, 30 Oct 2024 10:35:53 +0900 Subject: [PATCH 1/2] release-noes: Add release notes for 0.18.0-alpha1 This commit adds the release notes for the Zephyr SDK 0.18.0-alpha1 release. Signed-off-by: Stephanos Ioannidis --- release-notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/release-notes.md b/release-notes.md index d9ea3ce9..580f55a3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,23 @@ # Notes / Changes in various releases +## Zephyr SDK 0.18.0 + +- general: + + * Added Clang/LLVM 19.1.1 toolchain. + * Introduced Clang/LLVM toolchain distribution bundle + (`zephyr-sdk-VER_HOST_llvm`). + * Renamed existing "full" GNU toolchain distribution bundle to + `zephyr-sdk-VER_HOST_gnu`. + * Windows executables now link against UCRT, which supports Unicode. + +- cmake: + + * Restructured toolchain CMake script to support GNU and LLVM toolchains. + This requires Zephyr 4.1.0 or above (or the latest `collab-sdk-0.18-dev`). + * Zephyr SDK GNU toolchain now declares `TOOLCHAIN_HAS_GLIBCXX`. + * Zephyr SDK LLVM toolchain now declares `TOOLCHAIN_HAS_LIBCXX`. + ## Zephyr SDK 0.17.0 - general: From 9bb41d6473589d58f5ccc813830539158b6cadaa Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Wed, 30 Oct 2024 10:36:42 +0900 Subject: [PATCH 2/2] VERSION: Bump to 0.18.0-alpha1 This commit bumps the Zephyr SDK version to 0.18.0-alpha1. Signed-off-by: Stephanos Ioannidis --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c5523bd0..53bb0f3f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.0 +0.18.0-alpha1