1# SPDX-License-Identifier: Apache-2.0 2 3# This file contains boards in Zephyr which have been replaced with a new board 4# name. 5# This allows the system to automatically change the board while at the same 6# time prints a warning to the user, that the board name is deprecated. 7# 8# To add a board rename, add a line in following format: 9# set(<old_board_name>_DEPRECATED <new_board_name>) 10# 11# When adding board aliases here, remember to add a mention in the corresponding GitHub issue 12# tracking the removal of API/options 13# https://docs.zephyrproject.org/latest/develop/api/api_lifecycle.html#deprecated, 14# so these aliases are eventually removed 15 16set(adafruit_feather_DEPRECATED 17 adafruit_feather_nrf52840/nrf52840 18) 19set(qemu_xtensa_DEPRECATED 20 qemu_xtensa/dc233c 21) 22set(mimx8mp_phyboard_pollux/mimx8ml8/m7_DEPRECATED 23 phyboard_pollux/mimx8ml8/m7 24) 25set(mimx8mm_phyboard_polis/mimx8mm6/m4_DEPRECATED 26 phyboard_polis/mimx8mm6/m4 27) 28set(mimxrt1050_evk_DEPRECATED 29 mimxrt1050_evk/mimxrt1052/hyperflash 30) 31set(mimxrt1060_evk_DEPRECATED 32 mimxrt1060_evk/mimxrt1064/hyperflash 33) 34set(mimxrt1060_evk_DEPRECATED 35 mimxrt1060_evk/mimxrt1062/qspi 36) 37set(mimxrt1060_evkb_DEPRECATED 38 mimxrt1060_evk@B/mimxrt1062/qspi 39) 40