Skip to content

Commit ac1d1ab

Browse files
committed
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 <[email protected]>
1 parent 7f1a759 commit ac1d1ab

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Notes / Changes in various releases
22

3+
## Zephyr SDK 0.18.0
4+
5+
- general:
6+
7+
* Added Clang/LLVM 19.1.1 toolchain.
8+
* Introduced Clang/LLVM toolchain distribution bundle
9+
(`zephyr-sdk-VER_HOST_llvm`).
10+
* Renamed existing "full" GNU toolchain distribution bundle to
11+
`zephyr-sdk-VER_HOST_gnu`.
12+
* Windows executables now link against UCRT, which supports Unicode.
13+
14+
- cmake:
15+
16+
* Restructured toolchain CMake script to support GNU and LLVM toolchains.
17+
This requires Zephyr 4.1.0 or above (or the latest `collab-sdk-0.18-dev`).
18+
* Zephyr SDK GNU toolchain now declares `TOOLCHAIN_HAS_GLIBCXX`.
19+
* Zephyr SDK LLVM toolchain now declares `TOOLCHAIN_HAS_LIBCXX`.
20+
321
## Zephyr SDK 0.17.0
422

523
- general:

0 commit comments

Comments
 (0)