summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
Commit message (Expand)AuthorAgeFilesLines
* ADIv5: doxygenDavid Brownell2010-02-061-5/+7
* ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell2010-01-291-2/+2
* ADIv5 header cleanup (+ #defines)David Brownell2010-01-211-7/+27
* ARM: add #defines for JTAG ack codesDavid Brownell2010-01-051-0/+4
* ARM: ADIv5 JTAG symbol cleanupDavid Brownell2010-01-021-2/+5
* ARM: ADIv5 export cleanupDavid Brownell2010-01-021-12/+8
* ARM: ADIv5 symbol and comment cleanupDavid Brownell2010-01-021-11/+37
* target files shouldn't #include <target/...h>David Brownell2009-12-131-1/+1
* change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch2009-12-031-1/+1
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* target: no implicit #includes of "register.h"David Brownell2009-11-161-1/+0
* 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-28/+28
* swjdp_reg_t -> struct swjdp_regZachary T Welch2009-11-131-2/+2
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-131-8/+7
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-23/+32
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-7/+11
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-15/+15
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-27/+27
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-18/+18
* - add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak2009-06-041-0/+9
* - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak2009-06-021-2/+6
* Added dap baseaddr and dap apid commandsmlu2009-04-271-1/+3
* Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ...mlu2009-04-271-0/+142