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>) |
Martí Bolívar | bcdaaa0 | 2021-07-28 12:28:45 -0700 | [diff] [blame] | 10 | |
| 11 | set(bl5340_dvk_cpuappns_DEPRECATED bl5340_dvk_cpuapp_ns) |
Jamie McCrae | 9c5a534 | 2021-09-22 12:10:42 +0100 | [diff] [blame] | 12 | set(bt6x0_DEPRECATED bt610) |
Martí Bolívar | bcdaaa0 | 2021-07-28 12:28:45 -0700 | [diff] [blame] | 13 | set(mps2_an521_nonsecure_DEPRECATED mps2_an521_ns) |
| 14 | set(musca_b1_nonsecure_DEPRECATED musca_b1_ns) |
| 15 | set(musca_s1_nonsecure_DEPRECATED musca_s1_ns) |
| 16 | set(nrf5340dk_nrf5340_cpuappns_DEPRECATED nrf5340dk_nrf5340_cpuapp_ns) |
| 17 | set(nrf9160dk_nrf9160ns_DEPRECATED nrf9160dk_nrf9160_ns) |
Martí Bolívar | 5854bc3 | 2021-09-17 13:49:41 -0700 | [diff] [blame] | 18 | set(circuitdojo_feather_nrf9160ns_DEPRECATED circuitdojo_feather_nrf9160_ns) |
Martí Bolívar | c6c42d4 | 2021-09-17 13:53:53 -0700 | [diff] [blame] | 19 | set(nrf9160_innblue21ns_DEPRECATED nrf9160_innblue21_ns) |
Martí Bolívar | 41e87ae | 2021-09-17 13:57:25 -0700 | [diff] [blame] | 20 | set(nrf9160_innblue22ns_DEPRECATED nrf9160_innblue22_ns) |
Martí Bolívar | b98c8bf | 2021-09-17 13:59:56 -0700 | [diff] [blame] | 21 | set(sparkfun_thing_plus_nrf9160ns_DEPRECATED sparkfun_thing_plus_nrf9160_ns) |
Martí Bolívar | 008c384 | 2021-09-17 14:02:48 -0700 | [diff] [blame] | 22 | set(thingy53_nrf5340_cpuappns_DEPRECATED thingy53_nrf5340_cpuapp_ns) |