riscv-openocd/src
zwelch 14f88acaf6 David Brownell <david-b@pacbell.net>:
Fix some polling issues:

 - Don't background-poll disabled TAPs ... this was just a bug
   waiting to happen.  (And then it happened!)

 - Don't fail command line polls of disabled taps; that's not any
   kind of error, it's just that you can't do much.  But do show
   that tap-disabled status.

 - Spell "continuous" correctly in the variable name.  ;)

Not resolved by this patch:  the need for an interlock whereby
other code (like the JTAG layer) can block all other access to
the JTAG layer, e.g. while enabling or disabling TAPs.  And
that interlock needs to be timer-safe...


git-svn-id: svn://svn.berlios.de/openocd/trunk@2247 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-16 00:23:13 +00:00
..
flash unsik Kim <donari75@gmail.com>: 2009-06-12 21:31:11 +00:00
helper fix eCos build problems w/latest parse_ulong() stuff 2009-06-15 14:22:13 +00:00
jtag David Brownell <david-b@pacbell.net>: 2009-06-16 00:23:00 +00:00
pld Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
server David Brownell <david-b@pacbell.net>: 2009-06-13 08:38:57 +00:00
svf Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
target David Brownell <david-b@pacbell.net>: 2009-06-16 00:23:13 +00:00
xsvf Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
Makefile.am Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
ecosboard.c embedded host: launch telnet server even if configuration fails 2009-06-11 13:03:32 +00:00
main.c Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build. 2009-05-02 19:31:30 +00:00
openocd.c Encapsulate the global "jtag" jtag_interface pointer: 2009-05-30 22:23:12 +00:00