mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 13:42:34 +00:00
We rename the nRF51 Dev Kit board target (nrf51_pca10028) to nrf51dk_nrf51422. We update all associated references in the supportive documentation and all nRF51-related cofigurations and overlay files in the samples and tests in the tree. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
8 lines
323 B
CMake
8 lines
323 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(nrfjprog "--nrf-family=NRF51")
|
|
board_runner_args(jlink "--device=nrf51" "--speed=4000")
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|