From e7e9bfde47768b22be8b15c30c027dc8fb67c778 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Tue, 16 Mar 2010 12:54:08 +0000 Subject: PIC32: add software reset support The PIC32MX does not support the ejtag software reset - it is optional in the ejtag spec. We perform the equivalent using the microchip specific MTAP cmd's. Signed-off-by: Spencer Oliver --- src/target/mips_m4k.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target/mips_m4k.h') diff --git a/src/target/mips_m4k.h b/src/target/mips_m4k.h index 9b330208..5eb20296 100644 --- a/src/target/mips_m4k.h +++ b/src/target/mips_m4k.h @@ -32,6 +32,7 @@ struct target; struct mips_m4k_common { int common_magic; + bool is_pic32mx; struct mips32_common mips32; }; -- cgit v1.2.3