aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
AgeCommit message (Expand)Author
2010-02-27ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell
2010-02-24ARM ADIv5 doxygen and cleanupDavid Brownell
2010-02-23ARM ADIv5: rename more JTAG-specific routinesDavid Brownell
2010-02-21ADIv5: relocate memacess_tck cyclesDavid Brownell
2010-02-21ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell
2010-02-21ARM: ADIv5, deadcode cleanupDavid Brownell
2010-02-21ARM: ADIv5 code shrinkage, cleanupDavid Brownell
2010-02-21ADIv5 clean up AP fault handlingDavid Brownell
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell
2010-02-06ADIv5: doxygenDavid Brownell
2010-01-31ADIv5: more messaging cleanup, docsDavid Brownell
2010-01-31Subject: ADIv5: fix more diagnosticsDavid Brownell
2010-01-30ADIv5 error checking for Tcl commandsDavid Brownell
2010-01-30ARM ADIv5: fix diagnostics for block writesDavid Brownell
2010-01-29ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell
2010-01-27ARM ADIv5: messaging tweaksDavid Brownell
2010-01-15ADIv5 improved diagnosticDavid Brownell
2010-01-14ARM ADIv5: add commentsDavid Brownell
2010-01-07ARMv7: help/usage updatesDavid Brownell
2010-01-05ARM: add #defines for JTAG ack codesDavid Brownell
2010-01-05ARM: add comments re DAP assumptionsDavid Brownell
2010-01-02ARM: ADIv5 JTAG symbol cleanupDavid Brownell
2010-01-02ARM: dap info fix + tweaksDavid Brownell
2010-01-02ARM: ADIv5 export cleanupDavid Brownell
2010-01-02ARM: ADIv5 symbol and comment cleanupDavid Brownell
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-11-25ARM: comment tweaks in ADIv5David Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch
2009-11-05Improve arm_adi_v5 command argument parsing.Zachary T Welch
2009-10-26ARM ADIv5: "dap info" gets more readableDavid Brownell
2009-07-23Ferdinand Postema <ferdinand@postema.eu> fix cygwin warningsoharboe
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-21C99 printf() -Werror fixesduane