summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-13 10:14:41 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-13 10:14:41 +0000
commit7de7bc80fcca79e72c45040dc0ff3467e4b10dea (patch)
treee322b5dc09a96caca5e4d0d3a3391f3d6ef2c906 /src/jtag/jtag.h
parenta3dbb9cee672e4c3d5e526b6b2a847e78c06b637 (diff)
downloadopenocd_libswd-7de7bc80fcca79e72c45040dc0ff3467e4b10dea.tar.gz
openocd_libswd-7de7bc80fcca79e72c45040dc0ff3467e4b10dea.tar.bz2
openocd_libswd-7de7bc80fcca79e72c45040dc0ff3467e4b10dea.tar.xz
openocd_libswd-7de7bc80fcca79e72c45040dc0ff3467e4b10dea.zip
- adds two speeds to jtag_speed. reset and post reset speed. Default
is post reset = reset speed. - removed infinite loop's and exit()'s upon poor arm7/9 communication - cleaned up error messages a bit. Push ERROR() up into fn's that fail and can say something meaningful about what failed. git-svn-id: svn://svn.berlios.de/openocd/trunk@511 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index e14d388e..0e9a9302 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -222,6 +222,7 @@ extern enum tap_state end_state;
extern enum tap_state cur_state;
extern int jtag_speed;
+extern int jtag_speed_post_reset;
enum reset_types
{