1# SPDX-License-Identifier: Apache-2.0
2
3board_runner_args(jlink "--device=nRF52832_xxAA" "--speed=4000" "--reset-after-load")
4board_runner_args(pyocd "--target=nrf52832")
5set(OPENOCD_NRF5_SUBFAMILY "nrf52")
6include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
7include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
8include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
9