]> git.sur5r.net Git - openocd/history - src/jtag/minidummy/minidummy.c
Remove FSF address from GPL notices
[openocd] / src / jtag / minidummy / minidummy.c
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/jtag/drivers directory
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2010-03-08 Øyvind Harboejtag: simplify jtag_add_plain_ir/dr_scan
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-03-05 Øyvind Harboeminidriver: fix arm11 compilation problem
2010-03-01 Øyvind Harboejtag: the post TAP state is now passed to the drivers
2010-02-27 David Brownellinterface: define TMS sequence command
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-12-03 Zachary T Welchchange #include "embeddedice.h" to <target/embeddedice.h>
2009-12-03 Zachary T Welchchange #include "minidriver.h" to <jtag/minidriver.h>
2009-12-03 Zachary T Welchchange #include "interface.h" to <jtag/interface.h>
2009-11-27 Zachary T Welchupdate minidummy interface driver command handling
2009-11-16 Zachary T Welchcleanup jtag minidrivers
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-10-20 Øyvind HarboeRemoved unused interface_jtag_set_end_state and wrote...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-08 zwelchMove minidummy source file, as was supposed to happen...