aboutsummaryrefslogtreecommitdiff
path: root/src/pld
AgeCommit message (Expand)Author
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
2009-06-23- Fixes '=' whitespacezwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-18David Brownell <david-b@pacbell.net>:zwelch
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-05-22Author: Rick Altherr <kc8apf@kc8apf.net>kc8apf
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-11switch to jtag_add_dr_scan() from the synchronous version - USB performance fixoharboe
2009-05-11Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-05-07remove in_handler usageoharboe
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe
2009-05-06retire out_mask - not used anywhereoharboe
2009-05-05mark usage of in_handler that can be converted into user codeoharboe
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2009-01-20Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-11-30jtag newtap change & huge manual updateduane
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe
2008-04-08Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe
2008-03-31make jtag_add_statemove() internal to the driver.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak