ADIv5: use new DAP ops for AP read/write
[fw/openocd] / src / target / arm_adi_v5.h
2010-03-03 David BrownellADIv5: use new DAP ops for AP read/write
2010-03-03 David BrownellADIv5: use new dap_run() operation
2010-03-03 David BrownellARM: start abstracting ADIv5 transports (JTAG/SWD)
2010-02-27 David BrownellADIv5 DAP ops switching to JTAG or SWD modes
2010-02-21 David BrownellADIv5: remove ATOMIC/COMPOSITE interface mode
2010-02-21 David BrownellADIv5 clean up AP selection and register caching
2010-02-07 David BrownellADIv5: doxygen
2010-01-29 David BrownellADIv5: cleanup, rename swjdp_transaction_endcheck()
2010-01-21 David BrownellADIv5 header cleanup (+ #defines)
2010-01-05 David BrownellARM: add #defines for JTAG ack codes
2010-01-02 David BrownellARM: ADIv5 JTAG symbol cleanup
2010-01-02 David BrownellARM: ADIv5 export cleanup
2010-01-02 David BrownellARM: ADIv5 symbol and comment cleanup
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-03 Zachary T Welchchange #include "arm_jtag.h" to <target/arm_jtag.h>
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-13 Zachary T Welchswjdp_reg_t -> struct swjdp_reg
2009-11-13 Zachary T Welcharm_adi,armv7[am]: use COMMAND_HELPER for helpers
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-07-16 zwelchMagnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-04 ntfreak- add support for different TAR autotincrement sizes...
2009-06-02 ntfreak- change signature for adi_jtag_dp_scan and adi_jtag_dp...
2009-04-27 mluAdded dap baseaddr and dap apid commands
2009-04-27 mluAdded arm_adi_v5.c/h, to replace cortex_swjdp.c/h....