Skip to content

Commit 386727e

Browse files
tejlmandstephanosio
authored andcommitted
cmake: Update Kconfig symbol name for 0.16 release
This commit renames the `TOOLCHAIN_ZEPHYR_0_15` Kconfig symbol to `TOOLCHAIN_ZEPHYR_0_16` in preparation for the Zephyr SDK 0.16.0 release. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 00fcec7 commit 386727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
config TOOLCHAIN_ZEPHYR_0_15
3+
config TOOLCHAIN_ZEPHYR_0_16
44
def_bool y
55
select HAS_NEWLIB_LIBC_NANO if (ARC || (ARM && !ARM64) || RISCV)
66

0 commit comments

Comments
 (0)