1# BMD-300-EVAL, BMD-301-EVAL, and BMD-350-EVAL board configuration
2
3# Copyright (c) 2021 u-blox AG
4# SPDX-License-Identifier: Apache-2.0
5
6board_runner_args(jlink "--device=nRF52832_xxAA" "--speed=4000")
7board_runner_args(pyocd "--target=nrf52832" "--frequency=4000000")
8include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
9include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
10include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
11include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
12