aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/driver.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-527/+0
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-3/+3
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch1-11/+11
2009-11-13sleep_command_t -> struct sleep_commandZachary T Welch1-1/+1
2009-11-13reset_command_t -> struct reset_commandZachary T Welch1-1/+1
2009-11-13stableclocks_command_t -> struct stableclocks_commandZachary T Welch1-1/+1
2009-11-13runtest_command_t -> struct runtest_commandZachary T Welch1-1/+1
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch1-1/+1
2009-11-13statemove_command_t -> struct statemove_commandZachary T Welch1-1/+1
2009-11-13scan_command_t -> struct scan_commandZachary T Welch1-5/+5
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-15/+15
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-6/+6
2009-09-29reentry assertoharboe1-0/+7
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-13/+13
2009-06-23- Fixes '==' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-2/+2
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-8/+8
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-5/+5
2009-06-09Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch1-0/+520