Remove whitespace that occurs after '('.
[fw/openocd] / src / jtag / parport.c
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-12 zwelchSimplify and improve parport_handle_parport_port_command:
2009-06-09 zwelchAdd get and set accessors for jtag_speed:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-20 ntfreak- added missing parport configs to texi
2008-08-19 oharboeDaniel Gimpelevich <daniel@gimpelevich.san-francisco...
2008-08-06 ntfreak- fix target_examine declaration
2008-05-12 ntfreak- restored tabs and formatting
2008-04-23 oharboeTim Hudson: removed setting jtag_speed directly (which...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-02-28 drath- fix line-endings
2008-02-28 oharboeUwe Hermann fixed some warnings.
2008-02-10 mifi- added patch to change pathmove handling
2007-12-18 mifi- added patch for new flash functionality like:
2007-09-05 drathPatch by Michael Schwingen that
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-26 drath- restrict direct parallel port access to x86 platforms...
2007-03-28 drath- merged XScale branch back into trunk
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2007-01-31 drath- merged several changes from XScale
2007-01-18 ntfreak- added support for ST flashlink cable
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-08-17 drath- renamed jtag_interface_t.support_statemove to jtag_in...
2006-08-11 drath- added support for FreeBSD ppi (parallel port access...
2006-07-30 drath- added configurable delays after reset lines get deass...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/