summaryrefslogtreecommitdiff
path: root/src/jtag/parport.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-3/+3
* - Fixes '[<>]' whitespacezwelch2009-06-231-3/+3
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-13/+13
* Simplify and improve parport_handle_parport_port_command:zwelch2009-06-121-5/+16
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-31/+31
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+0
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+1
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-21/+1
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-27/+27
* Laurentiu Cocanu - more help textoharboe2008-10-221-3/+3
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* - added missing parport configs to texintfreak2008-08-201-1/+1
* Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> one more parport ...oharboe2008-08-191-0/+1
* - fix target_examine declarationntfreak2008-08-061-1/+1
* - restored tabs and formattingntfreak2008-05-121-20/+20
* Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe2008-04-231-2/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-16/+15
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-2/+2
* - fix line-endingsdrath2008-02-281-491/+491
* Uwe Hermann fixed some warnings.oharboe2008-02-281-491/+491
* - added patch to change pathmove handlingmifi2008-02-101-2/+0
* - added patch for new flash functionality like:mifi2007-12-181-5/+33
* Patch by Michael Schwingen thatdrath2007-09-051-34/+59
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-10/+10
* - restrict direct parallel port access to x86 platforms (thanks to Vincent Pa...drath2007-07-261-3/+5
* - merged XScale branch back into trunkdrath2007-03-281-1/+1
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-1/+2
* - merged several changes from XScaledrath2007-01-311-1/+1
* - added support for ST flashlink cablentfreak2007-01-181-0/+1
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-6/+17
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-171-1/+1
* - added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath2006-08-111-1/+16
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-301-1/+7
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-4/+57
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+351