2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-26 23:40:22 +10:00
openocd/src
Edward Fewell fb287ec5f5 drivers: xds110: Remove unnecessary and deprecated libusb function.
libusb-1.0.22 has deprecated the libusb_set_debug function. This
function was present in the XDS110 driver as an artifact left over
from early debugging. It isn't required because logging is disabled
by default. Removing it to simplify the code and no longer need to
have libusb version specific #if's in the code.

Change-Id: I9c3f16c039da3f3fad9c4a1169978b0d85a1b45c
Signed-off-by: Edward Fewell <efewell@ti.com>
Reviewed-on: http://openocd.zylin.com/4553
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
2018-06-06 15:50:39 +01:00
..
flash psoc5lp: Add EEPROM flash driver 2018-06-06 15:49:14 +01:00
helper helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too far 2018-03-12 14:12:07 +00:00
jtag drivers: xds110: Remove unnecessary and deprecated libusb function. 2018-06-06 15:50:39 +01:00
pld
rtos ChibiOS thread states: Update thread state to label mapping 2018-04-23 20:46:52 +01:00
server Fix Semihosting FileIO for targets using vcont packet 2018-06-06 15:23:04 +01:00
svf svf: improve robustness when processing invalid SVF files 2018-03-13 08:41:21 +00:00
target target/target.c: free semihosting member 2018-06-06 15:22:51 +01:00
transport configure: disable all drivers when zy1000 is enabled 2018-04-09 09:04:46 +01:00
xsvf
hello.c
hello.h
main.c
Makefile.am
openocd.c armv8: valgrind memleak fixes 2018-04-10 09:13:02 +01:00
openocd.h