summaryrefslogtreecommitdiff
path: root/src/jtag/parport.c
Commit message (Expand)AuthorAgeFilesLines
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-021-533/+0
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-241-14/+12
* parport: use register_commands()Zachary T Welch2009-11-241-20/+37
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-4/+4
* use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2009-11-181-5/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-3/+3
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-6/+6
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-4/+4
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* cable_t -> struct cableZachary T Welch2009-11-131-6/+5
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-1/+1
* bitbang_interface_t -> struct bitbang_interfaceZachary T Welch2009-11-131-1/+1
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-3/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-3/+3
* parport: add support for the jtag_khz command.Jonas Horberg2009-11-121-8/+64
* jtag: remove useless declarationsZachary T Welch2009-11-091-49/+36
* Improve jtag command argument parsing.Zachary T Welch2009-11-051-3/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* print errno when parport fails to open.oharboe2009-07-151-2/+3
* 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