summaryrefslogtreecommitdiff
path: root/src/jtag/driver.c
Commit message (Expand)AuthorAgeFilesLines
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-021-527/+0
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-3/+3
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-131-11/+11
* sleep_command_t -> struct sleep_commandZachary T Welch2009-11-131-1/+1
* reset_command_t -> struct reset_commandZachary T Welch2009-11-131-1/+1
* stableclocks_command_t -> struct stableclocks_commandZachary T Welch2009-11-131-1/+1
* runtest_command_t -> struct runtest_commandZachary T Welch2009-11-131-1/+1
* pathmove_command_t -> struct pathmove_commandZachary T Welch2009-11-131-1/+1
* statemove_command_t -> struct statemove_commandZachary T Welch2009-11-131-1/+1
* scan_command_t -> struct scan_commandZachary T Welch2009-11-131-5/+5
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-15/+15
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-6/+6
* reentry assertoharboe2009-09-291-0/+7
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-13/+13
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-2/+2
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-8/+8
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-5/+5
* Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch2009-06-091-0/+520