Skip to content

Commit 6ac6325

Browse files
committed
release-notes: Add release notes for 0.16.0-rc1
This commit adds the release notes for the Zephyr SDK 0.16.0-rc1 release. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent b0d8636 commit 6ac6325

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

release-notes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,38 @@
11
# Notes / Changes in various releases
22

3-
## Zephyr SDK 0.16.0-beta1
3+
## Zephyr SDK 0.16.0-rc1
44

55
- general:
66

77
* Changed the distribution bundle archive format from `tar.gz` to `tar.xz` for
88
Linux and macOS and from `zip` to `7z` for Windows in order to reduce the
99
download size.
10+
* Added Microblaze little endian toolchain (`microblazeel-zephyr-elf`).
11+
* Added Espressif ESP32-S3 toolchain (`xtensa-espressif_esp32s3_zephyr-elf`).
1012
* Removed the unused `xtensa-intel_bdw_adsp_zephyr-elf` and
1113
`xtensa-intel_byt_adsp_zephyr-elf` toolchain.
1214

15+
- gdb:
16+
17+
* Fixed GDB shell key input issues on tmux.
18+
1319
- gcc:
1420

21+
* Updated to GCC 12.2 release.
1522
* Added Picolibc and the libstdc++ compiled for it as part of the toolchain
1623
in order to allow using the C++ standard library alongside the Picolibc.
24+
* Fixed ARM MVE vcmpq vector-scalar internal compiler error (GCC PR107987).
1725

1826
- qemu:
1927

2028
* Added KVM (Kernel-based Virtual Machine) mode support for the AArch64 and
2129
x86-64 targets. This allows running the KVM-enabled Zephyr boards such as
2230
`qemu_kvm_arm64`.
2331

32+
- picolibc:
33+
34+
* Updated to Picolibc 1.8 release.
35+
2436
## Zephyr SDK 0.15.2
2537

2638
- general:

0 commit comments

Comments
 (0)