| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | disable polling continuous polling during reset | oharboe | 2009-06-11 | 1 | -0/+9 |
* | Move the documentation for the "poll" command up with | zwelch | 2009-06-10 | 1 | -2/+4 |
* | Fix make maintainer-clean for out-of-tree builds. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | Encapsulate jtag_reset_config using accessors: | zwelch | 2009-06-09 | 3 | -2/+7 |
* | Encapsulate the jtag_trst and jtag_srst variables: | zwelch | 2009-06-09 | 2 | -2/+2 |
* | Replace 'jtag.c' with 'core.c' in code comments. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor... | oharboe | 2009-06-08 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-06-08 | 1 | -7/+26 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-07 | 1 | -3/+19 |
* | Fix regression in mdw output; identified by Magnus Lundin. | zwelch | 2009-06-07 | 1 | -3/+3 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 1 | -2/+0 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 1 | -2/+0 |
* | Eliminate MixedCaps symbol from public JTAG TAP API: | zwelch | 2009-06-05 | 1 | -1/+1 |
* | Eliminate MixedCaps symbol from public JTAG TAP API: | zwelch | 2009-06-05 | 2 | -2/+2 |
* | unbreak arm11. TAP_INVALID is used to communicate inband that a special state... | oharboe | 2009-06-04 | 1 | -1/+1 |
* | - add support for different TAR autotincrement sizes as per ARM ADI spec. | ntfreak | 2009-06-04 | 3 | -12/+34 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 17 | -69/+69 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 16 | -65/+65 |
* | no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE | oharboe | 2009-06-04 | 3 | -5/+5 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 5 | -14/+14 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 16 | -65/+65 |
* | Improve in-source documentation that was causing Doxygen warnings. | zwelch | 2009-06-03 | 1 | -3/+3 |
* | - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp... | ntfreak | 2009-06-02 | 4 | -45/+76 |
* | some trivial minidriver fixes | oharboe | 2009-06-02 | 1 | -1/+5 |
* | Scrub final vestiges of in_handler from mips target APIs. | zwelch | 2009-06-01 | 3 | -6/+6 |
* | fix warning for a variable that GCC thought might be uninitialized(which it c... | oharboe | 2009-06-01 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 2 | -203/+203 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 18 | -173/+180 |
* | Whitespace-only updates to automake input files: | zwelch | 2009-05-31 | 1 | -10/+80 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 16 | -2/+23 |
* | Add target_examine_one wrapper: | zwelch | 2009-05-31 | 3 | -2/+13 |
* | Add target breakpoint and watchpoint wrapper: | zwelch | 2009-05-31 | 3 | -4/+55 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 4 | -6/+21 |
* | Add target_step wrapper: | zwelch | 2009-05-31 | 2 | -0/+13 |
* | Add target_get_gdb_reg_list wrapper: | zwelch | 2009-05-31 | 2 | -1/+17 |
* | Add target_bulk_write_memory wrapper: | zwelch | 2009-05-31 | 2 | -1/+21 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 10 | -33/+62 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 4 | -4/+30 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 7 | -26/+45 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 6 | -23/+42 |
* | Simplify the handle_md_command routine in target.c: | zwelch | 2009-05-31 | 1 | -58/+61 |
* | Make nvp_target_event static; remove its external declaration. | zwelch | 2009-05-31 | 2 | -3/+1 |
* | Make target_buffer_get_uXX interfaces work with constant buffers. | zwelch | 2009-05-31 | 2 | -6/+6 |
* | Eliminate duplicated code in the handle_mw_command memory write loop. | zwelch | 2009-05-30 | 1 | -20/+4 |
* | Remove trailing whitespace from oocd_trace source file. | zwelch | 2009-05-30 | 1 | -52/+52 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-30 | 2 | -3/+10 |
* | Author: Nicolas Pitre <nico@cam.org> | kc8apf | 2009-05-27 | 1 | -0/+7 |
* | Move TCL script files -- Step 1 of 2: | zwelch | 2009-05-27 | 116 | -4362/+0 |
* | Added the options calc_checksum to the flash driver. | mifi | 2009-05-24 | 1 | -1/+1 |
* | Nicolas Pitre <nico@cam.org>: Update sheevaplug interface script: | zwelch | 2009-05-24 | 1 | -0/+6 |