| Commit message (Expand) | Author | Age | Files | Lines |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-21 | 1 | -37/+27 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-21 | 1 | -16/+17 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-21 | 1 | -27/+28 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-21 | 1 | -9/+0 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-21 | 1 | -44/+23 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-21 | 1 | -15/+20 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-21 | 2 | -31/+31 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-21 | 1 | -14/+76 |
* | Add 'docs' and 'doxygen' targets to top-level Makefile. | zwelch | 2009-05-20 | 2 | -0/+42 |
* | Add initial OpenOCD server documentation (Duane Ellis and myself). | zwelch | 2009-05-20 | 1 | -1/+287 |
* | Add new TCL Primer under the main Technical Primer page. | zwelch | 2009-05-20 | 1 | -0/+1 |
* | Move TCL overview from source tree to doxygen manual. | zwelch | 2009-05-20 | 1 | -0/+8 |
* | Fix doc/Makefile.am dist-hook to include all sections of manual. | zwelch | 2009-05-20 | 1 | -0/+4 |
* | Move non-arm target overview from source tree to doxygen manual. | zwelch | 2009-05-20 | 2 | -27/+16 |
* | Move scripting overview from source tree to doxygen manual. | zwelch | 2009-05-20 | 1 | -10/+10 |
* | Spencer Oliver <spen@spen-soft.co.uk> use 7 tms out of reset | oharboe | 2009-05-20 | 1 | -3/+3 |
* | Author: Spencer Oliver <spen@spen-soft.co.uk> | kc8apf | 2009-05-20 | 5 | -9/+55 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -13/+12 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -4/+2 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -16/+15 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -2/+1 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -18/+16 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -13/+12 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -2/+1 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -19/+25 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -6/+7 |
* | Author: Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-20 | 1 | -78/+80 |
* | Wookey <wookey@wookware.org>: add user documentation for echo command. | zwelch | 2009-05-19 | 1 | -0/+4 |
* | Added jtag_nsrst_delay 200 and jtag_ntrst_delay 200 to the LPC2294 target. | mifi | 2009-05-19 | 1 | -0/+3 |
* | fix warnings | oharboe | 2009-05-19 | 1 | -4/+10 |
* | Wookey <wookey@wookware.org> update syntax | oharboe | 2009-05-19 | 1 | -8/+3 |
* | David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfix | oharboe | 2009-05-19 | 2 | -4/+8 |
* | added tms_sequence command to allow switching between old/new tms sequence | oharboe | 2009-05-19 | 1 | -34/+60 |
* | use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ... | oharboe | 2009-05-18 | 6 | -6/+12 |
* | Update BUGS file, adapting its content for the doxygen manual. | zwelch | 2009-05-18 | 2 | -16/+29 |
* | use tap_get_tms_path_len() instead of fix # of 7. | oharboe | 2009-05-18 | 1 | -2/+3 |
* | removed solved mem2array problem. | oharboe | 2009-05-18 | 1 | -3/+3 |
* | updated w/jtag_add_end_state() note. | oharboe | 2009-05-18 | 1 | -1/+6 |
* | Update The List with recent progress; remove developer list from TODO. | zwelch | 2009-05-18 | 1 | -42/+11 |
* | Enable non-7-cycle state table for FT2232 and JLink | kc8apf | 2009-05-18 | 1 | -1/+1 |
* | JLink support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com> | kc8apf | 2009-05-18 | 1 | -4/+10 |
* | FT2232 support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com> | kc8apf | 2009-05-18 | 1 | -239/+393 |
* | Fix fallout from r1818 | kc8apf | 2009-05-18 | 1 | -1/+1 |
* | Change last_comand_pointer to last_command_pointer by Michael Bruck <mbruck@d... | kc8apf | 2009-05-18 | 1 | -4/+4 |
* | Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [8/8] | kc8apf | 2009-05-18 | 1 | -32/+27 |
* | Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [7/8] | kc8apf | 2009-05-18 | 1 | -53/+48 |
* | Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [6/8] | kc8apf | 2009-05-18 | 1 | -17/+15 |
* | Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [5/8] | kc8apf | 2009-05-18 | 1 | -17/+17 |
* | Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [4/8] | kc8apf | 2009-05-18 | 1 | -17/+18 |
* | Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [3/8] | kc8apf | 2009-05-18 | 1 | -18/+17 |