aboutsummaryrefslogtreecommitdiff
path: root/src/pld
AgeCommit message (Expand)Author
2012-05-21build: add helper/types.h to config.hSpencer Oliver
2012-02-06build: cleanup src/pld directorySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-11-18build: add common.mkSpencer Oliver
2010-09-20warnings: fix alignment warningsØyvind Harboe
2010-04-10PLD: review scope of functionsAntonio Borneo
2010-03-20jtag: move towards making out_value constØyvind Harboe
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-01-08PLD: usage/help updatesDavid Brownell
2009-12-08build: add build/src to include pathØyvind Harboe
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-03allow #include directives to use module nameZachary T Welch
2009-12-02pld: factor init to 'pld init'Zachary T Welch
2009-11-24pld: use static registration instead of callbackZachary T Welch
2009-11-24pld: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13pld_device_t -> struct pld_deviceZachary T Welch
2009-11-13virtex2_pld_device_t -> struct virtex2_pld_deviceZachary T Welch
2009-11-13xilinx_bit_file_t -> struct xilinx_bit_fileZachary T Welch
2009-11-13pld_driver_t -> struct pld_driverZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13add PLD_DEVICE_COMMAND_HANDLER macroZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11remove more useless declarationsZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch
2009-11-05Improve pld command argument parsing.Zachary T Welch
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch