| Commit message (Expand) | Author | Age | Files | Lines |
* | Author: Spencer Oliver <spen@spen-soft.co.uk> | kc8apf | 2009-05-20 | 5 | -9/+55 |
* | Added jtag_nsrst_delay 200 and jtag_ntrst_delay 200 to the LPC2294 target. | mifi | 2009-05-19 | 1 | -0/+3 |
* | Wookey <wookey@wookware.org> update syntax | oharboe | 2009-05-19 | 1 | -8/+3 |
* | Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ... | oharboe | 2009-05-18 | 1 | -5/+131 |
* | - add missing svn props from svn 1798 commit | ntfreak | 2009-05-18 | 9 | -500/+500 |
* | Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene... | oharboe | 2009-05-18 | 3 | -25/+26 |
* | Fix logically inverted comment | kc8apf | 2009-05-18 | 1 | -1/+1 |
* | Consolidate target selection code into single get_target() that handles both ... | kc8apf | 2009-05-18 | 8 | -43/+50 |
* | fix array2mem/mem2array when used as a "method" on a target. | oharboe | 2009-05-17 | 1 | -14/+14 |
* | Freddie Chopin <freddie_chopin@op.pl> move files about to where they belong | oharboe | 2009-05-16 | 10 | -508/+500 |
* | Paul Thomas <pthomas8589@gmail.com>: new board cfg for Linuxstamp-mx27 | zwelch | 2009-05-14 | 1 | -0/+59 |
* | take #2: dump_image now works for addresses not divisible by 4 | oharboe | 2009-05-14 | 1 | -6/+0 |
* | dump_image now works for addresses not divisible by 4 | oharboe | 2009-05-14 | 1 | -1/+1 |
* | selftest wip | oharboe | 2009-05-14 | 1 | -0/+17 |
* | propagate error in dump_image. If an error occurs during dump_image, a tcl ex... | oharboe | 2009-05-14 | 1 | -2/+2 |
* | 4-bit ECC support for Marvell Kirkwood SOC | oharboe | 2009-05-12 | 1 | -2/+2 |
* | Nicolas Pitre <nico@cam.org> lower JTAG clock for SheevaPlug | oharboe | 2009-05-12 | 1 | -1/+1 |
* | Audit and remove redundant uses of replacements.h in the tree. | zwelch | 2009-05-12 | 2 | -3/+0 |
* | Define _GNU_SOURCE in config.h, remove definitions from source files. | zwelch | 2009-05-12 | 1 | -5/+0 |
* | fix memory corruption introduce in 1730 | oharboe | 2009-05-12 | 2 | -8/+8 |
* | now builds on 64 and 32 bit systems | oharboe | 2009-05-11 | 1 | -1/+1 |
* | fix jtag_add_dr_scan() usage a bit... avoid lots of malloc()'s. | oharboe | 2009-05-11 | 1 | -10/+6 |
* | USB performance regression fix | oharboe | 2009-05-11 | 1 | -9/+11 |
* | switch to jtag_add_dr_scan_check() - USB performance fix | oharboe | 2009-05-11 | 1 | -3/+9 |
* | switch to jtag_add_dr_scan_check() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+10 |
* | switch to jtag_add_dr_scan_check() - USB performance fix | oharboe | 2009-05-11 | 1 | -3/+9 |
* | change jtag_add_callback API to be able to support check_value/mask | oharboe | 2009-05-11 | 2 | -4/+4 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -14/+20 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -5/+12 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -40/+4 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -13/+15 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -11/+11 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | used by upcoming commits | oharboe | 2009-05-11 | 1 | -0/+13 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 34 | -218/+28 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 30 | -158/+7 |
* | Audit and eliminate redundant #include directives in core target files. | zwelch | 2009-05-11 | 3 | -25/+8 |
* | Fix compilation of target_request.h when it is included first. | zwelch | 2009-05-11 | 1 | -1/+1 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 4 | -4/+0 |
* | Extend autotools build to create shared library libopenocd with libtool: | zwelch | 2009-05-10 | 1 | -2/+3 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. | oharboe | 2009-05-10 | 11 | -196/+95 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. Testing out on one fil... | oharboe | 2009-05-10 | 1 | -22/+4 |
* | David Brownell <david-b@pacbell.net> fix warnings | oharboe | 2009-05-10 | 1 | -1/+1 |
* | Michael Bruck <mbruck@digenius.de> ARM11 C99 updates | oharboe | 2009-05-09 | 3 | -61/+43 |
* | whitespace fixes | oharboe | 2009-05-08 | 2 | -18/+7 |
* | whitespace fixes | oharboe | 2009-05-08 | 2 | -52/+13 |