aboutsummaryrefslogtreecommitdiff
path: root/src/pld
AgeCommit message (Expand)AuthorFilesLines
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch2-2/+0
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch1-2/+2
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-4/+2
2009-05-07remove in_handler usageoharboe1-10/+6
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-13/+8
2009-05-06retire out_mask - not used anywhereoharboe1-4/+2
2009-05-05mark usage of in_handler that can be converted into user codeoharboe1-1/+1
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch1-1/+5
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2-2/+2
2009-01-20Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf1-0/+2
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-8/+8
2008-11-30jtag newtap change & huge manual updateduane2-21/+28
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe1-37/+39
2008-04-08Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe1-2/+2
2008-03-31make jtag_add_statemove() internal to the driver.oharboe1-2/+2
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak3-13/+13
2008-02-25- convert all files to unix line-endingdrath1-264/+264
2008-02-25From Michael Bruckoharboe1-264/+264
2008-01-20- added patch "remove error handler as planned"mifi1-1/+1
2007-06-16- added mingw elf patches from Vincent Palatinntfreak1-0/+2
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath1-4/+4
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-2/+1
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath7-0/+751