File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments