commit | e938a5a31a9e71da83fda7ff5c4febe2c7134001 | [log] [tgz] |
---|---|---|
author | Manuel Argüelles <manuel.arguelles@nxp.com> | Tue Sep 05 10:43:46 2023 +0700 |
committer | Martí Bolívar <140200053+mbolivar-ampere@users.noreply.github.com> | Wed Oct 25 18:14:51 2023 -0700 |
tree | 5ef259ae3a27cfeeb80d991e96db9ed6ce5698f6 | |
parent | 1bc53ff84d2647793c04f14ff108d7eca27ed7f3 [diff] |
west: add NXP S32 Debug Probe runner 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>