aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2011-10-22warning: fix false positiveØ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
2011-08-16versaloon driver updateSimonQian
2011-08-11ftd2xx: fix build warningsSpencer Oliver
2011-08-10rlink: read only the expected number of bytesAndreas Fritiofson
2011-08-10rlink: simplify and optimize queue fill level checksAndreas Fritiofson
2011-08-10rlink: remove redundant text from log messagesAndreas Fritiofson
2011-08-10rlink: remove duplicated codeAndreas Fritiofson
2011-08-10rlink: fix reply counter to enable sending full buffersAndreas Fritiofson
2011-08-10rlink: more indentation fixesAndreas Fritiofson
2011-08-10rlink: fix indentation errorsAndreas Fritiofson
2011-08-09fix tapenabler return codeRodrigo L. Rosa
2011-07-12ftd2xx: handle FT_GetLatencyTimer bug in v1.04Spencer Oliver
2011-07-12busblaster: Fix warnings when building against D2XXSpencer Oliver
2011-07-12ft2232: Fix warnings when building against D2XXSteve Bennett
2011-06-26Include ULINK driver in src/jtag/drivers/Makefile.amMartin Schmölzer
2011-06-26Include ULINK driver in src/jtag/interfaces.cMartin Schmölzer
2011-06-26Add OpenULINK firmwareMartin Schmölzer
2011-06-26Add source code for new ULINK driverMartin Schmölzer
2011-06-17build: add missing files from dist releaseSpencer Oliver
2011-06-16ADAPTER: Fixed transport selection mechanism to support transports other than...Tomek CEDRO
2011-06-13transport: move files over to transport folderØyvind Harboe
2011-06-12cleanup trailing whitespacesRodrigo L. Rosa
2011-06-12Added minimodule (ftdi) interfaceRodrigo L. Rosa
2011-06-07Silence -O3 warningØyvind Harboe
2011-06-07Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin