Support for NXP S32G

2021-06-02 Thread Antoine
Hello, Below is a patch to allow support for NXP S32G (Cortex M7 cores). The change is quite simple: as per Arm Debug Interface Architecture Specification (ADIv5.0 to ADIv5.2), B3.3.1, the JTAG-DP as an IR length of 4 or 8 bits depending on the ARM implementation. The current code only support 4

Re: Support for NXP S32G

2021-06-02 Thread Alan Carvalho de Assis
Hi Antoine, Thank you for posting it here. Could you please submit it using the review on gerrit? http://openocd.org/doc-release/doxygen/patchguide.html BR, Alan On 6/2/21, Antoine wrote: > Hello, > > Below is a patch to allow support for NXP S32G (Cortex M7 cores). > > The