aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)Author
2010-03-14rename jtag_interface_{init,quit}()David Brownell
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-02-27interface: define TMS sequence commandDavid Brownell
2010-01-14jtag.h whitespace/comment cleanupDavid Brownell
2009-12-14jtag: add '-ignore-version' optionDavid Brownell
2009-12-09Comment and doxygen fixesDavid Brownell
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-11-30jtag: avoid using interp global variableZachary T Welch
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13use struct jtag_tap_event_actionZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch
2009-10-23jtag: clean up TAP state name handlingDavid Brownell
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell
2009-10-20XSVF: use svf_add_statemove()David Brownell
2009-10-08prevent abort via polling during jtag_resetDavid Brownell
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell
2009-10-07Updates for "reset_config":dbrownell
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell
2009-09-29added t/nsrst_assert_width commandsoharboe
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe
2009-08-26reduce arm11 output noiseoharboe
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-30Fix doxygen warning in jtag.h caused by a changed parameter name.zwelch
2009-06-29David Brownell <david-b@pacbell.net>:zwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-17dummy driver now works under eCosoharboe
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-11Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch
2009-06-11Improve grouping of JTAG KHz and verification accessors in header file.zwelch