Skip to content

Commit 534a04b

Browse files
committed
release-notes: Add release notes for 0.16.9-rc1
This commit adds the release notes for the Zephyr SDK 0.16.9-rc1 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent fc0f246 commit 534a04b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

release-notes.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Notes / Changes in various releases
22

3+
## Zephyr SDK 0.16.9-rc1
4+
5+
- general:
6+
7+
* Linux Zephyr SDK binaries now link against glibc 2.28 and require a host
8+
operating system with glibc 2.28 or above (RHEL 8+, Debian 10+, Ubuntu
9+
20.04+).
10+
* Added Intel ACE30 PTL toolchain (`xtensa-intel_ace30_ptl_zephyr-elf`).
11+
12+
- gdb:
13+
14+
* Python scripting-enabled GDB (`gdb-py`) now links against Python 3.10, which
15+
is the minimum Python version supported by Zephyr.
16+
17+
- gcc:
18+
19+
* Fixed incorrect C library header usage when compiling libstdc++ for
20+
newlib-nano and picolibc in non-Linux toolchains. This fixes the "undefined
21+
reference to `_impure_ptr`" errors when building Zephyr C++ applications
22+
with macOS and Windows toolchains.
23+
* Fixed insufficient argument checking in Secure state entry functions in
24+
software using Cortex-M Security Extensions (CMSE). For more details, refer
25+
to the CVE-2024-0151.
26+
27+
- picolibc:
28+
29+
* Updated to Picolibc 1.8.7 release.
30+
331
## Zephyr SDK 0.16.7/0.16.8
432

533
- gcc:

0 commit comments

Comments
 (0)