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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user