File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Notes / Changes in various releases
2
2
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
+
3
21
## Zephyr SDK 0.17.0
4
22
5
23
- general:
You can’t perform that action at this time.
0 commit comments