Torsten Rasmussen | 1bc640b | 2020-03-16 15:36:52 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
2 | |||||
3 | # This file contains boards in Zephyr which has 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>) |