mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 04:01:55 +00:00
Fix the --target value so flashing works regardless of image address. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
9 lines
406 B
CMake
9 lines
406 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=nrf52" "--speed=4000")
|
|
board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000")
|
|
board_runner_args(blackmagicprobe "--gdb-serial=/dev/ttyBmpGdb")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|