aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/minidummy
AgeCommit message (Expand)Author
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo
2016-05-24Remove FSF address from GPL noticesMarc Schink
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver
2011-04-01types: write memory now uses constØyvind Harboe
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-03-05minidriver: fix arm11 compilation problemØyvind Harboe
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe
2010-02-27interface: define TMS sequence commandDavid Brownell
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch
2009-11-27update minidummy interface driver command handlingZachary T Welch
2009-11-27minidummy: fix compilation errorØyvind Harboe
2009-11-16cleanup jtag minidriversZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-10-20Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23- Fixes '=' whitespacezwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-08Move minidummy source file, as was supposed to happen in last commit.zwelch
2009-06-07Set svn:eol-style properties on new minidummy driver files.zwelch
2009-06-07minidriver build test driver "minidriver"oharboe