Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[topic-clang] VERSION: Bump to 0.18.0-alpha1 #832

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
0.18.0-alpha1
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
Loading