summaryrefslogtreecommitdiff
path: root/src/jtag/commands.c
Commit message (Expand)AuthorAgeFilesLines
* JTAG/COMMANDS: review scope of functionsAntonio Borneo2010-04-101-1/+1
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-0/+1
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-2/+2
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-131-4/+4
* cmd_queue_page_t -> struct cmd_queue_pageZachary T Welch2009-11-131-9/+8
* scan_command_t -> struct scan_commandZachary T Welch2009-11-131-4/+4
* Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell2009-10-071-16/+22
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-5/+5
* Move JTAG command handling implementation into its own source file.zwelch2009-06-031-0/+259