aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers
AgeCommit message (Expand)Author
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2012-01-03ST-LINK USB initial releaseMathias K
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe
2011-12-16Initialize return value.Mathias K
2011-12-12jlink libusb-1.0 driver.Mauro Gamba
2011-12-02libusb: Fix build issues under cygwin/mingwSpencer Oliver
2011-11-25Fix unused variables error in amt_jtagaccelEvan Hunter
2011-11-18usbprog: fix shadowed declaration warningSpencer Oliver
2011-11-18libusb-1.0 supportMauro Gamba
2011-11-18Revert "build: fix gcc 4.6.2 warnings"Spencer Oliver
2011-11-18build: fix gcc 4.6.2 warningsSpencer Oliver
2011-11-17presto: fix tms_sequence short issueRobert Pasz
2011-11-16bitq: make private functions staticAndreas Fritiofson
2011-11-16bitq: reduce scope of variablesAndreas Fritiofson
2011-11-16bitq: remove the remaining static variablesAndreas Fritiofson
2011-11-16bitq: remove a static variableAndreas Fritiofson
2011-11-16bitq: remove dead codeAndreas Fritiofson
2011-11-15Add Tincantools Flyswatter2 supportMarek Vasut
2011-11-10ft2232: fix warning about assignment to local variableØyvind Harboe
2011-11-10ft2232: Set PWR_RST and LOOPBACK for xds100v2Kyle Manna
2011-11-09buspirate: add missing error propagationØyvind Harboe
2011-11-09usbprog: fix unecessary and confusing assignmentØyvind Harboe
2011-11-02usbtoxxx: remove warning by reducing scope of variableØyvind Harboe
2011-10-22buspirate: ignore return value and fix warningØyvind Harboe
2011-10-14arm-jtag-ew: whitespace cleanupSpencer Oliver
2011-10-08arm-jtag-ew: Send GDB keep_alive() messages when logging USB communicationSimon Barner
2011-10-08arm-jtag-ew: FormattingSimon Barner
2011-10-08arm-jtag-ew: In armjtagew_init(), set initial JTAG speed to 32 kHz (before TA...Simon Barner
2011-10-08arm-jtag-ew: Emit a warning if interface firmware version != 1.6Simon Barner
2011-10-08arm-jtag-ew: Declare interface as `jtag_only'Simon Barner
2011-10-08arm-jtag-ew: Provide armjtagew_speed_div() in order to fix interactive use of...Simon Barner
2011-10-08arm-jtag-ew: Fix setting interface speed (2/2)Simon Barner
2011-10-08arm-jtag-ew: Fix setting interface speed (1/2)Simon Barner
2011-09-11Fixes and spellchecks for various Buspirate output messagesLuca Bruno
2011-09-02Implementation of a new jtag remote_bitbang driver.Richard Uhler
2011-09-01ULINK driver: Remove typedefs in ulink.cMartin Schmölzer
2011-09-01ULINK driver: Remove typedefs in OpenULINK firmware: Use typedefs from stdint...Martin Schmölzer
2011-09-01ULINK driver: Remove typedefs in OpenULINK firmware USB descriptor structuresMartin Schmölzer
2011-08-31ULINK driver: Update firmware image to reflect the latest changes in source c...Martin Schmoelzer
2011-08-31ULINK driver: Implement variable TCK frequency in OpenOCD driverMartin Schmoelzer
2011-08-31ULINK driver: Implement variable TCK frequency in OpenULINK firmwareMartin Schmölzer
2011-08-31ULINK driver: Fix whitespace in OpenULINK firmware usb.c module (trivial)Martin Schmoelzer
2011-08-31ULINK driver: Implement JTAG_PATHMOVE commandMartin Schmoelzer
2011-08-31ULINK driver: Implement JTAG_STABLECLOCKS commandMartin Schmölzer
2011-08-31ULINK driver: Implement command to manually force downloading firmware image ...Martin Schmölzer
2011-08-31ULINK driver: Re-order queue functions to reflect the order in commands.hMartin Schmölzer
2011-08-31ULINK driver: Properly propagate return values in ulink_execute_queue()Martin Schmölzer
2011-08-31ULINK driver: Update some comments, fix some coding mistakesMartin Schmölzer
2011-08-31vsllink driver compile fails with'vsllink_debug_buffer' defined but not usedsimonqian.openocd