aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/rlink.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-03libusb_helper.h: Increase USB timeoutGabor Csapo1-16/+14
2021-11-28drivers: call adapter_get_required_serial() in jtag_libusb_open()Antonio Borneo1-1/+1
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-15/+6
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-07-02jtag: rename CamelCase symbolsAntonio Borneo1-54/+54
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-05-01libusb: don't use typedef'sAntonio Borneo1-7/+7
2021-03-10drivers/rlink: switch to libusb1Antonio Borneo1-84/+116
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-26jtag: fix minor typosAntonio Borneo1-2/+2
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-3/+9
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-22/+10
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-10-08rlink: Fix DTC command timeoutPeter Horn1-1/+1
2012-09-29Fix: Error while reading from USB endpointPeter Horn1-1/+1
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-727/+631
2011-08-10rlink: read only the expected number of bytesAndreas Fritiofson1-10/+6
2011-08-10rlink: simplify and optimize queue fill level checksAndreas Fritiofson1-44/+34
2011-08-10rlink: remove redundant text from log messagesAndreas Fritiofson1-10/+5
2011-08-10rlink: remove duplicated codeAndreas Fritiofson1-19/+9
2011-08-10rlink: fix reply counter to enable sending full buffersAndreas Fritiofson1-7/+9
2011-08-10rlink: more indentation fixesAndreas Fritiofson1-103/+100
2011-08-10rlink: fix indentation errorsAndreas Fritiofson1-363/+363
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg1-5/+0
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-7/+7
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-15/+15
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe1-1/+5
2010-06-17mingw32: -Wshadow fixes in rlink.cFreddie Chopin1-7/+7
2010-06-17rlink: -Wshadows fixesFreddie Chopin1-15/+15
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe1-2/+2
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/+1812