zwelch 6ef5a622af Clean up jtag command queue handling:
- Rename last_command_pointer as next_command_pointer, because this variable
  stores the address where jtag_queue_command() will store a command pointer.
- Make that variable static, since it is only used internally in jtag.c.
- Remove superfluous accessor for that now-static variable.
- Deobfuscate use of variables in jtag_command_queue.
- Add jtag_command_queue_reset helper function.
- Use it in interface_jtag_execute_queue.


git-svn-id: svn://svn.berlios.de/openocd/trunk@1992 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-02 05:47:00 +00:00
2009-06-01 23:09:19 +00:00
2008-04-22 06:44:05 +00:00
2009-06-02 05:47:00 +00:00
2009-06-01 23:06:17 +00:00
2009-05-08 13:30:45 +00:00
2008-03-06 17:11:35 +00:00
2008-09-22 20:58:57 +00:00
2008-09-22 20:58:57 +00:00
2008-12-06 13:13:02 +00:00

openocd.texi is the authoritative source of OpenOCD documentation

Description
No description provided
Readme 41 MiB
Languages
C 89.2%
Perl 2.2%
HTML 1.9%
Tcl 1.8%
Assembly 1.8%
Other 3%