From ac1d1ab0bc331cd2cd3b8f156fea2772b5fefd36 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Wed, 30 Oct 2024 10:35:53 +0900 Subject: [PATCH] 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: