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.9-rc2
0.17.0-rc1
2 changes: 1 addition & 1 deletion cmake/zephyr/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0

config TOOLCHAIN_ZEPHYR_0_16
config TOOLCHAIN_ZEPHYR_0_17
def_bool y
# FIXME: Newlib-nano is disabled for Xtensa targets due to the memset
# bug causing crashes (see the GitHub issue #660).
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Notes / Changes in various releases

## Zephyr SDK 0.16.9-rc2
## Zephyr SDK 0.17.0-rc1

- general:

Expand Down
Loading