summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
...
* transport: fix bug/typo in interface_transports commandØyvind Harboe2010-07-071-1/+2
* initial "transport" frameworkDavid Brownell2010-07-027-11/+571
* ft2232: revert ft2232_read_scan changesSpencer Oliver2010-07-021-10/+9
* ft2232: bugfix from previous commitSpencer Oliver2010-07-011-1/+1
* ft2232: simplify ft2232_read_scanMarc Pignat2010-07-011-9/+10
* ft2232: cleanup ft2232_writeMarc Pignat2010-07-011-42/+43
* jtag: retire jtag_get_error()Øyvind Harboe2010-06-212-9/+4
* arm-jtag-ew: -Wshadow fixAndreas Fritiofson2010-06-191-6/+6
* mingw32: -Wshadow fixes in arm-jtag-ew.cFreddie Chopin2010-06-171-4/+4
* mingw32: -Wshadow fixes in rlink.cFreddie Chopin2010-06-171-7/+7
* rlink: -Wshadows fixesFreddie Chopin2010-06-171-15/+15
* jlink: fix -Wshadow warningAntonio Borneo2010-06-171-7/+7
* vsllink: fix -Wshadow warningAntonio Borneo2010-06-171-5/+5
* zy1000: fix arm11 optimisationØyvind Harboe2010-06-171-79/+78
* zy1000: -Wshadow warning fixØyvind Harboe2010-06-151-2/+2
* jtag: added mising headerThomas Koeller2010-06-101-0/+1
* zy1000: fix optimisation gaffeØyvind Harboe2010-06-081-7/+30
* zy1000: added watchdog serverØyvind Harboe2010-06-081-1/+92
* jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe2010-06-0713-14/+21
* zy1000: fix false positive warning about unitialized local variableØyvind Harboe2010-05-181-1/+1
* zy1000: fix tcl command to read power dropout statusØyvind Harboe2010-05-051-3/+2
* zy1000: fix keep_alive() bugØyvind Harboe2010-05-051-0/+2
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-051-2/+2
* zy1000: wait for srst to deassertØyvind Harboe2010-05-041-13/+27
* adapter: allow adjusting srst assert withmichal smulski2010-04-241-0/+24
* JTAG/COMMANDS: review scope of functionsAntonio Borneo2010-04-102-2/+1
* buildfixDavid Brownell2010-04-031-1/+2
* jtag/tcl.c cleanup -- split out "adapter.c"David Brownell2010-03-274-430/+466
* zy1000: dev toolØyvind Harboe2010-03-252-27/+340
* zy1000: allow it to build on linux host for testing purposesØyvind Harboe2010-03-252-27/+45
* FT2232 Messaaging fixDavid Brownell2010-03-241-1/+1
* zy1000: fix optimisaion bug in dcc writesØyvind Harboe2010-03-221-8/+2
* bitq: fix warning now that out_value is constØyvind Harboe2010-03-221-1/+1
* ft2232 init mess cleanupDavid Brownell2010-03-211-60/+99
* jtag: make out_value constØyvind Harboe2010-03-212-10/+11
* FT2232 comment tweaksDavid Brownell2010-03-191-6/+18
* zy1000: clean up jtag_add_xx_scan fn'sØyvind Harboe2010-03-191-88/+67
* zy1000: fix bug in end state of DCC writesØyvind Harboe2010-03-191-2/+2
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-192-40/+0
* jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe2010-03-191-1/+1
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-182-4/+8
* zy1000: tweak the DCC inner loop a tiny bitØyvind Harboe2010-03-171-5/+8
* bitbang: add jtag_add_tms_seq supportØyvind Harboe2010-03-166-0/+33
* move "reset_config" out of JTAG command groupDavid Brownell2010-03-151-11/+11
* rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell2010-03-153-15/+17
* rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell2010-03-153-14/+15
* rename jtag_khz as adapter_khzDavid Brownell2010-03-154-17/+27
* FT2232: bulidfixSpencer Oliver2010-03-151-1/+1
* rename jtag_interface_{init,quit}()David Brownell2010-03-143-14/+17
* FT2232: lookup and save layout just onceDavid Brownell2010-03-141-31/+39