1# Copyright (c) 2021 Guillaume Paquet <guillaume.paquet@smile.fr> 2# SPDX-License-Identifier: Apache-2.0 3 4board_runner_args(jlink "--device=nRF52840_xxAA" "--speed=4000") 5board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000") 6include(${ZEPHYR_BASE}/boards/common/nrfjprog.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