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>
This commit is contained in:
Tom Burdick 2022-10-06 17:46:09 -05:00 committed by Maureen Helm
parent 15eeabcafb
commit a7c801fa66
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
board_runner_args(jlink "--device=ATSAME70Q21")
board_runner_args(openocd --cmd-post-verify "atsamv gpnvm set 1")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)