summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-10/+10
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-2/+2
* jtag: retire tap fieldØyvind Harboe2010-03-081-7/+4
* interface: define TMS sequence commandDavid Brownell2010-02-271-1/+3
* jtag.h whitespace/comment cleanupDavid Brownell2010-01-141-9/+8
* jtag: add '-ignore-version' optionDavid Brownell2009-12-141-0/+3
* Comment and doxygen fixesDavid Brownell2009-12-091-22/+9
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-7/+5
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* jtag: avoid using interp global variableZachary T Welch2009-11-301-3/+8
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-8/+0
* remove TAP_SCAN_BYTES macroZachary T Welch2009-11-161-3/+0
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-5/+5
* use struct jtag_tap_event_actionZachary T Welch2009-11-131-5/+3
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-11/+10
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-16/+11
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-091-10/+4
* src/jtag: remove 'extern' and wrap headers.Zachary T Welch2009-11-091-44/+54
* jtag: clean up TAP state name handlingDavid Brownell2009-10-231-8/+8
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-231-1/+4
* XSVF: use svf_add_statemove()David Brownell2009-10-201-23/+1
* prevent abort via polling during jtag_resetDavid Brownell2009-10-081-0/+17
* Stop ignoring most scan chain validation errorsDavid Brownell2009-10-081-0/+1
* Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell2009-10-071-2/+4
* Updates for "reset_config":dbrownell2009-10-071-1/+1
* Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe2009-10-061-2/+3
* Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell2009-10-051-12/+21
* added t/nsrst_assert_width commandsoharboe2009-09-291-0/+6
* srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe2009-09-171-0/+1
* tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe2009-09-111-0/+4
* reduce arm11 output noiseoharboe2009-08-261-1/+2
* Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak2009-08-181-3/+6
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Fix doxygen warning in jtag.h caused by a changed parameter name.zwelch2009-06-301-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-1/+0
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-9/+9
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-7/+7
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-14/+14
* dummy driver now works under eCosoharboe2009-06-171-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-7/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-2/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-7/+11
* Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch2009-06-111-4/+5
* Improve grouping of JTAG KHz and verification accessors in header file.zwelch2009-06-111-10/+17
* Group JTAG reset configuration and accessor APIs together in header file.zwelch2009-06-111-16/+13