Skip to content

Commit 7f60611

Browse files
committed
cmake: Update Kconfig symbol name for 0.14 release
This commit renames the `TOOLCHAIN_ZEPHYR_0_13` Kconfig symbol to `TOOLCHAIN_ZEPHYR_0_14` in preparation for the Zephyr SDK 0.14.0 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent c7e746a commit 7f60611

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cmake/zephyr/Kconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Zephyr 0.11 SDK Toolchain
2-
3-
# Copyright (c) 2020 Linaro Limited.
41
# SPDX-License-Identifier: Apache-2.0
52

6-
config TOOLCHAIN_ZEPHYR_0_13
3+
config TOOLCHAIN_ZEPHYR_0_14
74
def_bool y
85
select HAS_NEWLIB_LIBC_NANO if (ARC || (ARM && !ARM64) || RISCV)

0 commit comments

Comments
 (0)