Doxygen file comments
[fw/openocd] / src / jtag /
2010-01-10 David BrownellPresto: doxygen fix
2010-01-10 David Brownelljtag/tcl help/usage fixups
2010-01-10 David BrownellZY1000 help/usage fixups
2010-01-10 David Brownelljtag: presto, parport help/usage updates
2010-01-10 David Brownelljtag/gw16012 usage/help updates
2010-01-05 David Brownellbuildfix with -DNDEBUG
2010-01-05 Spencer Oliverparport: output port as hex rather than dec
2010-01-03 David BrownellFT2232: fix doc typo
2010-01-03 David BrownellJTAG/drivers: ft2232 docs
2010-01-03 David BrownellJTAG/Drivers: Amontec JTAG accelerator fixes
2010-01-03 David BrownellJTAG: Amontec JTAG accelerater "rtck" is back
2010-01-03 David BrownellJTAG/drivers: cleanup jtag_interface structs
2010-01-03 David BrownellJTAG/drivers: amt_jtagaccel fixes + cleanup
2009-12-30 Øyvind Harboezy1000: firmware upgrade fixes for revc
2009-12-30 Øyvind Harboezy1000: less warnings
2009-12-28 David BrownellFix Luminary FT2232 layout docs/configs
2009-12-26 Catalin PatuleaDriver for USB-JTAG, Altera USB-Blaster and compatibles
2009-12-26 Antonio BorneoPARPORT code cleanup:
2009-12-16 David BrownellJTAG: shrink "scan_chain" output
2009-12-14 David Brownelljtag: add '-ignore-version' option
2009-12-11 Spencer Oliverbuild: fix cygwin build warnings
2009-12-10 Øyvind Harboezy1000: revc FPGA now works
2009-12-09 David BrownellComment and doxygen fixes
2009-12-08 Rafael Campos Las... Fix compilation error with gcc 4.4.1
2009-12-08 Øyvind Harboezy1000: some background info on the zy1000 file.
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-05 David Brownellmisc code review updates
2009-12-04 Zachary T Welchseparate Jim from jtag/core.c
2009-12-04 Zachary T Welchallow 'jtag init' to be run in any mode
2009-12-04 Øyvind Harboezy1000: FPGA revC wip
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "../hello.h" to "hello.h"
2009-12-03 Zachary T Welchchange #include "embeddedice.h" to <target/embeddedice.h>
2009-12-03 Zachary T Welchchange #include "minidriver.h" to <jtag/minidriver.h>
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "interface.h" to <jtag/interface.h>
2009-12-03 Zachary T Welchchange #include "commands.h" to <jtag/commands.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-12-03 Zachary T Welchremove #if HAVE_JTAG_INTERFACE_H from minidriver.h
2009-12-03 Zachary T Welchmove jtag drivers to src/jtag/drivers
2009-12-02 Zachary T Welchjtag: factor init into 'jtag init'
2009-12-01 Øyvind Harboezy1000: keep up with latest changes to command handling
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchjtag: avoid using interp global variable
2009-11-30 Øyvind Harboezy1000: keep up with changes to command structure
2009-11-28 Zachary T Welchsplit jim_newtap_cmd into pieces
2009-11-28 Zachary T Welchimprove jtag_tap_configure
2009-11-28 Zachary T Welchimprove jtag_tap_handle_event indentation
2009-11-28 Zachary T Welchbegin moving JTAG jim handlers/helpers
2009-11-28 Zachary T Welchsplit jim_jtag_command into multiple handlers
2009-11-27 Øyvind Harboezy1000: keep up with new command registration stuff
2009-11-27 Zachary T Welchupdate minidummy interface driver command handling
2009-11-27 Øyvind Harboeminidummy: fix compilation error
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchremove register_callbacks from jtag interface
2009-11-25 Zachary T Welchvsllink: use register_commands()
2009-11-25 Zachary T Welchjtag: use register_commands()
2009-11-25 Zachary T Welchpresto: use register_commands()
2009-11-25 Zachary T Welchparport: use register_commands()
2009-11-25 Zachary T Welchjlink: use register_commands()
2009-11-25 Zachary T Welchgw16012: use register_commands()
2009-11-25 Zachary T Welchft2232: use register_commands()
2009-11-25 Zachary T Welchat91rm9200: use register_commands()
2009-11-25 Zachary T Welcharm-jtag-ew: use register_commands()
2009-11-25 Zachary T Welchamt_jtagaccel: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-25 Zachary T Welchimprove startup tcl scripts
2009-11-24 Zachary T Welchjlink: rewrite to use jtag_usb_open
2009-11-24 Zachary T Welchjlink: remove superfluous indentation
2009-11-24 Zachary T Welchrlink: use jtag_usb_open helper
2009-11-24 Zachary T Welchrlink: eliminate spurious indentation
2009-11-24 Zachary T Welchvsllink: rewrite to use jtag_usb_open
2009-11-24 Zachary T Welchusbprog: use jtag_usb_open
2009-11-24 Zachary T Welcharm-jtag-ew: use jtag_usb_open
2009-11-24 Zachary T Welchadd jtag/usb_common.[ch] files
2009-11-22 Øyvind Harboezy1000: fix breakage in command parsing code for power...
2009-11-21 Zachary T Welchjtag: remove useless forward declarations
2009-11-21 Zachary T Welchallow jtag interfaces to lack commands
2009-11-18 Zachary T Welchfix zy1000 command handler
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-18 Zachary T Welchsplit startup.tcl file across modules
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 Øyvind Harboejtag_registers: Avalon bridge flushing tweaks
2009-11-17 Øyvind Harboezy1000: add version command to print FPGA version and...
2009-11-17 Øyvind Harboezy1000: fix bug when running on non-arm CPU
2009-11-17 Øyvind Harboezy1000: fix trivial syntax error introduced by latest...
2009-11-17 David BrownellJTAG: fix autoprobe failure.
2009-11-16 David BrownellJTAG: no LOG_WARNING() for taps without IDCODE
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
next