openocd/src
oharboe 94e75e0c06 1. GDB will print cryptic error messages if it is not fed keep-alive packets
within the last 2000ms.

To fix this, add keep_alive() if you are spending >1000ms in an algorithm
thus holding up the server loop.

target_call_timer_callbacks() invokes keep_alive().

2. post_reset script is now executed at normal JTAG speed and not
reset speed.

3. Resume is now synchronous again. Hopefully it will work this time.



git-svn-id: svn://svn.berlios.de/openocd/trunk@826 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-07-18 10:20:10 +00:00
..
flash Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. 2008-07-18 06:24:57 +00:00
helper 1. GDB will print cryptic error messages if it is not fed keep-alive packets 2008-07-18 10:20:10 +00:00
jtag Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. 2008-07-18 06:24:57 +00:00
pld Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms(). 2008-04-08 13:08:36 +00:00
server 1. GDB will print cryptic error messages if it is not fed keep-alive packets 2008-07-18 10:20:10 +00:00
target 1. GDB will print cryptic error messages if it is not fed keep-alive packets 2008-07-18 10:20:10 +00:00
tcl startup.tcl (former commands.tcl) is now embedded into OpenOCD executable. 2008-07-11 06:44:22 +00:00
xsvf - fixed xsvf_add_statemove() 2008-05-03 10:33:16 +00:00
main.c added pre/postlude fn's for when OpenOCD is sleeping. 2008-07-07 08:05:07 +00:00
Makefile.am Charles Hardin <ckhardin@gmail.com> move jim into helper 2008-07-17 17:34:53 +00:00
openocd.c Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. 2008-07-18 06:24:57 +00:00
scripting.txt working notes. 2008-07-11 06:52:33 +00:00