Skip to content

Commit 45b196f

Browse files
committed
release-notes: Add release notes for 0.16.1-beta1
This commit adds the release notes for the Zephyr SDK 0.16.1-beta1 release. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent aa6c690 commit 45b196f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

release-notes.md

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

3+
## Zephyr SDK 0.16.1-beta1
4+
5+
- general:
6+
7+
* Added Intel ACE15 MTPM toolchain (`xtensa-intel_ace15_mtpm_zephyr-elf`).
8+
9+
- cmake:
10+
11+
* Fixed the Zephyr SDK CMake package registration failure when the setup
12+
script is run by a non-root user and the SDK is located in a directory
13+
that is not writable by the user.
14+
15+
- newlib:
16+
17+
* Enabled newlib-nano for all targets except Xtensa. Note that newlib-nano is
18+
disabled for the Xtensa targets because of a `memset` bug causing crashes
19+
(refer to the [GitHub issue #660]).
20+
21+
- picolibc:
22+
23+
* Updated to Picolibc 1.8.1 release.
24+
25+
[GitHub issue #660]: https://github.com/zephyrproject-rtos/sdk-ng/issues/660
26+
327
## Zephyr SDK 0.16.0
428

529
- general:

0 commit comments

Comments
 (0)