summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* 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
* add basic TI xds100v2 supportMathias K2011-01-261-0/+94
* str9xpec: Find flash controller from the chain.Santeri Salko2011-01-142-1/+2
* transport: fix transport command args gaffesimon qian2011-01-131-3/+3
* transport: fix LOG_DEBUG gaffesimon qian2011-01-131-2/+4
* nit: more LOG_* \n fixesEric Wetzel2011-01-096-17/+17
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-055-22/+22
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-032-3/+3
* initial SWD transport (SWD infrastructure #2)David Brownell2010-12-245-1/+124
* Fix for compilation failure amt_jtagaccel.cJohn Devereux2010-12-161-0/+3
* Fix for segmentation fault from freed memory access in jtag_unregister_event_...Paul Richards2010-12-101-13/+9
* build: fix build from previous commitSpencer Oliver2010-12-082-2/+2
* jtag: getting the JTAG speed can failØyvind Harboe2010-12-0811-27/+71
* 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