summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
Commit message (Expand)AuthorAgeFilesLines
* ADIv5: doxygenDavid Brownell2010-02-061-27/+131
* ADIv5: more messaging cleanup, docsDavid Brownell2010-01-311-12/+20
* Subject: ADIv5: fix more diagnosticsDavid Brownell2010-01-311-9/+16
* ADIv5 error checking for Tcl commandsDavid Brownell2010-01-301-1/+17
* ARM ADIv5: fix diagnostics for block writesDavid Brownell2010-01-301-5/+14
* ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell2010-01-291-28/+37
* ARM ADIv5: messaging tweaksDavid Brownell2010-01-271-2/+5
* ADIv5 improved diagnosticDavid Brownell2010-01-151-2/+3
* ARM ADIv5: add commentsDavid Brownell2010-01-141-1/+27
* ARMv7: help/usage updatesDavid Brownell2010-01-071-0/+8
* ARM: add #defines for JTAG ack codesDavid Brownell2010-01-051-6/+5
* ARM: add comments re DAP assumptionsDavid Brownell2010-01-051-2/+14
* ARM: ADIv5 JTAG symbol cleanupDavid Brownell2010-01-021-33/+63
* ARM: dap info fix + tweaksDavid Brownell2010-01-021-8/+14
* ARM: ADIv5 export cleanupDavid Brownell2010-01-021-19/+27
* ARM: ADIv5 symbol and comment cleanupDavid Brownell2010-01-021-18/+57
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* ARM: comment tweaks in ADIv5David Brownell2009-11-251-2/+5
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-4/+4
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-4/+4
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-4/+4
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-2/+2
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-34/+34
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-2/+2
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-131-8/+4
* Improve arm_adi_v5 command argument parsing.Zachary T Welch2009-11-051-15/+42
* ARM ADIv5: "dap info" gets more readableDavid Brownell2009-10-261-33/+268
* Ferdinand Postema <ferdinand@postema.eu> fix cygwin warningsoharboe2009-07-231-4/+4
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-2/+84
* Remove whitespace that occurs before ')'.zwelch2009-06-231-24/+24
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-16/+16
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-12/+12
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Fixes '>>' whitespacezwelch2009-06-231-3/+3
* - Fixes '&&' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-10/+10
* C99 printf() -Werror fixesduane2009-06-211-21/+21
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-1/+1
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-64/+64
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-5/+5
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-39/+39
* - add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak2009-06-041-12/+24
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-4/+4
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-3/+3
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-2/+2
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-3/+3