We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f76f0 commit 09211d4Copy full SHA for 09211d4
release-notes.md
@@ -1,5 +1,19 @@
1
# Notes / Changes in various releases
2
3
+## Zephyr SDK 0.15.1-rc1
4
+
5
+- general:
6
+ * Updated the Zephyr SDK CMake package to declare Thread Local Storage (TLS)
7
+ support.
8
9
+- gcc:
10
+ * Changed RV64I multi-libs to use the `medany` code model.
11
+ * Changed the default RISC-V library to build with Zicsr and Zifencei
12
+ extensions.
13
+ * Added RISC-V `rv32ifac` multi-lib.
14
+ * Added ARC `hs4x_rel31` CPU variant support.
15
+ * Disabled GOT indirection usage for weak symbol references on AArch64.
16
17
## Zephyr SDK 0.15.0
18
19
- general:
0 commit comments