|
1 | 1 | # Notes / Changes in various releases
|
2 | 2 |
|
3 |
| -## Zephyr SDK 0.15.0-rc2 |
4 |
| - |
5 |
| -- binutils: |
6 |
| - * Fixed various ARC architecture issues. |
7 |
| - |
8 |
| -- gcc: |
9 |
| - * Fixed incorrect ARC enter pattern instruction offset. |
10 |
| - |
11 |
| -- qemu: |
12 |
| - * Updated ARC QEMU to 2022.08.04 release. |
13 |
| - |
14 |
| -## Zephyr SDK 0.15.0-rc1 |
15 |
| - |
16 |
| -- gcc: |
17 |
| - * Fixed "undefined reference to `getentropy`" error when using |
18 |
| - `std::random_device`. |
19 |
| - |
20 |
| -- newlib: |
21 |
| - * Disabled C99 format specifier support for the newlib "nano" variant in |
22 |
| - order to reduce its footprint. This feature will be kept disabled until |
23 |
| - the picolibc gains wider adoption. |
24 |
| - |
25 |
| -## Zephyr SDK 0.15.0-beta2 |
| 3 | +## Zephyr SDK 0.15.0 |
26 | 4 |
|
27 | 5 | - general:
|
28 | 6 | * Added ARCv3 support to the toolchains.
|
|
35 | 13 | * Added multi-libs for the RISC-V base instruction sets (rv32i, rv32e, rv64i)
|
36 | 14 | to increase the ISA extension configuration coverage.
|
37 | 15 | * Added multi-libs for the RISC-V bit manipulation (Bitmanip) extensions.
|
| 16 | + * Fixed incorrect ARC enter pattern instruction offset. |
38 | 17 |
|
39 | 18 | - gdb:
|
40 | 19 | * Updated to GDB 12.1 release.
|
|
48 | 27 | * Added GDB build for ARC64 architecture.
|
49 | 28 |
|
50 | 29 | - newlib:
|
| 30 | + * Disabled C99 format specifier support for the newlib "nano" variant in |
| 31 | + order to reduce its footprint. This feature will be kept disabled until |
| 32 | + the picolibc gains wider adoption. |
51 | 33 | * Added ARCv3 support.
|
52 | 34 |
|
53 | 35 | - qemu:
|
54 | 36 | * Updated to QEMU 7.0 release.
|
| 37 | + * Updated ARC QEMU to 2022.08.04 release. |
55 | 38 |
|
56 | 39 | - openocd:
|
57 | 40 | * Updated OpenOCD to the commit 480d4e17727864f75dc60e22cb1a42e022cb1db3 (the
|
|
0 commit comments