summaryrefslogtreecommitdiff
path: root/src/jtag
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-282-16/+28
* JTAG/ADP: Minor debug message update.Tomek CEDRO2011-07-281-1/+1
* INTERFACE/FT2232: 'ft2232_swd' interface was created and added to the list of...Tomek CEDRO2011-06-252-4/+24
* TRANSPORT: Supported transport names lists are now declared by src/transport....Tomek CEDRO2011-06-254-6/+3
* 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
* INTERFACE/SIGNAL: Added "find" option to tcl command interface_signal. Fixed ...Tomek CEDRO2011-06-211-3/+26
* FT2232_DRIVER: Added bitbang() implementation backend to drive signals on FT2...Tomek CEDRO2011-06-161-3/+104
* ADAPTER: Implemented TCL support for interface signal management (interface_s...Tomek CEDRO2011-06-161-0/+71
* ADAPTER: Fixed transport selection mechanism to support transports other than...Tomek CEDRO2011-06-161-8/+3
* JTAG_INTERFACE: Extended jtag_interface API with additional methods to allow ...Tomek CEDRO2011-06-161-7/+34
* transport: move files over to transport folderØyvind Harboe2011-06-136-455/+3
* cleanup trailing whitespacesRodrigo L. Rosa2011-06-121-1/+1
* Added minimodule (ftdi) interfaceRodrigo L. Rosa2011-06-121-0/+55
* Silence -O3 warningØyvind Harboe2011-06-071-1/+1
* 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-0110-53/+11
* buspirate: fix building on some OSesDamjan Marion2011-04-261-0/+5
* jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe2011-04-192-7/+15
* cortex_a : multiple target on the same dapMichel JAOUEN2011-04-131-0/+2
* 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
* types: write memory now uses constØyvind Harboe2011-04-012-4/+4
* zy1000: fix bug in ir scan handlingØyvind Harboe2011-03-211-0/+5
* zy1000: removed JTAG master TCP/IP serverØyvind Harboe2011-03-211-125/+2
* zy1000: add code to check that SRST assertsØyvind Harboe2011-03-181-34/+42
* Fix a bunch of typos.Uwe Hermann2011-03-172-2/+2
* zy1000: switch to pthreadØyvind Harboe2011-03-151-11/+13
* zy1000: fix JTAG over TCP/IP performance problemØyvind Harboe2011-03-151-8/+11
* zy1000: fix incorrect usage of jtag_sleep()Øyvind Harboe2011-03-151-1/+2
* jtag: clean up jtag_sleep, handle short sleeps correctly via usleepØyvind Harboe2011-03-151-1/+8
* zy1000: reduce memory usage for fw upgrade fnØyvind Harboe2011-03-151-16/+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
* jtag: add wait_srst_deassert commandØyvind Harboe2011-02-251-0/+51
* 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