aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_jtag.c
AgeCommit message (Expand)Author
2012-02-06build: cleanup src/target directorySpencer Oliver
2010-04-10ARM_JTAG: review scope of functionsAntonio Borneo
2010-03-20jtag: move towards making out_value constØyvind Harboe
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2009-12-11embedded hosts: optimize common code path for core arm operationsØyvind Harboe
2009-11-14remove unused arm_jtag_buf_to_* helpersZachary T Welch
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
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-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
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-08pull up verify_capture_ir one level in api stackoharboe
2009-05-07marker for in_handler to removeoharboe
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe
2009-05-06retire out_mask - not used anywhereoharboe
2009-04-18The following patches was applied:mifi
2008-11-30jtag newtap change & huge manual updateduane
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe
2008-10-14Laurentiu Cocanu - add error handlingoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-02-29added an #error in case anybody tries to compile that broken code.oharboe
2008-02-25- convert all files to unix line-endingdrath
2008-02-25From Michael Bruckoharboe
2008-01-20- added patch "remove error handler as planned"mifi
2008-01-14- use correct SCAN_N check value (disabled by default)drath
2008-01-07- added gdb flash fixes patch mifi
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath