openocd: fix SPDX tag format for files .c
[fw/openocd] / src / jtag / drivers / buspirate.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-08-14 Marc Schinkdrivers/buspirate: Group adapter commands
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneodrivers/buspirate: use macros in place of const variables
2021-07-02 Antonio Borneojtag/swd: rename CamelCase macros
2020-09-05 Antonio Borneodrivers/buspirate: remove empty lines at end of file
2020-09-05 Antonio Borneojtag: avoid checking for non NULL pointer to free it
2020-09-05 Antonio Borneojtag: use proper format with uint32_t
2020-07-26 Antonio Borneojtag: fix minor typos
2020-01-14 Antonio Borneoadapter: switch from struct jtag_interface to adapter_d...
2020-01-14 Antonio Borneoswd: get rid of jtag queue to assert/deassert srst
2019-06-13 Tilman Sauerbeckjtag: drivers: buspirate: chunk SWD switch sequence...
2019-06-04 Andreas FritiofsonConvert DEBUG_JTAG_IO to LOG_DEBUG_IO
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2018-03-12 Paul Fertserjtag: drivers: buspirate: fix abuse of "char" type
2018-03-12 Mateusz ManowieckiAdd SWD protocol support to buspirate (2nd try)
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-03-09 Mateusz Manowieckijtag/drivers/buspirate: add JTAG_STABLECLOCKS cmd
2013-06-21 R. DiezBus Pirate driver: Small assorted fixes.
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-02-08 Franck Jullienjtag_interface: .speed can be NULL when not needed
2013-01-27 Spencer Oliverjtag: only change state if necessary
2012-02-06 Spencer Oliverbuild: cleanup src/jtag/drivers directory
2012-01-04 Mathias KChange return value on error.
2011-11-09 Øyvind Harboebuspirate: add missing error propagation
2011-10-22 Øyvind Harboebuspirate: ignore return value and fix warning
2011-09-10 Luca BrunoFixes and spellchecks for various Buspirate output...
2011-04-26 Damjan Marionbuspirate: fix building on some OSes
2011-03-17 Uwe HermannFix a bunch of typos.
2011-02-08 Michal Deminbuspirate: Fix command parsing, fix errors to have...
2010-10-25 Michal Deminbuspirate: change handling of communication speed setti...
2010-10-25 Michal Deminbuspirate: Serial port was not correctly closed.
2010-07-23 Michal DeminBuspirate: fix shadow
2010-06-07 Øyvind Harboejtag: rename JTAG_MOVESTATE to JTAG_TLR_RESET
2010-03-11 Michal DeminAdd support for Bus Pirate as a JTAG adapter.