openocd: fix SPDX tag format for files .c
[fw/openocd] / src / jtag / drivers / vsllink.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-12-18 Tomas Vanekjtag/drivers/vsllink: fix memory leak
2021-11-28 Antonio Borneojtag/vsllink: switch to command 'adapter serial'
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/vsllink: Group adapter commands
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch
2021-07-24 Antonio Borneoopenocd: manually remove NULL comparisons
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [2/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-05-01 Antonio Borneolibusb: don't use typedef's
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-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
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-06 Antonio Borneoswd: remove unused API frequency()
2019-06-04 Andreas FritiofsonConvert DEBUG_JTAG_IO to LOG_DEBUG_IO
2019-04-07 Antonio Borneodrivers/vsllink: add help and usage to commands
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-12-29 Andreas Fritiofsonswd: Remove DAP from parameter list
2015-04-16 Simon Qianconfigure the SWD frequency when setting adapter speed...
2014-09-29 Simon Qianvsllink: improve the performance when using swd
2014-07-03 Fatih Aşıcıvsllink: Port to libusb-1.0 API
2014-07-03 Fatih Aşıcıvsllink: Add SWD support
2013-12-17 Andreas Fritiofsonversaloon: Finish support for serial number matching
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-02-25 Joerg FischerFix buffer overflow in versaloon interface
2012-02-06 Spencer Oliverbuild: cleanup src/jtag/drivers directory
2012-01-04 Mathias KChange return value on error.
2011-08-31 Øyvind HarboeMerge branch 'dsp5680xx_cherry' of git://repo.or.cz...
2011-08-31 simonqian.openocdvsllink driver compile fails with'vsllink_debug_buffer...
2011-08-16 SimonQianversaloon driver update
2010-06-17 Antonio Borneovsllink: fix -Wshadow warning
2010-06-07 Øyvind Harboejtag: rename JTAG_MOVESTATE to JTAG_TLR_RESET
2010-03-11 David Brownellversaloon cleanup patch
2010-03-11 simon qianNew JTAG driver for Versaloon
2010-01-18 David Brownellvsllink -- add comment
2010-01-18 simon qianread target voltage first in vsllink
2010-01-03 David BrownellJTAG/drivers: cleanup jtag_interface structs
2009-12-03 Zachary T Welchchange #include "interface.h" to <jtag/interface.h>
2009-12-03 Zachary T Welchchange #include "commands.h" to <jtag/commands.h>
2009-12-03 Zachary T Welchmove jtag drivers to src/jtag/drivers