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 <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-03-11 20:31:12 +09:00
parent c7e746af69
commit 7f60611cdf
1 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
# Zephyr 0.11 SDK Toolchain
# Copyright (c) 2020 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
config TOOLCHAIN_ZEPHYR_0_13
config TOOLCHAIN_ZEPHYR_0_14
def_bool y
select HAS_NEWLIB_LIBC_NANO if (ARC || (ARM && !ARM64) || RISCV)