Skip to content

Commit a7c801f

Browse files
teburdMaureenHelm
authored andcommitted
boards: tdk_robokit1 jlink flasher support
Adds the needed JLink parameters and cmake includes to support flashing and debugging the tdk_robokit1 with a segger jlink. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
1 parent 15eeabc commit a7c801f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/arm/tdk_robokit1/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3+
board_runner_args(jlink "--device=ATSAME70Q21")
34
board_runner_args(openocd --cmd-post-verify "atsamv gpnvm set 1")
45
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
6+
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 commit comments

Comments
 (0)