summaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.h
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-03-16 12:54:08 +0000
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-03-17 09:01:47 +0000
commite7e9bfde47768b22be8b15c30c027dc8fb67c778 (patch)
treea5e2896a1b456c5f8d25130bb773005c01ef6ac3 /src/target/mips_m4k.h
parent79ca05b106ef92915c4e9288cbf34d5db1cf4cd2 (diff)
downloadopenocd+libswd-e7e9bfde47768b22be8b15c30c027dc8fb67c778.tar.gz
openocd+libswd-e7e9bfde47768b22be8b15c30c027dc8fb67c778.tar.bz2
openocd+libswd-e7e9bfde47768b22be8b15c30c027dc8fb67c778.tar.xz
openocd+libswd-e7e9bfde47768b22be8b15c30c027dc8fb67c778.zip
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 <ntfreak@users.sourceforge.net>
Diffstat (limited to 'src/target/mips_m4k.h')
-rw-r--r--src/target/mips_m4k.h1
1 files changed, 1 insertions, 0 deletions
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;
};