aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+0
2009-11-16target: no implicit #includes of "register.h"David Brownell1-1/+0
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-28/+28
2009-11-13swjdp_reg_t -> struct swjdp_regZachary T Welch1-2/+2
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch1-8/+7
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-23/+32
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch1-7/+11
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '<<' whitespacezwelch1-15/+15
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-27/+27
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-18/+18
2009-06-04- add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak1-0/+9
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak1-2/+6
2009-04-27Added dap baseaddr and dap apid commandsmlu1-1/+3
2009-04-27Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ...mlu1-0/+142