1# SPDX-License-Identifier: Apache-2.0
2
3board_runner_args(jlink "--device=nRF52832_xxAA" "--speed=4000")
4board_runner_args(pyocd "--target=nrf52832" "--frequency=4000000")
5include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
6include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
7include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
9include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
10