Add support for BMD 345 EVAL BSP with PA/LNA support Fixes: #31585 Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
7 lines
278 B
CMake
7 lines
278 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=nrf52" "--speed=4000")
|
|
board_runner_args(jlink "--target=nrf52840" "--frequency=4000000")
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|