From e6fb4077e60cbc37d3ee0a7812a58adb6934167f Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 7 May 2024 18:46:15 +0900 Subject: [PATCH 1/2] release-notes: Add release notes for 0.16.7 This commit adds the release notes for the Zephyr SDK 0.16.7 release. Signed-off-by: Stephanos Ioannidis --- release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/release-notes.md b/release-notes.md index 73aa0c6c..7103bfd3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,14 @@ # Notes / Changes in various releases +## Zephyr SDK 0.16.7 + +- gcc: + + * Removed experimental ISO C11 ``-based gthread implementation + (added in the SDK 0.16.6 release) due to compatibility issues with prior + Zephyr versions. This feature will be reworked and re-introduced in a + future SDK release. + ## Zephyr SDK 0.16.6 - gcc: From 9abf681535b5a645f2e32e5e086d757bee937dbb Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 7 May 2024 18:46:50 +0900 Subject: [PATCH 2/2] VERSION: Bump to 0.16.7 This commit bumps the Zephyr SDK version to 0.16.7. Signed-off-by: Stephanos Ioannidis --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c3f65805..427cda05 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.6 +0.16.7