aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/arm-jtag-ew.c
AgeCommit message (Expand)Author
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo
2016-05-24Remove FSF address from GPL noticesMarc Schink
2013-06-05update files to correct FSF addressSpencer Oliver
2013-01-27jtag: only change state if necessarySpencer Oliver
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver
2011-10-14arm-jtag-ew: whitespace cleanupSpencer Oliver
2011-10-08arm-jtag-ew: Send GDB keep_alive() messages when logging USB communicationSimon Barner
2011-10-08arm-jtag-ew: FormattingSimon Barner
2011-10-08arm-jtag-ew: In armjtagew_init(), set initial JTAG speed to 32 kHz (before TA...Simon Barner
2011-10-08arm-jtag-ew: Emit a warning if interface firmware version != 1.6Simon Barner
2011-10-08arm-jtag-ew: Declare interface as `jtag_only'Simon Barner
2011-10-08arm-jtag-ew: Provide armjtagew_speed_div() in order to fix interactive use of...Simon Barner
2011-10-08arm-jtag-ew: Fix setting interface speed (2/2)Simon Barner
2011-10-08arm-jtag-ew: Fix setting interface speed (1/2)Simon Barner
2011-01-09nit: more LOG_* \n fixesEric Wetzel
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel
2010-06-19arm-jtag-ew: -Wshadow fixAndreas Fritiofson
2010-06-17mingw32: -Wshadow fixes in arm-jtag-ew.cFreddie Chopin
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe
2010-01-03JTAG/drivers: cleanup jtag_interface structsDavid Brownell
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch