Skip to content

Commit 4606c88

Browse files
committed
doc: update release notes
Add more notes and changes to doc. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 7dcd839 commit 4606c88

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

release-notes.md

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

3+
## Zephyr SDK 0.18.0-alpha4
4+
5+
- general:
6+
7+
* Added Clang/LLVM 19.1.1 toolchain with Arm and RISC-V architecture support.
8+
* Update to GCC 14.2
9+
* Picolibc is configured as the main and default C library.
10+
* Dropped support for newlib and newlib-nano
11+
* Dropped support NIOS II architecture
12+
* Introduced Clang/LLVM toolchain distribution bundle
13+
(`zephyr-sdk-VER_HOST_llvm`).
14+
* Renamed existing "full" GNU toolchain distribution bundle to
15+
`zephyr-sdk-VER_HOST_gnu`.
16+
* Windows executables now link against UCRT, which supports Unicode.
17+
18+
- cmake:
19+
20+
* Restructured toolchain CMake script to support GNU and LLVM toolchains.
21+
This requires Zephyr 4.2.0 or above (or the latest `collab-sdk-dev`).
22+
* Zephyr SDK GNU toolchain now declares `TOOLCHAIN_HAS_GLIBCXX`.
23+
* Zephyr SDK LLVM toolchain now declares `TOOLCHAIN_HAS_LIBCXX`.
24+
325
## Zephyr SDK 0.18.0-alpha2
426

527
- general:

0 commit comments

Comments
 (0)