aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/commands.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch1-6/+5
2009-11-13jtag_command_container_t -> union jtag_command_containerZachary T Welch1-5/+4
2009-11-13sleep_command_t -> struct sleep_commandZachary T Welch1-4/+3
2009-11-13end_state_command_t -> struct end_state_commandZachary T Welch1-4/+3
2009-11-13reset_command_t -> struct reset_commandZachary T Welch1-4/+3
2009-11-13stableclocks_command_t -> struct stableclocks_commandZachary T Welch1-4/+3
2009-11-13runtest_command_t -> struct runtest_commandZachary T Welch1-4/+3
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch1-4/+3
2009-11-13statemove_command_t -> struct statemove_commandZachary T Welch1-4/+3
2009-11-13scan_command_t -> struct scan_commandZachary T Welch1-8/+7
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-2/+2
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-2/+2
2009-06-03added missing extern to jtag_command_queue definition.oharboe1-1/+1
2009-06-03Move JTAG command APIs into new jtag/commands.h header file.zwelch1-0/+162