aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-21C99 printf() -Werror fixesduane1-21/+21
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-64/+64
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-5/+5
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-39/+39
2009-06-04- add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak1-12/+24
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-4/+4
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-3/+3
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe1-2/+2
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-3/+3
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak1-38/+37
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-6/+0
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-4/+4
2009-05-08added comments w.r.t. potential performance problemsoharboe1-0/+6
2009-05-07ouch - typo in last commitoharboe1-1/+1
2009-05-07fix copy & paste error when retiring in_handleroharboe1-1/+1
2009-05-07remove in_handler usageoharboe1-40/+36
2009-05-07Fix pointer cast alignment warnings in arm_adi_v5.czwelch1-15/+18
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-12/+12
2009-05-06retire out_mask - not used anywhereoharboe1-4/+4
2009-05-05mark usage of in_handler that can be converted into user codeoharboe1-1/+1
2009-04-29More error logging for DAP errorsmlu1-2/+3
2009-04-27Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ...mlu1-0/+1121