aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-13faux_flash_bank_t -> struct faux_flash_bankZachary T Welch1-6/+6
2009-11-13ecosflash_flash_bank_t -> struct ecosflash_flash_bankZachary T Welch1-12/+12
2009-11-13cfi_fixup_t -> struct cfi_fixupZachary T Welch2-6/+6
2009-11-13cfi_unlock_addresses_t -> struct cfi_unlock_addressesZachary T Welch2-4/+4
2009-11-13cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_extZachary T Welch3-15/+15
2009-11-13cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_extZachary T Welch2-3/+3
2009-11-13cfi_intel_pri_ext_t -> struct cfi_intel_pri_extZachary T Welch2-6/+6
2009-11-13cfi_flash_bank_t -> struct cfi_flash_bankZachary T Welch3-40/+40
2009-11-13avrf_flash_bank_t -> struct avrf_flash_bankZachary T Welch2-6/+6
2009-11-13avrf_type_t -> struct avrf_typeZachary T Welch2-5/+5
2009-11-13at91sam7_flash_bank_t -> struct at91sam7_flash_bankZachary T Welch2-16/+16
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch12-51/+50
2009-11-13jtag_command_container_t -> union jtag_command_containerZachary T Welch1-5/+4
2009-11-13sleep_command_t -> struct sleep_commandZachary T Welch2-5/+4
2009-11-13end_state_command_t -> struct end_state_commandZachary T Welch1-4/+3
2009-11-13reset_command_t -> struct reset_commandZachary T Welch2-5/+4
2009-11-13stableclocks_command_t -> struct stableclocks_commandZachary T Welch2-5/+4
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 Welch1-0/+0
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