2020-03-16 22:36:52 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# This file contains boards in Zephyr which has 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>)
|
2021-07-29 03:28:45 +08:00
|
|
|
|
2023-07-17 18:52:56 +08:00
|
|
|
set(esp32_DEPRECATED esp32_devkitc_wrover)
|