Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.6
0.16.7
9 changes: 9 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Notes / Changes in various releases

## Zephyr SDK 0.16.7

- gcc:

* Removed experimental ISO C11 `<threads.h>`-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:
Expand Down