| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp... | ntfreak | 2009-06-02 | 1 | -38/+37 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -6/+0 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 1 | -4/+4 |
* | added comments w.r.t. potential performance problems | oharboe | 2009-05-08 | 1 | -0/+6 |
* | ouch - typo in last commit | oharboe | 2009-05-07 | 1 | -1/+1 |
* | fix copy & paste error when retiring in_handler | oharboe | 2009-05-07 | 1 | -1/+1 |
* | remove in_handler usage | oharboe | 2009-05-07 | 1 | -40/+36 |
* | Fix pointer cast alignment warnings in arm_adi_v5.c | zwelch | 2009-05-07 | 1 | -15/+18 |
* | remove unecessary setting of deprecated fields to NULL | oharboe | 2009-05-06 | 1 | -12/+12 |
* | retire out_mask - not used anywhere | oharboe | 2009-05-06 | 1 | -4/+4 |
* | mark usage of in_handler that can be converted into user code | oharboe | 2009-05-05 | 1 | -1/+1 |
* | More error logging for DAP errors | mlu | 2009-04-29 | 1 | -2/+3 |
* | Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ... | mlu | 2009-04-27 | 1 | -0/+1121 |