aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_jtag.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-14remove unused arm_jtag_buf_to_* helpersZachary T Welch1-89/+0
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch1-12/+12
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-4/+4
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-1/+1
2009-06-23- Fixes '==' whitespacezwelch1-2/+2
2009-06-23- Replace 'if(' with 'if ('.zwelch1-2/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-11/+11
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-25/+25
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-3/+3
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-3/+3
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-5/+0
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-1/+1
2009-05-08pull up verify_capture_ir one level in api stackoharboe1-5/+12
2009-05-07marker for in_handler to removeoharboe1-5/+5
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-3/+3
2009-05-06retire out_mask - not used anywhereoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-2/+2
2008-11-30jtag newtap change & huge manual updateduane1-6/+7
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe1-7/+9
2008-10-14Laurentiu Cocanu - add error handlingoharboe1-8/+11
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe1-25/+11
2008-02-29added an #error in case anybody tries to compile that broken code.oharboe1-0/+1
2008-02-25- convert all files to unix line-endingdrath1-207/+207
2008-02-25From Michael Bruckoharboe1-207/+207
2008-01-20- added patch "remove error handler as planned"mifi1-35/+14
2008-01-14- use correct SCAN_N check value (disabled by default)drath1-1/+1
2008-01-07- added gdb flash fixes patch mifi1-6/+8
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath1-5/+33
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath1-3/+83
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+2
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+116