summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
Commit message (Expand)AuthorAgeFilesLines
* Ferdinand Postema <ferdinand@postema.eu> fix cygwin warningsoharboe2009-07-231-4/+4
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-2/+84
* Remove whitespace that occurs before ')'.zwelch2009-06-231-24/+24
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-16/+16
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-12/+12
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Fixes '>>' whitespacezwelch2009-06-231-3/+3
* - Fixes '&&' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-10/+10
* C99 printf() -Werror fixesduane2009-06-211-21/+21
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-1/+1
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-64/+64
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-5/+5
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-39/+39
* - add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak2009-06-041-12/+24
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-4/+4
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-3/+3
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-2/+2
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-3/+3
* - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak2009-06-021-38/+37
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-4/+3
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-6/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-4/+4
* added comments w.r.t. potential performance problemsoharboe2009-05-081-0/+6
* ouch - typo in last commitoharboe2009-05-071-1/+1
* fix copy & paste error when retiring in_handleroharboe2009-05-071-1/+1
* remove in_handler usageoharboe2009-05-071-40/+36
* Fix pointer cast alignment warnings in arm_adi_v5.czwelch2009-05-071-15/+18
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-12/+12
* retire out_mask - not used anywhereoharboe2009-05-061-4/+4
* mark usage of in_handler that can be converted into user codeoharboe2009-05-051-1/+1
* More error logging for DAP errorsmlu2009-04-291-2/+3
* Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ...mlu2009-04-271-0/+1121