Skip to content

Commit

Permalink
release-noes: Add release notes for 0.18.0-alpha1
Browse files Browse the repository at this point in the history
This commit adds the release notes for the Zephyr SDK 0.18.0-alpha1
release.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 30, 2024
1 parent 5f6896b commit a492a63
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a492a63

Please sign in to comment.