Skip to content

Commit c359f40

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

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

release-notes.md

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

3-
## Zephyr SDK 0.15.0-rc2
4-
5-
- binutils:
6-
* Fixed various ARC architecture issues.
7-
8-
- gcc:
9-
* Fixed incorrect ARC enter pattern instruction offset.
10-
11-
- qemu:
12-
* Updated ARC QEMU to 2022.08.04 release.
13-
14-
## Zephyr SDK 0.15.0-rc1
15-
16-
- gcc:
17-
* Fixed "undefined reference to `getentropy`" error when using
18-
`std::random_device`.
19-
20-
- newlib:
21-
* Disabled C99 format specifier support for the newlib "nano" variant in
22-
order to reduce its footprint. This feature will be kept disabled until
23-
the picolibc gains wider adoption.
24-
25-
## Zephyr SDK 0.15.0-beta2
3+
## Zephyr SDK 0.15.0
264

275
- general:
286
* Added ARCv3 support to the toolchains.
@@ -35,6 +13,7 @@
3513
* Added multi-libs for the RISC-V base instruction sets (rv32i, rv32e, rv64i)
3614
to increase the ISA extension configuration coverage.
3715
* Added multi-libs for the RISC-V bit manipulation (Bitmanip) extensions.
16+
* Fixed incorrect ARC enter pattern instruction offset.
3817

3918
- gdb:
4019
* Updated to GDB 12.1 release.
@@ -48,10 +27,14 @@
4827
* Added GDB build for ARC64 architecture.
4928

5029
- newlib:
30+
* Disabled C99 format specifier support for the newlib "nano" variant in
31+
order to reduce its footprint. This feature will be kept disabled until
32+
the picolibc gains wider adoption.
5133
* Added ARCv3 support.
5234

5335
- qemu:
5436
* Updated to QEMU 7.0 release.
37+
* Updated ARC QEMU to 2022.08.04 release.
5538

5639
- openocd:
5740
* Updated OpenOCD to the commit 480d4e17727864f75dc60e22cb1a42e022cb1db3 (the

0 commit comments

Comments
 (0)