From ae42950bd5a314dc04fc040f5b40d54fe2087eb0 Mon Sep 17 00:00:00 2001 From: Greg Leach Date: Wed, 4 Jun 2025 14:46:39 +0100 Subject: [PATCH] boards: ezurio: bl654_usb: Add board.cmake file Add board.cmake file for build system compatibility. Signed-off-by: Greg Leach --- boards/ezurio/bl654_usb/board.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 boards/ezurio/bl654_usb/board.cmake diff --git a/boards/ezurio/bl654_usb/board.cmake b/boards/ezurio/bl654_usb/board.cmake new file mode 100644 index 00000000000..895ec1a36bd --- /dev/null +++ b/boards/ezurio/bl654_usb/board.cmake @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: Apache-2.0 + +board_runner_args(jlink "--device=nRF52840_xxAA" "--speed=4000") +board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000") +include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) +include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) +include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) +include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)