Merge commit 'd4d24c256c2c9a858ae6fc134ee34ba03cb65565' into sam-update
This commit is contained in:
commit
f62c9db5af
@ -132,7 +132,7 @@ jtagtap_tdi_tdo_seq(uint8_t *DO, const uint8_t final_tms, const uint8_t *DI, int
|
|||||||
data[index++] = MPSSE_WRITE_TMS | ((DO)? MPSSE_DO_READ : 0) | MPSSE_LSB | MPSSE_BITMODE | MPSSE_WRITE_NEG;
|
data[index++] = MPSSE_WRITE_TMS | ((DO)? MPSSE_DO_READ : 0) | MPSSE_LSB | MPSSE_BITMODE | MPSSE_WRITE_NEG;
|
||||||
data[index++] = 0;
|
data[index++] = 0;
|
||||||
if (DI)
|
if (DI)
|
||||||
data[index++] = (*DI)>>rticks?0x81:0x01;
|
data[index++] = (DI[ticks]) >> rticks?0x81 : 0x01;
|
||||||
platform_buffer_write(data, index);
|
platform_buffer_write(data, index);
|
||||||
}
|
}
|
||||||
if (DO) {
|
if (DO) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user