- Fixes '=' whitespace
[fw/openocd] / src / target / etb.c
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 oharboeswitch to jtag_add_dr_scan_check() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboewhitespace fixes
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboeretire jtag_set_check_value
2009-05-07 oharboeremove in_handler usage
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-05-04 oharboeMariano Alvira <mar@devl.org> fixes warnings
2009-04-30 zwelchAdd static keywords to core target source file data...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-18 mifiThe following patches was applied:
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-11-19 oharboeerror checking - no reported errors, but catched a...
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
2008-01-07 mifi- added gdb flash fixes patch
2007-08-25 drath- added support for setting JTAG frequency on ASIX...
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-29 drath- split fileio handling into fileio part and image...
2007-05-05 drath- further work on ETB decoding (not yet functional)
2007-04-26 drath- improved ETB trace output
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...