zephyr/boards/arm/nrf51dk_nrf51422/board.cmake

7 lines
282 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
board_runner_args(jlink "--device=nRF51822_xxAC" "--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)