File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-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.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
+
3
31
## Zephyr SDK 0.16.7/0.16.8
4
32
5
33
- gcc:
You can’t perform that action at this time.
0 commit comments