aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/commands.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-2/+2
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch1-4/+4
2009-11-13cmd_queue_page_t -> struct cmd_queue_pageZachary T Welch1-9/+8
2009-11-13scan_command_t -> struct scan_commandZachary T Welch1-4/+4
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell1-16/+22
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-5/+5
2009-06-03Move JTAG command handling implementation into its own source file.zwelch1-0/+259