From 7de7bc80fcca79e72c45040dc0ff3467e4b10dea Mon Sep 17 00:00:00 2001 From: oharboe Date: Thu, 13 Mar 2008 10:14:41 +0000 Subject: - 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 --- src/jtag/jtag.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jtag/jtag.h') 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 { -- cgit v1.2.3-18-g5258