summaryrefslogtreecommitdiff
path: root/src/target/target/pic32mx.cfg
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-13 11:33:19 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-13 11:33:19 +0000
commit6fda8707668c413a78f44ae4f58a79f5765376c2 (patch)
tree27901e5048ea8bb58ca50a4f86466562c9ef20a3 /src/target/target/pic32mx.cfg
parent1af16acdd2492455d5b45d0ef89800f4517b761f (diff)
downloadopenocd+libswd-6fda8707668c413a78f44ae4f58a79f5765376c2.tar.gz
openocd+libswd-6fda8707668c413a78f44ae4f58a79f5765376c2.tar.bz2
openocd+libswd-6fda8707668c413a78f44ae4f58a79f5765376c2.tar.xz
openocd+libswd-6fda8707668c413a78f44ae4f58a79f5765376c2.zip
- added mips software breakpoint support
- changed some jtag LOG_DEBUG to only output when _DEBUG_JTAG_IO_ defined. Makes debugging other parts of openocd not as noisy - updated correct jtag id for pic32mx git-svn-id: svn://svn.berlios.de/openocd/trunk@1313 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target/pic32mx.cfg')
-rw-r--r--src/target/target/pic32mx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/pic32mx.cfg b/src/target/target/pic32mx.cfg
index a2ebf492..139f801f 100644
--- a/src/target/target/pic32mx.cfg
+++ b/src/target/target/pic32mx.cfg
@@ -15,7 +15,7 @@ if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
- set _CPUTAPID 0xffffffff
+ set _CPUTAPID 0x30938053
}
jtag_nsrst_delay 100