aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_jtag.h
AgeCommit message (Expand)Author
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2010-09-20warnings: fix alignment warningsØyvind Harboe
2010-08-11debug: use assert's when approperiateØyvind Harboe
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe
2009-12-11embedded hosts: optimize common code path for core arm operationsØyvind Harboe
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
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-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23- Fixes '=' whitespacezwelch
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 'u8' to 'uint8_t' in src/targetzwelch
2009-05-11used by upcoming commitsoharboe
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-05-08pull up verify_capture_ir one level in api stackoharboe
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2008-11-30jtag newtap change & huge manual updateduane
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-01-20- added patch "remove error handler as planned"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-06-02- prepare OpenOCD for branching, created ./trunk/drath