Skip to content

Commit 57f3f74

Browse files
committed
release-notes: Add release notes for 0.16.0-beta1
This commit adds the release notes for the Zephyr SDK 0.16.0-beta1 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 80fa78a commit 57f3f74

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

release-notes.md

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

3+
## Zephyr SDK 0.16.0-beta1
4+
5+
- general:
6+
7+
* Changed the distribution bundle archive format from `tar.gz` to `tar.xz` for
8+
Linux and macOS and from `zip` to `7z` for Windows in order to reduce the
9+
download size.
10+
* Removed the unused `xtensa-intel_bdw_adsp_zephyr-elf` and
11+
`xtensa-intel_byt_adsp_zephyr-elf` toolchain.
12+
13+
- gcc:
14+
15+
* Added Picolibc and the libstdc++ compiled for it as part of the toolchain
16+
in order to allow using the C++ standard library alongside the Picolibc.
17+
18+
- qemu:
19+
20+
* Added KVM (Kernel-based Virtual Machine) mode support for the AArch64 and
21+
x86-64 targets. This allows running the KVM-enabled Zephyr boards such as
22+
`qemu_kvm_arm64`.
23+
324
## Zephyr SDK 0.15.2
425

526
- general:

0 commit comments

Comments
 (0)