| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [2/8] | kc8apf | 2009-05-18 | 1 | -19/+17 |
* | Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> | kc8apf | 2009-05-18 | 1 | -0/+15 |
* | ftdi_set_interface correctness by Strontium <strntydog@gmail.com> | kc8apf | 2009-05-18 | 1 | -6/+6 |
* | JTAG state table updates (short table still disabled). Provided by Dick Holl... | kc8apf | 2009-05-18 | 1 | -11/+14 |
* | Remove unecessary(and poptentially harmful?) "" around arguments | oharboe | 2009-05-18 | 1 | -1/+1 |
* | less weird error messages for unknown commands. Check if command exists befor... | oharboe | 2009-05-18 | 1 | -3/+4 |
* | 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 | 14 | -56/+63 |
* | Whitespace cleanup from David Brownell <david-b@pacbell.net> | kc8apf | 2009-05-18 | 12 | -343/+342 |
* | fix array2mem/mem2array when used as a "method" on a target. | oharboe | 2009-05-17 | 1 | -14/+14 |
* | Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d... | oharboe | 2009-05-16 | 11 | -22/+22 |
* | fix naming of at91sam7 driver | oharboe | 2009-05-16 | 1 | -2/+2 |
* | Freddie Chopin <freddie_chopin@op.pl> move files about to where they belong | oharboe | 2009-05-16 | 10 | -508/+500 |
* | Initialize a more variables in jim.c to allow gcc-4.4 to build. | zwelch | 2009-05-15 | 1 | -2/+2 |
* | Initialize value of objPtr local variable; prevents warning w/ gcc-4.4. | zwelch | 2009-05-15 | 1 | -1/+1 |
* | fix -fno-common/Mac build problems. | oharboe | 2009-05-15 | 1 | -1/+1 |
* | Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM... | oharboe | 2009-05-15 | 2 | -4/+8 |
* | revert to 1775. 1790 causes SEGFAULT w/Cygwin. | oharboe | 2009-05-15 | 1 | -0/+1 |
* | Remove JIM_EMBEDDED symbol; not appropriate or necessary. | zwelch | 2009-05-14 | 1 | -1/+0 |
* | Paul Thomas <pthomas8589@gmail.com>: new board cfg for Linuxstamp-mx27 | zwelch | 2009-05-14 | 1 | -0/+59 |
* | use TAP_INVALID enum instead of -1 | oharboe | 2009-05-14 | 1 | -5/+5 |
* | 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 |
* | fix broken ir/drscan -endstate option. The statemachine now actually ends up ... | oharboe | 2009-05-14 | 1 | -11/+6 |
* | 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 |
* | zy1000 1.52 snapshot | oharboe | 2009-05-13 | 1 | -1/+1 |
* | Include types.h in command.h to make stdint.h available through it. | zwelch | 2009-05-13 | 1 | -0/+2 |
* | added verify_jtag command | oharboe | 2009-05-13 | 1 | -15/+49 |
* | Include files required to rebuild the HTTP web pages in distribution. | zwelch | 2009-05-13 | 1 | -0/+9 |
* | shuffled comments about for jtag_add_dr_out() fn. | oharboe | 2009-05-13 | 1 | -7/+14 |
* | irscan now also works correctly in addition to not crashing :-) | oharboe | 2009-05-12 | 1 | -1/+1 |
* | - add missing svn props from svn 1768 commit | ntfreak | 2009-05-12 | 1 | -174/+174 |
* | 4-bit ECC support for Marvell Kirkwood SOC | oharboe | 2009-05-12 | 5 | -4/+197 |
* | Nicolas Pitre <nico@cam.org> lower JTAG clock for SheevaPlug | oharboe | 2009-05-12 | 1 | -1/+1 |
* | move eCos type definition to types.h where it belongs. | oharboe | 2009-05-12 | 2 | -5/+6 |
* | Add stdint.h to types.h to provide intptr_t. | zwelch | 2009-05-12 | 2 | -1/+3 |
* | - fix build issue when HAVE_ELF_H is not defined | ntfreak | 2009-05-12 | 1 | -21/+29 |
* | eCos fixes | oharboe | 2009-05-12 | 2 | -0/+14 |
* | Audit and remove redundant uses of replacements.h in the tree. | zwelch | 2009-05-12 | 8 | -25/+8 |
* | Make system.h private by including it from config.h autoheader. | zwelch | 2009-05-12 | 1 | -1/+0 |
* | Audit and reduce #include directives in jim source files. | zwelch | 2009-05-12 | 2 | -23/+0 |
* | Define _GNU_SOURCE in config.h, remove definitions from source files. | zwelch | 2009-05-12 | 2 | -8/+0 |
* | Remove config.h from types.h; all .c files are required to include it. | zwelch | 2009-05-12 | 1 | -4/+0 |
* | Include config.h in pregenerated rlink_speed_table.c source. | zwelch | 2009-05-12 | 1 | -0/+3 |