Skip to content

Commit 9274ed4

Browse files
committed
release-notes: Add release notes for 0.15.0-beta1
This commit adds the release notes for the Zephyr SDK 0.15.0-beta1 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent fa59c26 commit 9274ed4

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

release-notes.md

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

3+
## Zephyr SDK 0.15.0-beta1
4+
5+
- general:
6+
* Added ARCv3 support to the toolchains.
7+
8+
- binutils:
9+
* Updated to Binutils 2.38 release.
10+
11+
- gcc:
12+
* Updated to GCC 12.1 release.
13+
* Added multi-libs for the RISC-V base instruction sets (rv32i, rv32e, rv64i)
14+
to increase the ISA extension configuration coverage.
15+
* Added multi-libs for the RISC-V bit manipulation (Bitmanip) extensions.
16+
17+
- gdb:
18+
* Updated to GDB 12.1 release.
19+
* Added separate GDB executable, gdb-py, supporting Python scripting and made
20+
the default GDB executable, gdb, build without Python scripting support
21+
such that it does not depend on a specific version of libpython.
22+
* Removed Python incapable GDB executable, gdb-no-py, which is no longer
23+
needed because it is equivalent to the default GDB executable.
24+
* Disabled unneeded "mini debuginfo" support for the macOS GDB in order to
25+
remove liblzma dependency.
26+
* Added GDB build for ARC64 architecture.
27+
28+
- newlib:
29+
* Added ARCv3 support.
30+
31+
- qemu:
32+
* Updated to QEMU 7.0 release.
33+
34+
- openocd:
35+
* Updated OpenOCD to the commit 480d4e17727864f75dc60e22cb1a42e022cb1db3 (the
36+
latest version as of 11 June 2022).
37+
338
## Zephyr SDK 0.14.2
439

540
- general:

0 commit comments

Comments
 (0)