summaryrefslogtreecommitdiff
path: root/src/jtag/drivers
Commit message (Expand)AuthorAgeFilesLines
* A working version for my EFM board.Trygve Laugstøl2012-02-221-23/+86
* driver/ft2232: Added raw-wire level debug of data read/written by ft2232. Thi...Tomek CEDRO2011-11-021-0/+5
* IF/TRANSFER: interface->transfer() function is now fixed and verified to work...Tomek CEDRO2011-07-281-15/+27
* INTERFACE/FT2232: 'ft2232_swd' interface was created and added to the list of...Tomek CEDRO2011-06-251-0/+16
* TRANSPORT: Supported transport names lists are now declared by src/transport....Tomek CEDRO2011-06-251-1/+1
* FT2232: LT-LINK interface layout initialization routines: renamed existing la...Tomek CEDRO2011-06-251-8/+66
* FT2232/BITBANG: Added layout specific bitbang_deny paramater that will block ...Tomek CEDRO2011-06-251-0/+14
* FT2232: Added test implementation for transfer() function transfering bits in...Tomek CEDRO2011-06-231-0/+33
* FT2232_DRIVER: Added bitbang() implementation backend to drive signals on FT2...Tomek CEDRO2011-06-161-3/+104
* transport: move files over to transport folderØyvind Harboe2011-06-131-1/+1
* cleanup trailing whitespacesRodrigo L. Rosa2011-06-121-1/+1
* Added minimodule (ftdi) interfaceRodrigo L. Rosa2011-06-121-0/+55
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin2011-06-071-6/+0
* adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg2011-05-018-44/+0
* buspirate: fix building on some OSesDamjan Marion2011-04-261-0/+5
* jlink: jlink_debug_buffer use inline function when _DEBUG_USB_COMMS_ not defineJean-Christophe PLAGNIOL-VILLARD2011-04-091-10/+4
* Buffering for up to 64 bytes in USB Blaster.Ali Lown2011-04-081-12/+38
* Add support for LED to USB Blaster code.Ali Lown2011-04-081-0/+9
* Fix a bunch of typos.Uwe Hermann2011-03-172-2/+2
* jlink: add Emulator configuration supportJean-Christophe PLAGNIOL-VILLARD2011-03-131-0/+397
* jlink: add detect hw typeJean-Christophe PLAGNIOL-VILLARD2011-03-131-0/+21
* jlink: use tap buffer as 2kJean-Christophe PLAGNIOL-VILLARD2011-03-131-3/+3
* jlink: add capability dumper and commandJean-Christophe PLAGNIOL-VILLARD2011-03-131-1/+101
* ft2232: fix log message and change log output to debugMathias K2011-03-031-1/+1
* jlink: add jlink_pid to specify the pid to useJean-Christophe PLAGNIOL-VILLARD2011-03-021-2/+25
* jlink: switch commands to subcommandsJean-Christophe PLAGNIOL-VILLARD2011-03-021-3/+13
* jlink: harmonise the device name to J-LinkJean-Christophe PLAGNIOL-VILLARD2011-03-021-4/+4
* jlink: add new PID and VIDJean-Christophe PLAGNIOL-VILLARD2011-03-021-2/+8
* ft2232: fix possible read buffer overflowMathias K2011-02-241-3/+17
* jlink: set the speed at JLINK_MAX_SPEED when an exceeded speed is requestedJean-Christophe PLAGNIOL-VILLARD2011-02-231-2/+2
* ft2232: add functions for ft2232 set data bits high/low byte commandMathias K2011-02-141-280/+93
* buspirate: Fix command parsing, fix errors to have more sense.Michal Demin2011-02-081-28/+26
* add basic TI xds100v2 supportMathias K2011-01-261-0/+94
* nit: more LOG_* \n fixesEric Wetzel2011-01-095-16/+16
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-055-22/+22
* Fix for compilation failure amt_jtagaccel.cJohn Devereux2010-12-161-0/+3
* build: fix build from previous commitSpencer Oliver2010-12-082-2/+2
* jtag: getting the JTAG speed can failØyvind Harboe2010-12-088-15/+48
* Some cosmetic fixes to the Lisa/L layout support functions.Piotr Esden-Tempski2010-11-301-5/+1
* Added support for the blinking leds on Floss-JTAG v0.3 and newer.Piotr Esden-Tempski2010-11-301-0/+57
* build: add common.mkSpencer Oliver2010-11-181-3/+1
* buspirate: change handling of communication speed setting + create serial por...Michal Demin2010-10-251-11/+16
* buspirate: Serial port was not correctly closed.Michal Demin2010-10-251-0/+9
* add JLINK protocol doc refDavid Brownell2010-10-101-0/+3
* Update ep93xx and at91rm9200 driversLuca Bruno2010-09-302-26/+12
* bitq: unshadow pause()David Brownell2010-08-271-4/+4
* Fix typo in usb_blaster_vid_pid error messageCatalin Patulea2010-08-141-1/+1
* Added support for the Lisa/L jtag LEDs.Piotr Esden-Tempski2010-08-131-1/+56
* Added support for Lisa/L builtin JTAG interface.Piotr Esden-Tempski2010-08-131-0/+5
* Buspirate: fix shadowMichal Demin2010-07-231-14/+14