sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_queue() which is inheritely incompatible with a hw fifo concept.

git-svn-id: svn://svn.berlios.de/openocd/trunk@328 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-02-24 17:33:00 +00:00
parent 2f48cbf99c
commit 3fe23f94fb
3 changed files with 31 additions and 14 deletions

View File

@@ -1120,15 +1120,6 @@ int jtag_execute_queue(void)
return retval;
}
int jtag_cancel_queue(void)
{
cmd_queue_free();
jtag_command_queue = NULL;
last_comand_pointer = &jtag_command_queue;
return ERROR_OK;
}
int jtag_reset_callback(enum jtag_event event, void *priv)
{
jtag_device_t *device = priv;