]> git.sur5r.net Git - openocd/history - src/jtag/commands.h
Make #include guard naming consistent
[openocd] / src / jtag / commands.h
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/jtag directory
2010-06-07 Øyvind Harboejtag: rename JTAG_MOVESTATE to JTAG_TLR_RESET
2010-04-10 Antonio BorneoJTAG/COMMANDS: review scope of functions
2010-02-27 David Brownellinterface: define TMS sequence command
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-11-13 Zachary T Welchjtag_command_t -> struct jtag_command
2009-11-13 Zachary T Welchjtag_command_container_t -> union jtag_command_container
2009-11-13 Zachary T Welchsleep_command_t -> struct sleep_command
2009-11-13 Zachary T Welchend_state_command_t -> struct end_state_command
2009-11-13 Zachary T Welchreset_command_t -> struct reset_command
2009-11-13 Zachary T Welchstableclocks_command_t -> struct stableclocks_command
2009-11-13 Zachary T Welchruntest_command_t -> struct runtest_command
2009-11-13 Zachary T Welchpathmove_command_t -> struct pathmove_command
2009-11-13 Zachary T Welchstatemove_command_t -> struct statemove_command
2009-11-13 Zachary T Welchscan_command_t -> struct scan_command
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-03 oharboeadded missing extern to jtag_command_queue definition.
2009-06-03 zwelchMove JTAG command APIs into new jtag/commands.h header...