aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/commands.h
AgeCommit message (Expand)Author
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch
2009-11-13jtag_command_container_t -> union jtag_command_containerZachary T Welch
2009-11-13sleep_command_t -> struct sleep_commandZachary T Welch
2009-11-13end_state_command_t -> struct end_state_commandZachary T Welch
2009-11-13reset_command_t -> struct reset_commandZachary T Welch
2009-11-13stableclocks_command_t -> struct stableclocks_commandZachary T Welch
2009-11-13runtest_command_t -> struct runtest_commandZachary T Welch
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch
2009-11-13statemove_command_t -> struct statemove_commandZachary T Welch
2009-11-13scan_command_t -> struct scan_commandZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-03added missing extern to jtag_command_queue definition.oharboe
2009-06-03Move JTAG command APIs into new jtag/commands.h header file.zwelch