openocd: fix SPDX tag format for files .c
[fw/openocd] / src / jtag / drivers / parport.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/jtag: replace the GPL-2.0-or-later license tag
2021-11-13 Antonio Borneojtag: align adapter speed code to new structure
2021-11-13 Antonio Borneojtag: move prototype of adapter init/quit and speed...
2021-08-14 Marc Schinkdrivers/parport: Group adapter commands
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2020-09-05 Antonio Borneojtag: avoid checking for non NULL pointer to free it
2020-05-09 Antonio Borneocoding style: add parenthesis around the argument of...
2020-01-14 Antonio Borneoadapter: switch from struct jtag_interface to adapter_d...
2020-01-14 Antonio Borneobitbang: jtag-only drivers: switch to new reset API
2019-06-06 Antonio Borneojtag: set default "jtag_only" to uninitialized transports
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2018-01-25 Tim NewsomeAdd read buffer to bitbang, improving performance.
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2014-10-06 Spencer Oliverjtag: constify driver arrays
2014-04-14 Karl Hammarparport: add "aspo" hotpluggable adapter config
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-17 Spencer Oliverparport: fix parport_toggling_time regression
2013-03-13 Stefan Mahrjtag: parport: avoid freeing read-only memory section
2012-02-06 Spencer Oliverbuild: cleanup src/jtag/drivers directory
2012-01-04 Mathias KChange return value on error.
2011-04-30 Jonas Hörbergadapter speed: require init script setting and centrali...
2010-12-08 Spencer Oliverbuild: fix build from previous commit
2010-12-08 Øyvind Harboejtag: getting the JTAG speed can fail
2010-03-16 Øyvind Harboebitbang: add jtag_add_tms_seq support
2010-02-20 David BrownellFreeBSD buildfix
2010-01-10 David Brownelljtag: presto, parport help/usage updates
2010-01-05 Spencer Oliverparport: output port as hex rather than dec
2010-01-03 David BrownellJTAG/drivers: cleanup jtag_interface structs
2009-12-26 Antonio BorneoPARPORT code cleanup:
2009-12-03 Zachary T Welchchange #include "interface.h" to <jtag/interface.h>
2009-12-03 Zachary T Welchmove jtag drivers to src/jtag/drivers