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.17.2
0.17.3-rc1
12 changes: 12 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Notes / Changes in various releases

## Zephyr SDK 0.17.3-rc1

- picolibc:

* Fixed incorrect crt0 path in `picolibc.specs` causing modules built with
picolibc to fail at link time.

- qemu:

* Updated x86 QEMU to not clear screen on reset, matching the terminal
behaviour in the SDK 0.17.0 and older.

## Zephyr SDK 0.17.2

- picolibc: allow use of crt0 when building modules
Expand Down
Loading