change #include "jtag.h" to <jtag/jtag.h>
[fw/openocd] / src / target / arm_jtag.h
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-11-15 Zachary T Welchremove unused arm_jtag_buf_to_* helpers
2009-11-15 Zachary T Welchstruct scan_field_s -> struct scan_field
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 oharboeused by upcoming commits
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboepull up verify_capture_ir one level in api stack
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2008-11-30 duanejtag newtap change & huge manual update
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-01-20 mifi- added patch "remove error handler as planned"
2007-04-25 drath- added support for error handlers to JTAG scan command...
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/