aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/commands.h
AgeCommit message (Expand)Author
2018-10-16jtag: make cmd_queue_scan_field_clone publicSteven Stallion
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/jtag directorySpencer Oliver
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe
2010-04-10JTAG/COMMANDS: review scope of functionsAntonio Borneo
2010-02-27interface: define TMS sequence commandDavid Brownell
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
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