aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/commands.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-16jtag: make cmd_queue_scan_field_clone publicSteven Stallion1-0/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/jtag directorySpencer Oliver1-40/+41
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe1-1/+8
2010-04-10JTAG/COMMANDS: review scope of functionsAntonio Borneo1-1/+0
2010-02-27interface: define TMS sequence commandDavid Brownell1-9/+30
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe1-2/+0
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
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