summaryrefslogtreecommitdiff
path: root/src/jtag/jlink.c
Commit message (Expand)AuthorAgeFilesLines
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-021-1085/+0
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-241-6/+4
* jlink: use register_commands()Zachary T Welch2009-11-241-8/+18
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* jlink: rewrite to use jtag_usb_openZachary T Welch2009-11-241-61/+15
* jlink: remove superfluous indentationZachary T Welch2009-11-241-52/+55
* jtag: remove useless forward declarationsZachary T Welch2009-11-211-21/+11
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-1/+1
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* remove TAP_SCAN_BYTES macroZachary T Welch2009-11-161-5/+6
* arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch2009-11-151-18/+14
* command_context_t -> struct command_contextZachary T Welch2009-11-131-6/+6
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-131-8/+8
* scan_command_t -> struct scan_commandZachary T Welch2009-11-131-6/+6
* jlink_jtag_t -> struct jlinkZachary T Welch2009-11-131-41/+40
* pending_scan_result_t -> struct pending_scan_resultZachary T Welch2009-11-131-6/+5
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-1/+1
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-3/+3
* Gary Carlson [gcarlson@carlson-minot.com]:ntfreak2009-08-061-3/+1
* Gary Carlson <gcarlson@carlson-minot.com>ntfreak2009-07-131-43/+92
* - change sleep to usleep - fixes issue under win32 buildntfreak2009-07-061-1/+1
* Gary Carlson <gcarlson@carlson-minot.com>:zwelch2009-07-061-15/+27
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* printf() warning fixes due to uint32_t change-overduane2009-06-191-3/+3
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-21/+21
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-19/+19
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+1
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+1
* - hack added to fix a issue with v5/6 jlinkntfreak2009-06-021-1/+9
* Remove unused code, TAP_INVALID is never passed to drivers.oharboe2009-06-021-8/+3
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* Peter Denison <openwrt@marshadder.org>:zwelch2009-05-311-1/+1
* Remove unused jlink_execute_end_state (unreferenced after r1949).zwelch2009-05-301-8/+0
* remove unused JTAG_END_STATEoharboe2009-05-301-1/+0
* Submitted by Magnus Lundin <lundin@mlu.mine.nu>:zwelch2009-05-231-21/+100
* JLink support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com>kc8apf2009-05-181-4/+10
* Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe2009-05-161-2/+2
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-5/+0
* Small changes that might improve stability.mlu2009-05-061-19/+43
* Fix jlink usb_bulk_with_retries to return actual error codes.zwelch2009-04-291-13/+10
* Remove vestigial last_tms variable from jlink driver.zwelch2009-04-291-3/+0
* Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).zwelch2009-04-291-1/+10
* Correctedout buffer size and missing jlink_tap_init() call.mlu2009-04-281-17/+45