summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: add common.mkSpencer Oliver2010-11-182-6/+2
* TCL scripts: replace "puts" with "echo"Antonio Borneo2010-11-091-4/+4
* jim tests: use installedØyvind Harboe2010-10-291-14/+19
* 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
* zy1000: fix non-JTAG master buildØyvind Harboe2010-09-261-1/+1
* zy1000: add support for Linux hostØyvind Harboe2010-09-202-6/+45
* zy1000: remove obsolete debug codeØyvind Harboe2010-09-201-7/+0
* Remove duplicated initializationAlexander Stein2010-09-081-1/+0
* warning: fix silly -O3 warningØyvind Harboe2010-09-071-1/+1