zephyr/boards/deprecated.cmake
Alberto Escolar Piedras 93d60ecdb0 boards: Remove all deprecated HWMv1 board aliases
They have been there for 2 releases. Users must now use the HWMv2 names

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-12-02 14:23:33 +01:00

28 lines
940 B
CMake

# SPDX-License-Identifier: Apache-2.0
# This file contains boards in Zephyr which have been replaced with a new board
# name.
# This allows the system to automatically change the board while at the same
# time prints a warning to the user, that the board name is deprecated.
#
# To add a board rename, add a line in following format:
# set(<old_board_name>_DEPRECATED <new_board_name>)
#
# When adding board aliases here, remember to add a mention in the corresponding GitHub issue
# tracking the removal of API/options
# https://docs.zephyrproject.org/latest/develop/api/api_lifecycle.html#deprecated,
# so these aliases are eventually removed
set(adafruit_feather_DEPRECATED
adafruit_feather_nrf52840/nrf52840
)
set(qemu_xtensa_DEPRECATED
qemu_xtensa/dc233c
)
set(mimx8mp_phyboard_pollux/mimx8ml8/m7_DEPRECATED
phyboard_pollux/mimx8ml8/m7
)
set(mimx8mm_phyboard_polis/mimx8mm6/m4_DEPRECATED
phyboard_polis/mimx8mm6/m4
)