File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-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.15.0-beta1
4
+
5
+ - general:
6
+ * Added ARCv3 support to the toolchains.
7
+
8
+ - binutils:
9
+ * Updated to Binutils 2.38 release.
10
+
11
+ - gcc:
12
+ * Updated to GCC 12.1 release.
13
+ * Added multi-libs for the RISC-V base instruction sets (rv32i, rv32e, rv64i)
14
+ to increase the ISA extension configuration coverage.
15
+ * Added multi-libs for the RISC-V bit manipulation (Bitmanip) extensions.
16
+
17
+ - gdb:
18
+ * Updated to GDB 12.1 release.
19
+ * Added separate GDB executable, gdb-py, supporting Python scripting and made
20
+ the default GDB executable, gdb, build without Python scripting support
21
+ such that it does not depend on a specific version of libpython.
22
+ * Removed Python incapable GDB executable, gdb-no-py, which is no longer
23
+ needed because it is equivalent to the default GDB executable.
24
+ * Disabled unneeded "mini debuginfo" support for the macOS GDB in order to
25
+ remove liblzma dependency.
26
+ * Added GDB build for ARC64 architecture.
27
+
28
+ - newlib:
29
+ * Added ARCv3 support.
30
+
31
+ - qemu:
32
+ * Updated to QEMU 7.0 release.
33
+
34
+ - openocd:
35
+ * Updated OpenOCD to the commit 480d4e17727864f75dc60e22cb1a42e022cb1db3 (the
36
+ latest version as of 11 June 2022).
37
+
3
38
## Zephyr SDK 0.14.2
4
39
5
40
- general:
You can’t perform that action at this time.
0 commit comments