aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/arm-jtag-ew.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2022-12-18jtag: fix build with configure --enable-verboseAntonio Borneo1-10/+5
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-28drivers: call adapter_get_required_serial() in jtag_libusb_open()Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-04-05drivers/arm-jtag-ew: switch to libusb1Antonio Borneo1-20/+27
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-2/+1
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-1/+1
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo1-1/+1
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-8/+8
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-6/+12
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-10/+10
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-01-27jtag: only change state if necessarySpencer Oliver1-1/+4
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-175/+122
2011-10-14arm-jtag-ew: whitespace cleanupSpencer Oliver1-26/+15
2011-10-08arm-jtag-ew: Send GDB keep_alive() messages when logging USB communicationSimon Barner1-0/+3
2011-10-08arm-jtag-ew: FormattingSimon Barner1-1/+1
2011-10-08arm-jtag-ew: In armjtagew_init(), set initial JTAG speed to 32 kHz (before TA...Simon Barner1-0/+3
2011-10-08arm-jtag-ew: Emit a warning if interface firmware version != 1.6Simon Barner1-0/+5
2011-10-08arm-jtag-ew: Declare interface as `jtag_only'Simon Barner1-0/+1
2011-10-08arm-jtag-ew: Provide armjtagew_speed_div() in order to fix interactive use of...Simon Barner1-0/+9
2011-10-08arm-jtag-ew: Fix setting interface speed (2/2)Simon Barner1-2/+2
2011-10-08arm-jtag-ew: Fix setting interface speed (1/2)Simon Barner1-1/+1
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-1/+1
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-3/+3
2010-06-19arm-jtag-ew: -Wshadow fixAndreas Fritiofson1-6/+6
2010-06-17mingw32: -Wshadow fixes in arm-jtag-ew.cFreddie Chopin1-4/+4
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe1-1/+1
2010-01-03JTAG/drivers: cleanup jtag_interface structsDavid Brownell1-11/+9
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch1-1/+1
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch1-1/+1
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-0/+837