deprecated.cmake 1.0 KB

123456789101112131415161718192021
  1. # SPDX-License-Identifier: Apache-2.0
  2. # This file contains boards in Zephyr which has been replaced with a new board
  3. # name.
  4. # This allows the system to automatically change the board while at the same
  5. # time prints a warning to the user, that the board name is deprecated.
  6. #
  7. # To add a board rename, add a line in following format:
  8. # set(<old_board_name>_DEPRECATED <new_board_name>)
  9. set(bl5340_dvk_cpuappns_DEPRECATED bl5340_dvk_cpuapp_ns)
  10. set(mps2_an521_nonsecure_DEPRECATED mps2_an521_ns)
  11. set(musca_b1_nonsecure_DEPRECATED musca_b1_ns)
  12. set(musca_s1_nonsecure_DEPRECATED musca_s1_ns)
  13. set(nrf5340dk_nrf5340_cpuappns_DEPRECATED nrf5340dk_nrf5340_cpuapp_ns)
  14. set(nrf9160dk_nrf9160ns_DEPRECATED nrf9160dk_nrf9160_ns)
  15. set(circuitdojo_feather_nrf9160ns_DEPRECATED circuitdojo_feather_nrf9160_ns)
  16. set(nrf9160_innblue21ns_DEPRECATED nrf9160_innblue21_ns)
  17. set(nrf9160_innblue22ns_DEPRECATED nrf9160_innblue22_ns)
  18. set(sparkfun_thing_plus_nrf9160ns_DEPRECATED sparkfun_thing_plus_nrf9160_ns)
  19. set(thingy53_nrf5340_cpuappns_DEPRECATED thingy53_nrf5340_cpuapp_ns)