summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
Commit message (Expand)AuthorAgeFilesLines
...
* ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell2010-02-271-0/+113
* ARM ADIv5 doxygen and cleanupDavid Brownell2010-02-241-15/+42
* ARM ADIv5: rename more JTAG-specific routinesDavid Brownell2010-02-231-11/+11
* ADIv5: relocate memacess_tck cyclesDavid Brownell2010-02-211-12/+12
* ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell2010-02-211-84/+27
* ARM: ADIv5, deadcode cleanupDavid Brownell2010-02-211-13/+13
* ARM: ADIv5 code shrinkage, cleanupDavid Brownell2010-02-211-40/+16
* ADIv5 clean up AP fault handlingDavid Brownell2010-02-211-32/+46
* ADIv5 clean up AP selection and register cachingDavid Brownell2010-02-211-22/+21
* 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