aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder1-1/+1
2010-03-18ADI_v5 - it's not always an "SWJ-DP"David Brownell1-140/+140
2010-03-18remove more duplicationDavid Brownell1-25/+0
2010-03-18linker error: fix problem with duplicate fnØyvind Harboe1-33/+0
2010-03-16ADIv5 transport support moves to separate filesDavid Brownell1-423/+11
2010-03-08jtag: retire tap fieldØyvind Harboe1-5/+2
2010-03-05ADIv5 share DAP command supportDavid Brownell1-23/+116
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell1-32/+32
2010-03-02ADIv5: use new DAP ops for AP read/writeDavid Brownell1-98/+67
2010-03-02ADIv5: use new DAP ops for DP read/writeDavid Brownell1-32/+38
2010-03-02ADIv5: use new dap_run() operationDavid Brownell1-26/+59
2010-03-02ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell1-0/+115
2010-03-02ADIv5: use right ID for Cortex-M3 ETMDavid Brownell1-4/+4
2010-02-27ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell1-0/+113
2010-02-24ARM ADIv5 doxygen and cleanupDavid Brownell1-15/+42
2010-02-23ARM ADIv5: rename more JTAG-specific routinesDavid Brownell1-11/+11
2010-02-21ADIv5: relocate memacess_tck cyclesDavid Brownell1-12/+12
2010-02-21ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell1-84/+27
2010-02-21ARM: ADIv5, deadcode cleanupDavid Brownell1-13/+13
2010-02-21ARM: ADIv5 code shrinkage, cleanupDavid Brownell1-40/+16
2010-02-21ADIv5 clean up AP fault handlingDavid Brownell1-32/+46
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell1-22/+21
2010-02-06ADIv5: doxygenDavid Brownell1-27/+131
2010-01-31ADIv5: more messaging cleanup, docsDavid Brownell1-12/+20
2010-01-31Subject: ADIv5: fix more diagnosticsDavid Brownell1-9/+16
2010-01-30ADIv5 error checking for Tcl commandsDavid Brownell1-1/+17
2010-01-30ARM ADIv5: fix diagnostics for block writesDavid Brownell1-5/+14
2010-01-29ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell1-28/+37
2010-01-27ARM ADIv5: messaging tweaksDavid Brownell1-2/+5
2010-01-15ADIv5 improved diagnosticDavid Brownell1-2/+3
2010-01-14ARM ADIv5: add commentsDavid Brownell1-1/+27
2010-01-07ARMv7: help/usage updatesDavid Brownell1-0/+8
2010-01-05ARM: add #defines for JTAG ack codesDavid Brownell1-6/+5
2010-01-05ARM: add comments re DAP assumptionsDavid Brownell1-2/+14
2010-01-02ARM: ADIv5 JTAG symbol cleanupDavid Brownell1-33/+63
2010-01-02ARM: dap info fix + tweaksDavid Brownell1-8/+14
2010-01-02ARM: ADIv5 export cleanupDavid Brownell1-19/+27
2010-01-02ARM: ADIv5 symbol and comment cleanupDavid Brownell1-18/+57
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-11-25ARM: comment tweaks in ADIv5David Brownell1-2/+5
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-4/+4
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-4/+4
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-4/+4
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-2/+2
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-34/+34
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-2/+2
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch1-8/+4
2009-11-05Improve arm_adi_v5 command argument parsing.Zachary T Welch1-15/+42
2009-10-26ARM ADIv5: "dap info" gets more readableDavid Brownell1-33/+268