File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments