Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme.
This commit is contained in:
@@ -120,7 +120,6 @@ extern int interface_jtag_add_runtest(int num_cycles, tap_state_t endstate);
|
||||
* approperiate
|
||||
*/
|
||||
extern int interface_jtag_add_reset(int trst, int srst);
|
||||
extern int interface_jtag_set_end_state(tap_state_t endstate);
|
||||
extern int interface_jtag_add_sleep(uint32_t us);
|
||||
extern int interface_jtag_add_clocks(int num_cycles);
|
||||
extern int interface_jtag_execute_queue(void);
|
||||
|
||||
@@ -59,12 +59,6 @@ int interface_jtag_execute_queue(void)
|
||||
|
||||
extern int jtag_check_value(uint8_t *captured, void *priv);
|
||||
|
||||
int interface_jtag_set_end_state(tap_state_t state)
|
||||
{
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
int interface_jtag_add_ir_scan(int num_fields, const scan_field_t *fields, tap_state_t state)
|
||||
{
|
||||
/* synchronously do the operation here */
|
||||
|
||||
@@ -532,12 +532,6 @@ static __inline void scanFields(int num_fields, const scan_field_t *fields, tap_
|
||||
}
|
||||
}
|
||||
|
||||
int interface_jtag_set_end_state(tap_state_t state)
|
||||
{
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
int interface_jtag_add_ir_scan(int num_fields, const scan_field_t *fields, tap_state_t state)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user