1# PAN1782 EVB configuration 2 3# Copyright (c) 2022 Panasonic Industrial Devices Europe GmbH 4# SPDX-License-Identifier: Apache-2.0 5 6board_runner_args(jlink "--device=nrf52" "--speed=4000") 7board_runner_args(pyocd "--target=nrf52833" "--frequency=4000000") 8 9include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 10include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 11include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 12