File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Notes / Changes in various releases
2
2
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
+
3
24
## Zephyr SDK 0.15.2
4
25
5
26
- general:
You can’t perform that action at this time.
0 commit comments