]> git.sur5r.net Git - openocd/history - src/target/arm11_dbgtap.c
Transform 'u8' to 'uint8_t' in src/target
[openocd] / src / target / arm11_dbgtap.c
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-09 zwelchReplace 'jtag.c' with 'core.c' in code comments.
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_DR...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-05-18 oharboeMichael Bruck <mbruck@digenius.de> ARM11 cleanup stale...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> ARM11 C99 updates
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboestop using in_handler
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-04-29 oharboecomments and debug code
2009-04-28 oharboeMichael Bruck <mbruck@digenius.de> macros for error...
2009-04-27 oharboemore error handling
2009-04-27 oharboea little bit more error handling in ARM11
2009-04-22 oharboeMichael Bruck <mbruck@digenius.de> ARM11 various update...
2009-04-18 mifiThe following patches was applied:
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-08-19 oharboeremoved a couple of exit()'s from error handling.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-11 oharboe- fixed jtag_add_reset(). It no longer causes jtag_exec...
2008-03-06 oharboeMichael Bruck:
2008-03-04 oharboeMichael Bruck: fix warnings.
2008-03-04 oharboeMichael Bruck:
2008-02-29 oharboeUwe Hermann:
2008-02-29 oharboeremove warnings.
2008-02-29 oharboeMichael Bruck:
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck