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 1
1
# Notes / Changes in various releases
2
2
3
- ## Zephyr SDK 0.16.0-beta1
3
+ ## Zephyr SDK 0.16.0-rc1
4
4
5
5
- general:
6
6
7
7
* Changed the distribution bundle archive format from ` tar.gz ` to ` tar.xz ` for
8
8
Linux and macOS and from ` zip ` to ` 7z ` for Windows in order to reduce the
9
9
download size.
10
+ * Added Microblaze little endian toolchain (` microblazeel-zephyr-elf ` ).
11
+ * Added Espressif ESP32-S3 toolchain (` xtensa-espressif_esp32s3_zephyr-elf ` ).
10
12
* Removed the unused ` xtensa-intel_bdw_adsp_zephyr-elf ` and
11
13
` xtensa-intel_byt_adsp_zephyr-elf ` toolchain.
12
14
15
+ - gdb:
16
+
17
+ * Fixed GDB shell key input issues on tmux.
18
+
13
19
- gcc:
14
20
21
+ * Updated to GCC 12.2 release.
15
22
* Added Picolibc and the libstdc++ compiled for it as part of the toolchain
16
23
in order to allow using the C++ standard library alongside the Picolibc.
24
+ * Fixed ARM MVE vcmpq vector-scalar internal compiler error (GCC PR107987).
17
25
18
26
- qemu:
19
27
20
28
* Added KVM (Kernel-based Virtual Machine) mode support for the AArch64 and
21
29
x86-64 targets. This allows running the KVM-enabled Zephyr boards such as
22
30
` qemu_kvm_arm64 ` .
23
31
32
+ - picolibc:
33
+
34
+ * Updated to Picolibc 1.8 release.
35
+
24
36
## Zephyr SDK 0.15.2
25
37
26
38
- general:
You can’t perform that action at this time.
0 commit comments