aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/vsllink.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-18jtag/drivers/vsllink: fix memory leakTomas Vanek1-0/+1
2021-11-28jtag/vsllink: switch to command 'adapter serial'Antonio Borneo1-24/+2
2021-11-13jtag: align adapter speed code to new structureAntonio Borneo1-2/+2
2021-11-13jtag: move prototype of adapter init/quit and speed to adapter.hAntonio Borneo1-0/+1
2021-08-14drivers/vsllink: Group adapter commandsMarc Schink1-7/+18
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-3/+3
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-05-01libusb: don't use typedef'sAntonio Borneo1-2/+2
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-14/+9
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-1/+1
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-6/+11
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-17/+4
2019-06-06swd: remove unused API frequency()Antonio Borneo1-1/+0
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-26/+18
2019-04-07drivers/vsllink: add help and usage to commandsAntonio Borneo1-0/+12
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-12-29swd: Remove DAP from parameter listAndreas Fritiofson1-16/+10
2015-04-16configure the SWD frequency when setting adapter speed in SWD mode for versaloonSimon Qian1-1/+3
2014-09-29vsllink: improve the performance when using swdSimon Qian1-50/+4
2014-07-03vsllink: Port to libusb-1.0 APIFatih Aşıcı1-112/+84
2014-07-03vsllink: Add SWD supportFatih Aşıcı1-21/+210
2013-12-17versaloon: Finish support for serial number matchingAndreas Fritiofson1-10/+27
2013-10-31Remove unnecessary castsAndreas Fritiofson1-7/+7
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-25Fix buffer overflow in versaloon interfaceJoerg Fischer1-1/+1
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-145/+107
2012-01-04Change return value on error.Mathias K1-15/+5
2011-08-31vsllink driver compile fails with'vsllink_debug_buffer' defined but not usedsimonqian.openocd1-3/+3
2011-08-16versaloon driver updateSimonQian1-439/+240
2010-06-17vsllink: fix -Wshadow warningAntonio Borneo1-5/+5
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe1-1/+1
2010-03-11versaloon cleanup patchDavid Brownell1-321/+271
2010-03-11New JTAG driver for Versaloonsimon qian1-1072/+304
2010-01-18vsllink -- add commentDavid Brownell1-0/+3
2010-01-17read target voltage first in vsllinksimon qian1-0/+8
2010-01-03JTAG/drivers: cleanup jtag_interface structsDavid Brownell1-10/+10
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch1-1/+1
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch1-1/+1
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-0/+1903