aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-13runtest_command_t -> struct runtest_commandZachary T Welch2-5/+4
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch7-11/+10
2009-11-13statemove_command_t -> struct statemove_commandZachary T Welch2-5/+4
2009-11-13cmd_queue_page_t -> struct cmd_queue_pageZachary T Welch1-9/+8
2009-11-13scan_command_t -> struct scan_commandZachary T Welch8-43/+42
2009-11-13more vsllink typedef cleanupZachary T Welch1-6/+5
2009-11-13vsllink_jtag_t -> struct vsllinkZachary T Welch1-39/+38
2009-11-13presto_t -> struct prestoZachary T Welch1-6/+4
2009-11-13ft2232_device_t -> struct ft2232_deviceZachary T Welch1-6/+5
2009-11-13jlink_jtag_t -> struct jlinkZachary T Welch1-41/+40
2009-11-13cable_t -> struct cableZachary T Welch1-6/+5
2009-11-13pending_scan_result_t -> struct pending_scan_resultZachary T Welch3-20/+17
2009-11-13armjtagew_jtag_t -> struct armjtagewZachary T Welch1-33/+32
2009-11-13use struct jtag_tap_event_actionZachary T Welch2-7/+5
2009-11-13jtag_event_callback_t -> struct jtag_event_callbackZachary T Welch1-13/+19
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch20-39/+38
2009-11-13bitbang_interface_t -> struct bitbang_interfaceZachary T Welch6-10/+9
2009-11-13bitq_interface_t -> struct biq_interfaceZachary T Welch3-8/+6
2009-11-13encapsulate bitq_state structureZachary T Welch2-10/+8
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch31-152/+151
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch50-158/+151
2009-11-13fileio_t -> struct fileioZachary T Welch11-41/+40
2009-11-13log_callback_t -> struct log_callbackZachary T Welch2-9/+8
2009-11-13remove accidental artifactZachary T Welch2-0/+1
2009-11-13add documention for writing built-in commandsZachary T Welch3-2/+163
2009-11-13add src/hello.c to augment new command tutorialZachary T Welch3-1/+64
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch2-10/+12
2009-11-13command_handler_t: make args parameter constZachary T Welch2-5/+7
2009-11-13command_handler_t: make cmd parameter constZachary T Welch1-1/+1
2009-11-13command_handler_t: make argc unsignedZachary T Welch7-18/+12
2009-11-13add CMD_NAME macro for command handlersZachary T Welch10-18/+24
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch10-16/+20
2009-11-13add PLD_DEVICE_COMMAND_HANDLER macroZachary T Welch2-4/+9
2009-11-13nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch9-23/+14
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch18-26/+18
2009-11-13add FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-2/+6
2009-11-13s3c24xx: use COMMAND_HANDLER with command helperZachary T Welch7-30/+21
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch4-23/+18
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch6-19/+21
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch55-327/+224
2009-11-13add command_handler_t typeZachary T Welch2-7/+6
2009-11-13add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch1-0/+42
2009-11-13add command_output_handler_tZachary T Welch2-4/+10
2009-11-13Cortex-A8: fix indentDavid Brownell1-28/+28
2009-11-12nand: rename device to nandZachary T Welch13-440/+440
2009-11-12ETM: start support for ETMv2+David Brownell3-26/+144
2009-11-12WinXP-x64: find right D2XX librariesLiam Redmond1-2/+2
2009-11-12parport: add support for the jtag_khz command.Jonas Horberg2-8/+100
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell7-11/+8
2009-11-11ETM: use new toplevel ETM handleDavid Brownell1-58/+50