aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/parport.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-533/+0
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch1-14/+12
2009-11-24parport: use register_commands()Zachary T Welch1-20/+37
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-4/+4
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch1-5/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-3/+3
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-6/+6
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-4/+4
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13cable_t -> struct cableZachary T Welch1-6/+5
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-1/+1
2009-11-13bitbang_interface_t -> struct bitbang_interfaceZachary T Welch1-1/+1
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch1-3/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-3/+3
2009-11-12parport: add support for the jtag_khz command.Jonas Horberg1-8/+64
2009-11-09jtag: remove useless declarationsZachary T Welch1-49/+36
2009-11-05Improve jtag command argument parsing.Zachary T Welch1-3/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-07-15print errno when parport fails to open.oharboe1-2/+3
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs after '('.zwelch1-3/+3
2009-06-23- Fixes '[<>]' whitespacezwelch1-3/+3
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-13/+13
2009-06-12Simplify and improve parport_handle_parport_port_command:zwelch1-5/+16
2009-06-09Add get and set accessors for jtag_speed:zwelch1-1/+1
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-31/+31
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-1/+0
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-1/+1
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-21/+1
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-27/+27
2008-10-22Laurentiu Cocanu - more help textoharboe1-3/+3
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-08-20- added missing parport configs to texintfreak1-1/+1
2008-08-19Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> one more parport ...oharboe1-0/+1
2008-08-06- fix target_examine declarationntfreak1-1/+1
2008-05-12- restored tabs and formattingntfreak1-20/+20
2008-04-23Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe1-2/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-16/+15
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-2/+2
2008-02-28- fix line-endingsdrath1-491/+491
2008-02-28Uwe Hermann fixed some warnings.oharboe1-491/+491
2008-02-10- added patch to change pathmove handlingmifi1-2/+0
2007-12-18- added patch for new flash functionality like:mifi1-5/+33
2007-09-05Patch by Michael Schwingen thatdrath1-34/+59
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-10/+10