Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jtagtap: Equalize _next & _cycle, replace line reset
* SWD line reset needs 50 clocks with high TMS/SWDIO, this was achieved by looping over jtagtap_next() which incurs function call delays; * Use jtagtap_cycle() instead which seems appropriate here, and discards TDO anyways; * The adiv5_swd.c:swd_line_reset_sequence() counterpart seems less fitting to duplicate in jtagtap. * Annotate any new nops in hot no_delay path.
- Loading branch information