aboutsummaryrefslogtreecommitdiff
path: root/src/pld
AgeCommit message (Expand)AuthorFilesLines
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo2-3/+3
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-05-01Cleanup of config/includes.Tim Newsome3-1/+4
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-2/+1
2020-09-05openocd: use proper format with uint32_tAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo2-8/+8
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-8/+8
2016-05-24Make #include guard naming consistentMarc Schink3-9/+9
2016-05-24Remove FSF address from GPL noticesMarc Schink6-18/+6
2015-08-06cpld/virtex2: allow JSTART to be disabledRobert Jordens2-5/+12
2013-06-05update files to correct FSF addressSpencer Oliver6-6/+6
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-02-06build: cleanup src/pld directorySpencer Oliver6-120/+84
2012-01-18cmd: add missing usage varsSpencer Oliver2-0/+3
2012-01-04Change return value on error.Mathias K2-8/+4
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-3/+0
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-11-18build: add common.mkSpencer Oliver1-3/+1
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-04-10PLD: review scope of functionsAntonio Borneo2-3/+2
2010-03-20jtag: move towards making out_value constØyvind Harboe1-3/+4
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-2/+0
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-6/+6
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-8/+4
2010-01-08PLD: usage/help updatesDavid Brownell2-12/+13
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+2
2009-12-03remove tertiary include pathsZachary T Welch1-4/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch2-2/+2
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-12-03allow #include directives to use module nameZachary T Welch1-0/+1
2009-12-02pld: factor init to 'pld init'Zachary T Welch1-0/+23
2009-11-24pld: use static registration instead of callbackZachary T Welch3-12/+12
2009-11-24pld: use register_commands()Zachary T Welch2-22/+60
2009-11-24use COMMAND_REGISTER macroZachary T Welch2-6/+6
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2-11/+11
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch2-13/+13
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch2-4/+4
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-1/+1
2009-11-13command_t -> struct commandZachary T Welch2-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch3-6/+6
2009-11-13pld_device_t -> struct pld_deviceZachary T Welch3-19/+19
2009-11-13virtex2_pld_device_t -> struct virtex2_pld_deviceZachary T Welch2-8/+8
2009-11-13xilinx_bit_file_t -> struct xilinx_bit_fileZachary T Welch3-5/+5