aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/minidummy
AgeCommit message (Expand)AuthorFilesLines
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo2-197/+0
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo1-1/+1
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-3/+9
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink2-6/+2
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson1-18/+0
2013-06-05update files to correct FSF addressSpencer Oliver2-2/+2
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver2-27/+25
2011-04-01types: write memory now uses constØyvind Harboe1-1/+1
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-2/+2
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-2/+2
2010-03-05minidriver: fix arm11 compilation problemØyvind Harboe1-0/+6
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe1-1/+1
2010-02-27interface: define TMS sequence commandDavid Brownell1-0/+7
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe1-0/+1
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch1-1/+1
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch1-1/+1
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch1-1/+1
2009-11-27update minidummy interface driver command handlingZachary T Welch1-1/+1
2009-11-27minidummy: fix compilation errorØyvind Harboe1-2/+2
2009-11-16cleanup jtag minidriversZachary T Welch1-27/+0
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-2/+2
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-1/+1
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-4/+4
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch2-3/+3
2009-10-20Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe1-6/+0
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch2-3/+3
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-2/+2
2009-06-08Move minidummy source file, as was supposed to happen in last commit.zwelch1-0/+190
2009-06-07Set svn:eol-style properties on new minidummy driver files.zwelch1-43/+43
2009-06-07minidriver build test driver "minidriver"oharboe1-0/+43