e938a5a31a
The NXP S32 Debug Probe is a JTAG-based probe that enables debugging on NXP S32 devices. This probe is designed to work in conjunction with NXP S32 Design Studio and this runner offers a wrapper to launch a debug session from cli. `flash` command is not implemented at the moment because presently there are no zephyr boards that can make use of it and test it. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
7 lines
174 B
CMake
7 lines
174 B
CMake
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_set_flasher_ifnset(nxp_s32dbg)
|
|
board_set_debugger_ifnset(nxp_s32dbg)
|
|
board_finalize_runner_args(nxp_s32dbg)
|