summaryrefslogtreecommitdiff
path: root/src/jtag/commands.h
Commit message (Expand)AuthorAgeFilesLines
* jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe2010-06-071-1/+8
* JTAG/COMMANDS: review scope of functionsAntonio Borneo2010-04-101-1/+0
* interface: define TMS sequence commandDavid Brownell2010-02-271-9/+30
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-2/+0
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-131-6/+5
* jtag_command_container_t -> union jtag_command_containerZachary T Welch2009-11-131-5/+4
* sleep_command_t -> struct sleep_commandZachary T Welch2009-11-131-4/+3
* end_state_command_t -> struct end_state_commandZachary T Welch2009-11-131-4/+3
* reset_command_t -> struct reset_commandZachary T Welch2009-11-131-4/+3
* stableclocks_command_t -> struct stableclocks_commandZachary T Welch2009-11-131-4/+3
* runtest_command_t -> struct runtest_commandZachary T Welch2009-11-131-4/+3
* pathmove_command_t -> struct pathmove_commandZachary T Welch2009-11-131-4/+3
* statemove_command_t -> struct statemove_commandZachary T Welch2009-11-131-4/+3
* scan_command_t -> struct scan_commandZachary T Welch2009-11-131-8/+7
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-2/+2
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-2/+2
* added missing extern to jtag_command_queue definition.oharboe2009-06-031-1/+1
* Move JTAG command APIs into new jtag/commands.h header file.zwelch2009-06-031-0/+162