boards: rak5010: add blackmagicprobe runner

Add blackmagicprobe as a supported runner.

Signed-off-by: Mike Szczys <mike@golioth.io>
This commit is contained in:
Mike Szczys 2024-05-20 23:06:47 -05:00 committed by David Leach
commit 7bf6e8bb97

View file

@ -7,3 +7,4 @@ include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)