drivers: call adapter_get_required_serial() in jtag_libusb_open()
[fw/openocd] / src / jtag / drivers / arm-jtag-ew.c
2021-11-28 Antonio Borneodrivers: call adapter_get_required_serial() in jtag_lib...
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-04-05 Antonio Borneodrivers/arm-jtag-ew: switch to libusb1
2020-09-05 Antonio Borneojtag: avoid checking for non NULL pointer to free it
2020-09-05 Antonio Borneojtag: use proper format with uint32_t
2020-05-09 Antonio Borneocoding style: prototype of functions with no parameters
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
2020-01-14 Antonio Borneoadapter: switch from struct jtag_interface to adapter_d...
2019-06-04 Andreas FritiofsonConvert DEBUG_JTAG_IO to LOG_DEBUG_IO
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-01-27 Spencer Oliverjtag: only change state if necessary
2012-02-06 Spencer Oliverbuild: cleanup src/jtag/drivers directory
2011-10-14 Spencer Oliverarm-jtag-ew: whitespace cleanup
2011-10-08 Simon Barnerarm-jtag-ew: Send GDB keep_alive() messages when loggin...
2011-10-08 Simon Barnerarm-jtag-ew: Formatting
2011-10-08 Simon Barnerarm-jtag-ew: In armjtagew_init(), set initial JTAG...
2011-10-08 Simon Barnerarm-jtag-ew: Emit a warning if interface firmware versi...
2011-10-08 Simon Barnerarm-jtag-ew: Declare interface as `jtag_only'
2011-10-08 Simon Barnerarm-jtag-ew: Provide armjtagew_speed_div() in order...
2011-10-08 Simon Barnerarm-jtag-ew: Fix setting interface speed (2/2)
2011-10-08 Simon Barnerarm-jtag-ew: Fix setting interface speed (1/2)
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2011-01-05 Eric Wetzelnit: do not add \n at end of LOG_ERROR
2010-06-19 Andreas Fritiofsonarm-jtag-ew: -Wshadow fix
2010-06-17 Freddie Chopinmingw32: -Wshadow fixes in arm-jtag-ew.c
2010-06-07 Øyvind Harboejtag: rename JTAG_MOVESTATE to JTAG_TLR_RESET
2010-01-03 David BrownellJTAG/drivers: cleanup jtag_interface structs
2009-12-03 Zachary T Welchchange #include "interface.h" to <jtag/interface.h>
2009-12-03 Zachary T Welchchange #include "commands.h" to <jtag/commands.h>
2009-12-03 Zachary T Welchmove jtag drivers to src/jtag/drivers