summaryrefslogtreecommitdiff
path: root/src/jtag/drivers/jlink.c
Commit message (Expand)AuthorAgeFilesLines
* adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg2011-05-011-5/+0
* jlink: jlink_debug_buffer use inline function when _DEBUG_USB_COMMS_ not defineJean-Christophe PLAGNIOL-VILLARD2011-04-091-10/+4
* jlink: add Emulator configuration supportJean-Christophe PLAGNIOL-VILLARD2011-03-131-0/+397
* jlink: add detect hw typeJean-Christophe PLAGNIOL-VILLARD2011-03-131-0/+21
* jlink: use tap buffer as 2kJean-Christophe PLAGNIOL-VILLARD2011-03-131-3/+3
* jlink: add capability dumper and commandJean-Christophe PLAGNIOL-VILLARD2011-03-131-1/+101
* jlink: add jlink_pid to specify the pid to useJean-Christophe PLAGNIOL-VILLARD2011-03-021-2/+25
* jlink: switch commands to subcommandsJean-Christophe PLAGNIOL-VILLARD2011-03-021-3/+13
* jlink: harmonise the device name to J-LinkJean-Christophe PLAGNIOL-VILLARD2011-03-021-4/+4
* jlink: add new PID and VIDJean-Christophe PLAGNIOL-VILLARD2011-03-021-2/+8
* jlink: set the speed at JLINK_MAX_SPEED when an exceeded speed is requestedJean-Christophe PLAGNIOL-VILLARD2011-02-231-2/+2
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-051-1/+1
* jtag: getting the JTAG speed can failØyvind Harboe2010-12-081-1/+5
* add JLINK protocol doc refDavid Brownell2010-10-101-0/+3
* jlink: fix -Wshadow warningAntonio Borneo2010-06-171-7/+7
* jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe2010-06-071-1/+1
* JLINK: user info message cleanupSpencer Oliver2010-03-101-29/+46
* JLink: reference protocol documentationDavid Brownell2010-02-041-0/+4
* JTAG/drivers: cleanup jtag_interface structsDavid Brownell2010-01-031-12/+10
* build: fix cygwin build warningsSpencer Oliver2009-12-111-1/+1
* change #include "interface.h" to <jtag/interface.h>Zachary T Welch2009-12-031-1/+1
* change #include "commands.h" to <jtag/commands.h>Zachary T Welch2009-12-031-1/+1
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-021-0/+1085