This is an automated email from Gerrit. "Michal Lenc <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9109
-- gerrit commit 29a3cd1d940f790d83eac481d2db536fe9e22e6d Author: Michal Lenc <[email protected]> Date: Mon Sep 1 09:37:27 2025 +0200 doc/opencocd.texi: mention support of PIC32CZ CA70 PIC32CZ CA70 family from Microchip is both binary and pin to pin compatible with Atmel's SAM series, therefore the same driver can be used. Tested on PIC32CZ CA70 Curiosity evaluation kit with ST-Link interface. Change-Id: I89a760c776a7c043c133bad058a9f5850a878676 Signed-off-by: Michal Lenc <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 4d8f795582..d9b16997aa 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -6987,6 +6987,10 @@ With @option{set} @var{number} or @option{clear} @var{number}, modifies that GPNVM bit. @end deffn +The same driver provides interface for PIC32CZ CA70 series. This +Cortex-M7 family from Microchip is both binary and pin to pin compatible +with Atmel's SAM series. + @end deffn @deffn {Flash Driver} {at91sam7} --
