summaryrefslogtreecommitdiff
path: root/src/target/arm_jtag.h
Commit message (Expand)AuthorAgeFilesLines
* warnings: fix alignment warningsØyvind Harboe2010-09-201-2/+2
* debug: use assert's when approperiateØyvind Harboe2010-08-111-2/+1
* jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe2010-03-181-7/+9
* embedded hosts: optimize common code path for core arm operationsØyvind Harboe2009-12-111-3/+34
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* remove unused arm_jtag_buf_to_* helpersZachary T Welch2009-11-141-17/+0
* struct scan_field_s -> struct scan_fieldZachary T Welch2009-11-141-12/+12
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-5/+5
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-3/+4
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-4/+4
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-4/+6
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-8/+8
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-14/+14
* used by upcoming commitsoharboe2009-05-111-0/+13
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-1/+0
* pull up verify_capture_ir one level in api stackoharboe2009-05-081-3/+3
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-2/+2
* jtag newtap change & huge manual updateduane2008-11-301-1/+1
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - added patch "remove error handler as planned"mifi2008-01-201-13/+13
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-1/+2
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-1/+16
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+42