jtag/ftdi: switch to command 'adapter serial'
[fw/openocd] / src / jtag / drivers / ftdi.c
2021-11-28 Antonio Borneojtag/ftdi: switch to command 'adapter serial'
2021-11-20 Tomas Vanekdrivers/ftdi: add support for SWD multidrop
2021-11-20 Antonio Borneoftdi: add support to switch to/from dormant state
2021-11-13 Antonio Borneojtag: align adapter speed code to new structure
2021-11-13 Antonio Borneojtag/adapter: move 'usb location' code in adapter.c
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Marc Schinkdrivers/ftdi: Group adapter commands
2021-07-02 Antonio Borneojtag/swd: rename CamelCase macros
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2]
2021-05-29 Antonio Borneohelp text: remove trailing space
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-05-01 Luis de Arquerdrivers/ftdi: drscan: Skip DR-PAUSE when endstate ...
2021-01-18 Antonio Borneodriver/ftdi: skip trst in swd mode
2021-01-13 Antonio Borneoopenocd: fix doxygen parameters of functions
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-04-24 Leonard Crestezftdi: Report an error if no ftdi_vid_pid is specified
2020-03-12 Antonio Borneoftdi: flush mpsse queue after a level change on reset...
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk
2020-01-14 Antonio Borneoadapter: switch from struct jtag_interface to adapter_d...
2020-01-14 Antonio Borneoswd: get rid of jtag queue to assert/deassert srst
2019-06-06 Antonio Borneoswd: remove unused API frequency()
2019-06-04 Andreas FritiofsonConvert DEBUG_JTAG_IO to LOG_DEBUG_IO
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-03-05 Diego Herranzsrc/jtag/drivers/ftdi: fix swd pin comment and links
2019-02-19 Oleksij Rempelftdi: use "adapter usb location" instead of ftdi_locati...
2018-10-16 Steven Stallionftdi: demote unhelpful debug messages
2018-03-15 Tomas Vanekdrivers/ftdi: free allocated memory
2018-01-13 Patrick Stewartftdi swd: disable SWD output pin during input
2017-10-27 Jonas Norlingftdi: Enable SWDIO output before sending data on it
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs
2017-08-10 Andreas Fritiofsonlog: Add a new debug level (4) for verbose I/O debug
2016-08-14 Stephen Tridgellftdi: Added a method to read the signal values
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-05 Matthias Welwarskyftdi: make ftdi_location command depend on libusb1...
2016-03-24 Matthias Welwarskyftdi: allow selecting device by usb bus location
2016-02-13 Matthias Welwarskyjtag ftdi: sample TDO on falling edge of TCK
2015-12-29 Andreas Fritiofsonswd: Remove DAP from parameter list
2015-12-29 Patrick Stewartarm_debug: Support multiple APs per DAP and remove...
2015-03-25 Mateusz Manowieckijtag/drivers/ftdi.c: removed memory leak
2015-01-30 Paul FertserUse (uint8_t *) for buf_(set|get)_u(32|64) instead...
2015-01-09 Paul Fertserswd: handle various failure conditions
2014-08-19 Angus Grattonjtag/drivers/ftdi: Use adapter_khz value for initial...
2014-06-28 Paul Fertserjtag/drivers/ftdi: do not touch unavailable reset signals
2014-06-28 Paul Fertserjtag/drivers/ftdi: require defining SWD_EN signal for...
2014-06-28 Paul Fertserjtag/drivers/ftdi: declare standard JTAG signals on...
2014-06-28 Paul Fertserjtag/drivers/ftdi: add option to declare signal aliases
2014-06-28 Andreas FritiofsonAdd FTDI SWD driver
2014-05-09 Andreas Fritiofsonftdi: Optimize GPIO toggling
2014-02-24 Paul Fertserdrivers/ftdi: warn the user if he tries to use undefine...
2013-10-31 Andreas Fritiofsonftdi: Remove unnecessary cast
2013-08-01 Andreas Fritiofsonmpsse: Defer errors until flush
2013-07-15 Andreas Fritiofsonftdi: Fix error in calloc retval check
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-10-02 Spencer Oliverftdi: incorrectly using output register for direction
2012-10-02 Spencer Oliverftdi: correct ftdi_initialize error text
2012-10-02 Spencer Oliverftdi: fix adapter_init rclk fallback
2012-08-29 Andreas Fritiofsonftdi: fix overflow if last field of a scan is empty
2012-07-17 Andreas FritiofsonAdd FTDI JTAG driver using MPSSE layer