mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 20:36:55 +00:00
The board name for the Thingy:52, so far known as nrf52_pca20020, is renamed to thingy52_nrf52832. Its documentation and all references to its name in the tree are updated accordingly. Overlay and configuration files specific to this board are also renamed, to match the new board name. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
23 lines
1014 B
CMake
23 lines
1014 B
CMake
# 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>)
|
|
|
|
set(nrf51_pca10028_DEPRECATED nrf51dk_nrf51422)
|
|
set(nrf51_pca10031_DEPRECATED nrf51dongle_nrf51422)
|
|
set(nrf52_pca10040_DEPRECATED nrf52dk_nrf52832)
|
|
set(nrf52_pca20020_DEPRECATED thingy52_nrf52832)
|
|
set(nrf52810_pca10040_DEPRECATED nrf52dk_nrf52810)
|
|
set(nrf52833_pca10100_DEPRECATED nrf52833dk_nrf52833)
|
|
set(nrf52840_pca10056_DEPRECATED nrf52840dk_nrf52840)
|
|
set(nrf52840_pca10059_DEPRECATED nrf52840dongle_nrf52840)
|
|
set(nrf52811_pca10056_DEPRECATED nrf52840dk_nrf52811)
|
|
set(nrf9160_pca10090_DEPRECATED nrf9160dk_nrf9160)
|
|
set(nrf9160_pca10090ns_DEPRECATED nrf9160dk_nrf9160ns)
|
|
set(nrf52840_pca10090_DEPRECATED nrf9160dk_nrf52840)
|