From a670ba9229addf16c2874df706c7295962d30021 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 14 Nov 2023 14:44:00 +0900 Subject: [PATCH 1/2] release-notes: Add release notes for 0.16.4-rc1 This commit adds the release notes for the Zephyr SDK 0.16.4-rc1 release. Signed-off-by: Stephanos Ioannidis --- release-notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/release-notes.md b/release-notes.md index 2747e7b8..3d672c46 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,16 @@ # Notes / Changes in various releases +## Zephyr SDK 0.16.4-rc1 + +- general: + + * Added NXP ADSP 8ULP toolchain (`xtensa-nxp_imx8ulp_adsp_zephyr-elf`). + +- picolibc: + + * Updated to Picolibc 1.8.5 release. + * Disabled `assert_verbose` option to reduce binary size. + ## Zephyr SDK 0.16.3 - general: From 7743167002204c94e8dd2982ffc832e1f76513da Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 14 Nov 2023 14:45:12 +0900 Subject: [PATCH 2/2] VERSION: Bump to 0.16.4-rc1 This commit bumps the Zephyr SDK version to 0.16.4-rc1. Signed-off-by: Stephanos Ioannidis --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7eb3095a..423d6603 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.3 +0.16.4-rc1