summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-1322-43/+43
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-1318-30/+30
* faux_flash_bank_t -> struct faux_flash_bankZachary T Welch2009-11-131-6/+6
* ecosflash_flash_bank_t -> struct ecosflash_flash_bankZachary T Welch2009-11-131-12/+12
* cfi_fixup_t -> struct cfi_fixupZachary T Welch2009-11-132-6/+6
* cfi_unlock_addresses_t -> struct cfi_unlock_addressesZachary T Welch2009-11-132-4/+4
* cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_extZachary T Welch2009-11-133-15/+15
* cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_extZachary T Welch2009-11-132-3/+3
* cfi_intel_pri_ext_t -> struct cfi_intel_pri_extZachary T Welch2009-11-132-6/+6
* cfi_flash_bank_t -> struct cfi_flash_bankZachary T Welch2009-11-133-40/+40
* avrf_flash_bank_t -> struct avrf_flash_bankZachary T Welch2009-11-132-6/+6
* avrf_type_t -> struct avrf_typeZachary T Welch2009-11-132-5/+5
* at91sam7_flash_bank_t -> struct at91sam7_flash_bankZachary T Welch2009-11-132-16/+16
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-1312-51/+50
* jtag_command_container_t -> union jtag_command_containerZachary T Welch2009-11-131-5/+4
* sleep_command_t -> struct sleep_commandZachary T Welch2009-11-132-5/+4
* end_state_command_t -> struct end_state_commandZachary T Welch2009-11-131-4/+3
* reset_command_t -> struct reset_commandZachary T Welch2009-11-132-5/+4
* stableclocks_command_t -> struct stableclocks_commandZachary T Welch2009-11-132-5/+4
* runtest_command_t -> struct runtest_commandZachary T Welch2009-11-132-5/+4
* pathmove_command_t -> struct pathmove_commandZachary T Welch2009-11-137-11/+10
* statemove_command_t -> struct statemove_commandZachary T Welch2009-11-132-5/+4
* cmd_queue_page_t -> struct cmd_queue_pageZachary T Welch2009-11-131-9/+8
* scan_command_t -> struct scan_commandZachary T Welch2009-11-138-43/+42
* more vsllink typedef cleanupZachary T Welch2009-11-131-6/+5
* vsllink_jtag_t -> struct vsllinkZachary T Welch2009-11-131-39/+38
* presto_t -> struct prestoZachary T Welch2009-11-131-6/+4
* ft2232_device_t -> struct ft2232_deviceZachary T Welch2009-11-131-6/+5
* jlink_jtag_t -> struct jlinkZachary T Welch2009-11-131-41/+40
* cable_t -> struct cableZachary T Welch2009-11-131-6/+5
* pending_scan_result_t -> struct pending_scan_resultZachary T Welch2009-11-133-20/+17
* armjtagew_jtag_t -> struct armjtagewZachary T Welch2009-11-131-33/+32
* use struct jtag_tap_event_actionZachary T Welch2009-11-132-7/+5
* jtag_event_callback_t -> struct jtag_event_callbackZachary T Welch2009-11-131-13/+19
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-1320-39/+38
* bitbang_interface_t -> struct bitbang_interfaceZachary T Welch2009-11-136-10/+9
* bitq_interface_t -> struct biq_interfaceZachary T Welch2009-11-133-8/+6
* encapsulate bitq_state structureZachary T Welch2009-11-132-10/+8
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-1331-152/+151
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-1350-158/+151
* fileio_t -> struct fileioZachary T Welch2009-11-1311-41/+40
* log_callback_t -> struct log_callbackZachary T Welch2009-11-132-9/+8
* remove accidental artifactZachary T Welch2009-11-131-0/+0
* add src/hello.c to augment new command tutorialZachary T Welch2009-11-133-1/+64
* command_handler_t: make cmd an indirect parameterZachary T Welch2009-11-132-10/+12
* command_handler_t: make args parameter constZachary T Welch2009-11-132-5/+7
* command_handler_t: make cmd parameter constZachary T Welch2009-11-131-1/+1
* command_handler_t: make argc unsignedZachary T Welch2009-11-137-18/+12
* add CMD_NAME macro for command handlersZachary T Welch2009-11-1310-18/+24
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-1310-16/+20