| Commit message (Expand) | Author | Age | Files | Lines |
* | ADIv5: doxygen | David Brownell | 2010-02-06 | 1 | -27/+131 |
* | ADIv5: more messaging cleanup, docs | David Brownell | 2010-01-31 | 1 | -12/+20 |
* | Subject: ADIv5: fix more diagnostics | David Brownell | 2010-01-31 | 1 | -9/+16 |
* | ADIv5 error checking for Tcl commands | David Brownell | 2010-01-30 | 1 | -1/+17 |
* | ARM ADIv5: fix diagnostics for block writes | David Brownell | 2010-01-30 | 1 | -5/+14 |
* | ADIv5: cleanup, rename swjdp_transaction_endcheck() | David Brownell | 2010-01-29 | 1 | -28/+37 |
* | ARM ADIv5: messaging tweaks | David Brownell | 2010-01-27 | 1 | -2/+5 |
* | ADIv5 improved diagnostic | David Brownell | 2010-01-15 | 1 | -2/+3 |
* | ARM ADIv5: add comments | David Brownell | 2010-01-14 | 1 | -1/+27 |
* | ARMv7: help/usage updates | David Brownell | 2010-01-07 | 1 | -0/+8 |
* | ARM: add #defines for JTAG ack codes | David Brownell | 2010-01-05 | 1 | -6/+5 |
* | ARM: add comments re DAP assumptions | David Brownell | 2010-01-05 | 1 | -2/+14 |
* | ARM: ADIv5 JTAG symbol cleanup | David Brownell | 2010-01-02 | 1 | -33/+63 |
* | ARM: dap info fix + tweaks | David Brownell | 2010-01-02 | 1 | -8/+14 |
* | ARM: ADIv5 export cleanup | David Brownell | 2010-01-02 | 1 | -19/+27 |
* | ARM: ADIv5 symbol and comment cleanup | David Brownell | 2010-01-02 | 1 | -18/+57 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | ARM: comment tweaks in ADIv5 | David Brownell | 2009-11-25 | 1 | -2/+5 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -4/+4 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -4/+4 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -4/+4 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_jtag_t -> struct arm_jtag | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | swjdp_common_t -> struct swjdp_common | Zachary T Welch | 2009-11-13 | 1 | -34/+34 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | arm_adi,armv7[am]: use COMMAND_HELPER for helpers | Zachary T Welch | 2009-11-13 | 1 | -8/+4 |
* | Improve arm_adi_v5 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -15/+42 |
* | ARM ADIv5: "dap info" gets more readable | David Brownell | 2009-10-26 | 1 | -33/+268 |
* | Ferdinand Postema <ferdinand@postema.eu> fix cygwin warnings | oharboe | 2009-07-23 | 1 | -4/+4 |
* | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ... | zwelch | 2009-07-16 | 1 | -2/+84 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -24/+24 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -16/+16 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -12/+12 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -10/+10 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -21/+21 |
* | fix jtag_add_callback() args. The first argument is nothing special, it's jus... | oharboe | 2009-06-19 | 1 | -1/+1 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -64/+64 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -5/+5 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -39/+39 |
* | - add support for different TAR autotincrement sizes as per ARM ADI spec. | ntfreak | 2009-06-04 | 1 | -12/+24 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -4/+4 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 1 | -3/+3 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 1 | -2/+2 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 1 | -3/+3 |