cfg: ftdi icdi enable srst open drain config
[fw/openocd] / src / jtag / commands.c
2012-02-06 Spencer Oliverbuild: cleanup src/jtag directory
2010-04-10 Antonio BorneoJTAG/COMMANDS: review scope of functions
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-13 Zachary T Welchjtag_command_t -> struct jtag_command
2009-11-13 Zachary T Welchcmd_queue_page_t -> struct cmd_queue_page
2009-11-13 Zachary T Welchscan_command_t -> struct scan_command
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellRemove much #ifdeffery around _DEBUG_JTAG_IO_ usage.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-03 zwelchMove JTAG command handling implementation into its...