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 <michallenc@seznam.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/9109
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
This commit is contained in:
Michal Lenc
2025-09-01 09:37:27 +02:00
committed by Tomas Vanek
parent 74d0cff2fe
commit 587c783103

View File

@@ -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