Skip to content

Commit 9b90ca4

Browse files
committed
release-notes: Add release notes for 0.16.1-rc1
This commit adds the release notes for the Zephyr SDK 0.16.1-rc1 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 2c4f456 commit 9b90ca4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

release-notes.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
# Notes / Changes in various releases
22

3-
## Zephyr SDK 0.16.1-beta1
3+
## Zephyr SDK 0.16.1-rc1
44

55
- general:
66

77
* Added Intel ACE15 MTPM toolchain (`xtensa-intel_ace15_mtpm_zephyr-elf`).
8+
* Added Intel TGL ADSP toolchain (`xtensa-intel_tgl_adsp_zephyr-elf`).
9+
* Removed Intel APL ADSP toolchain (`xtensa-intel_apl_adsp_zephyr-elf`).
10+
* Removed Intel S1000 toolchain (`xtensa-intel_s1000_zephyr-elf`).
811

912
- cmake:
1013

1114
* Fixed the Zephyr SDK CMake package registration failure when the setup
1215
script is run by a non-root user and the SDK is located in a directory
1316
that is not writable by the user.
1417

18+
- binutils:
19+
20+
* Fixed ARM MVE `VCVTNE` instruction misinterpretation bug.
21+
22+
- openocd:
23+
24+
* Disabled ARC_SEC core debugging support to work around the GDB connection
25+
timeout issue (refer to the [GitHub issue #631]).
26+
1527
- newlib:
1628

1729
* Enabled newlib-nano for all targets except Xtensa. Note that newlib-nano is
@@ -22,6 +34,7 @@
2234

2335
* Updated to Picolibc 1.8.1 release.
2436

37+
[GitHub issue #631]: https://github.com/zephyrproject-rtos/sdk-ng/issues/631
2538
[GitHub issue #660]: https://github.com/zephyrproject-rtos/sdk-ng/issues/660
2639

2740
## Zephyr SDK 0.16.0

0 commit comments

Comments
 (0)