aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/minidummy/minidummy.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-21/+21
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-16cleanup jtag minidriversZachary T Welch1-27/+0
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
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 Welch1-1/+1
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 fixesoharboe1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-1/+1
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