aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver54-7072/+5939
2012-01-30STLINK: add check for the supported jtag API versionMathias K1-54/+117
2012-01-27STLINK: Test device version (v1/v2) on usb transfers and add sg supportMathias K1-3/+187
2012-01-27STLINK: swd transport renamed and jtag+swim transport addedMathias K1-75/+219
2012-01-12stlink: add read/write 8bit memoryMathias K1-4/+71
2012-01-12stlink: correctly signal stlink_interface_open failureSpencer Oliver1-1/+1
2012-01-04Change return value on error.Mathias K7-39/+26
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-3/+3
2012-01-03ST-LINK USB initial releaseMathias K3-1/+670
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe1-5/+0
2011-12-16Initialize return value.Mathias K1-1/+1
2011-12-12jlink libusb-1.0 driver.Mauro Gamba1-32/+20
2011-12-02libusb: Fix build issues under cygwin/mingwSpencer Oliver2-2/+2
2011-11-25Fix unused variables error in amt_jtagaccelEvan Hunter1-0/+8
2011-11-18usbprog: fix shadowed declaration warningSpencer Oliver1-1/+1
2011-11-18libusb-1.0 supportMauro Gamba6-0/+411
2011-11-18Revert "build: fix gcc 4.6.2 warnings"Spencer Oliver1-8/+16
2011-11-18build: fix gcc 4.6.2 warningsSpencer Oliver1-16/+8
2011-11-17presto: fix tms_sequence short issueRobert Pasz1-1/+1
2011-11-16bitq: make private functions staticAndreas Fritiofson1-8/+8
2011-11-16bitq: reduce scope of variablesAndreas Fritiofson1-4/+3
2011-11-16bitq: remove the remaining static variablesAndreas Fritiofson1-19/+6
2011-11-16bitq: remove a static variableAndreas Fritiofson1-4/+2
2011-11-16bitq: remove dead codeAndreas Fritiofson1-35/+1
2011-11-15Add Tincantools Flyswatter2 supportMarek Vasut1-14/+65
2011-11-10ft2232: fix warning about assignment to local variableØyvind Harboe1-1/+0
2011-11-10ft2232: Set PWR_RST and LOOPBACK for xds100v2Kyle Manna1-14/+39
2011-11-09buspirate: add missing error propagationØyvind Harboe1-0/+8
2011-11-09usbprog: fix unecessary and confusing assignmentØyvind Harboe1-2/+0
2011-11-02usbtoxxx: remove warning by reducing scope of variableØyvind Harboe1-2/+3
2011-10-22buspirate: ignore return value and fix warningØyvind Harboe1-2/+2
2011-10-14arm-jtag-ew: whitespace cleanupSpencer Oliver1-26/+15
2011-10-08arm-jtag-ew: Send GDB keep_alive() messages when logging USB communicationSimon Barner1-0/+3
2011-10-08arm-jtag-ew: FormattingSimon Barner1-1/+1
2011-10-08arm-jtag-ew: In armjtagew_init(), set initial JTAG speed to 32 kHz (before TA...Simon Barner1-0/+3
2011-10-08arm-jtag-ew: Emit a warning if interface firmware version != 1.6Simon Barner1-0/+5
2011-10-08arm-jtag-ew: Declare interface as `jtag_only'Simon Barner1-0/+1
2011-10-08arm-jtag-ew: Provide armjtagew_speed_div() in order to fix interactive use of...Simon Barner1-0/+9
2011-10-08arm-jtag-ew: Fix setting interface speed (2/2)Simon Barner1-2/+2
2011-10-08arm-jtag-ew: Fix setting interface speed (1/2)Simon Barner1-1/+1
2011-09-11Fixes and spellchecks for various Buspirate output messagesLuca Bruno1-9/+9
2011-09-02Implementation of a new jtag remote_bitbang driver.Richard Uhler2-0/+289
2011-09-01ULINK driver: Remove typedefs in ulink.cMartin Schmölzer1-36/+35
2011-09-01ULINK driver: Remove typedefs in OpenULINK firmware: Use typedefs from stdint...Martin Schmölzer11-206/+162
2011-09-01ULINK driver: Remove typedefs in OpenULINK firmware USB descriptor structuresMartin Schmölzer2-37/+45
2011-08-31ULINK driver: Update firmware image to reflect the latest changes in source c...Martin Schmoelzer1-229/+334
2011-08-31ULINK driver: Implement variable TCK frequency in OpenOCD driverMartin Schmoelzer1-37/+366
2011-08-31ULINK driver: Implement variable TCK frequency in OpenULINK firmwareMartin Schmölzer4-34/+408
2011-08-31ULINK driver: Fix whitespace in OpenULINK firmware usb.c module (trivial)Martin Schmoelzer1-1/+1
2011-08-31ULINK driver: Implement JTAG_PATHMOVE commandMartin Schmoelzer1-1/+51