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 <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2023-01-13 12:50:56 +01:00 committed by Stephanos Ioannidis
parent 00fcec7340
commit 386727e3d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
config TOOLCHAIN_ZEPHYR_0_15
config TOOLCHAIN_ZEPHYR_0_16
def_bool y
select HAS_NEWLIB_LIBC_NANO if (ARC || (ARM && !ARM64) || RISCV)