openocd: src/target: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / target / arm_jtag.h
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2021-12-11 Bohdan Tymkivtarget/arm_jtag.h: fix wrong comparison in arm_jtag_set...
2020-07-08 Antonio Borneotarget/arm926ejs: fix memory leaks
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-12-29 Andreas Fritiofsontarget/arm: Remove usage of struct arm_jtag in ARMv7...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-08-11 Øyvind Harboedebug: use assert's when approperiate
2010-03-18 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2010-03-18 Øyvind Harboejtag: retire one instance of jtag_get_end_state() usage
2009-12-11 Øyvind Harboeembedded hosts: optimize common code path for core...
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/