aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/parport.c
AgeCommit message (Expand)Author
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-15print errno when parport fails to open.oharboe
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-12Simplify and improve parport_handle_parport_port_command:zwelch
2009-06-09Add get and set accessors for jtag_speed:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe
2008-10-22Laurentiu Cocanu - more help textoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-20- added missing parport configs to texintfreak
2008-08-19Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> one more parport ...oharboe
2008-08-06- fix target_examine declarationntfreak
2008-05-12- restored tabs and formattingntfreak
2008-04-23Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe
2008-02-28- fix line-endingsdrath
2008-02-28Uwe Hermann fixed some warnings.oharboe
2008-02-10- added patch to change pathmove handlingmifi
2007-12-18- added patch for new flash functionality like:mifi
2007-09-05Patch by Michael Schwingen thatdrath
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-07-26- restrict direct parallel port access to x86 platforms (thanks to Vincent Pa...drath
2007-03-28- merged XScale branch back into trunkdrath
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath
2007-01-31- merged several changes from XScaledrath
2007-01-18- added support for ST flashlink cablentfreak
2007-01-09- disabled FT2232 debug output (that code should be fairly stable)drath
2006-08-17- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath
2006-08-11- added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath
2006-07-30- added configurable delays after reset lines get deasserted. useful if reset...drath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath