aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
AgeCommit message (Expand)Author
2009-10-26ARM ADIv5: "dap info" gets more readableDavid Brownell
2009-07-23Ferdinand Postema <ferdinand@postema.eu> fix cygwin warningsoharboe
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-04- add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-05-08added comments w.r.t. potential performance problemsoharboe
2009-05-07ouch - typo in last commitoharboe
2009-05-07fix copy & paste error when retiring in_handleroharboe
2009-05-07remove in_handler usageoharboe
2009-05-07Fix pointer cast alignment warnings in arm_adi_v5.czwelch
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe
2009-05-06retire out_mask - not used anywhereoharboe
2009-05-05mark usage of in_handler that can be converted into user codeoharboe
2009-04-29More error logging for DAP errorsmlu
2009-04-27Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ...mlu