]> git.sur5r.net Git - openocd/history - src/target/arm_adi_v5.c
ADIv5 error checking for Tcl commands
[openocd] / src / target / arm_adi_v5.c
2010-01-31 David BrownellADIv5 error checking for Tcl commands
2010-01-31 David BrownellARM ADIv5: fix diagnostics for block writes
2010-01-29 David BrownellADIv5: cleanup, rename swjdp_transaction_endcheck()
2010-01-27 David BrownellARM ADIv5: messaging tweaks
2010-01-15 David BrownellADIv5 improved diagnostic
2010-01-14 David BrownellARM ADIv5: add comments
2010-01-08 David BrownellARMv7: help/usage updates
2010-01-05 David BrownellARM: add #defines for JTAG ack codes
2010-01-05 David BrownellARM: add comments re DAP assumptions
2010-01-02 David BrownellARM: ADIv5 JTAG symbol cleanup
2010-01-02 David BrownellARM: dap info fix + tweaks
2010-01-02 David BrownellARM: ADIv5 export cleanup
2010-01-02 David BrownellARM: ADIv5 symbol and comment cleanup
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-11-26 David BrownellARM: comment tweaks in ADIv5
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
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 Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welcharm_adi,armv7[am]: use COMMAND_HELPER for helpers
2009-11-06 Zachary T WelchImprove arm_adi_v5 command argument parsing.
2009-10-26 David BrownellARM ADIv5: "dap info" gets more readable
2009-07-23 oharboeFerdinand Postema <ferdinand@postema.eu> fix cygwin...
2009-07-16 zwelchMagnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ...
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-04 ntfreak- add support for different TAR autotincrement sizes...
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-06-02 ntfreak- change signature for adi_jtag_dp_scan and adi_jtag_dp...
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboeadded comments w.r.t. potential performance problems
2009-05-07 oharboeouch - typo in last commit
2009-05-07 oharboefix copy & paste error when retiring in_handler
2009-05-07 oharboeremove in_handler usage
2009-05-07 zwelchFix pointer cast alignment warnings in arm_adi_v5.c
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-04-29 mluMore error logging for DAP errors
2009-04-27 mluAdded arm_adi_v5.c/h, to replace cortex_swjdp.c/h....