From 587c7831033cda2c5aa683d18a183df52b631004 Mon Sep 17 00:00:00 2001 From: Michal Lenc Date: Mon, 1 Sep 2025 09:37:27 +0200 Subject: [PATCH] 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 Reviewed-on: https://review.openocd.org/c/openocd/+/9109 Reviewed-by: Tomas Vanek Tested-by: jenkins --- doc/openocd.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/openocd.texi b/doc/openocd.texi index ebe956789..2199760e2 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -7032,6 +7032,11 @@ All members of the ATSAMV7x, ATSAMS70, and ATSAME70 families from Atmel include internal flash and use ARM's Cortex-M7 core. This driver uses the same command names/syntax as @xref{at91sam3}. +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. The PIC series is a replacement of the original +SAM series from Atmel after the company acquisition by Microchip. + @example flash bank $_FLASHNAME atsamv 0x00400000 0 0 0 $_TARGETNAME @end example