aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/ftdi.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-13openocd: trivial replace of jim-nvp with new nvpAntonio Borneo1-4/+5
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2023-03-18drivers/ftdi: prevent misleading error msg when more vid/pids configuredTomas Vanek1-6/+1
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-28jtag/ftdi: switch to command 'adapter serial'Antonio Borneo1-22/+1
2021-11-20drivers/ftdi: add support for SWD multidropTomas Vanek1-3/+7
2021-11-20ftdi: add support to switch to/from dormant stateAntonio Borneo1-0/+20
2021-11-13jtag: align adapter speed code to new structureAntonio Borneo1-1/+1
2021-11-13jtag/adapter: move 'usb location' code in adapter.cAntonio Borneo1-2/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-4/+4
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-20drivers/ftdi: Group adapter commandsMarc Schink1-16/+27
2021-07-02jtag/swd: rename CamelCase macrosAntonio Borneo1-8/+8
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-4/+4
2021-05-29help text: remove trailing spaceAntonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-05-01drivers/ftdi: drscan: Skip DR-PAUSE when endstate == IDLELuis de Arquer1-8/+23
2021-01-18driver/ftdi: skip trst in swd modeAntonio Borneo1-11/+13
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-1/+0
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+2
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-2/+2
2020-04-24ftdi: Report an error if no ftdi_vid_pid is specifiedLeonard Crestez1-0/+5
2020-03-12ftdi: flush mpsse queue after a level change on reset pinsAntonio Borneo1-2/+1
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-6/+11
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-30/+23
2019-06-06swd: remove unused API frequency()Antonio Borneo1-9/+0
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-17/+17
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-03-05src/jtag/drivers/ftdi: fix swd pin comment and linksDiego Herranz1-4/+4
2019-02-19ftdi: use "adapter usb location" instead of ftdi_location commandOleksij Rempel1-27/+2
2018-10-16ftdi: demote unhelpful debug messagesSteven Stallion1-2/+2
2018-03-15drivers/ftdi: free allocated memoryTomas Vanek1-0/+12
2018-01-13ftdi swd: disable SWD output pin during inputPatrick Stewart1-2/+13
2017-10-27ftdi: Enable SWDIO output before sending data on itJonas Norling1-0/+3
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-0/+1
2017-08-10log: Add a new debug level (4) for verbose I/O debugAndreas Fritiofson1-3/+3
2016-08-14ftdi: Added a method to read the signal valuesStephen Tridgell1-1/+72
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-05ftdi: make ftdi_location command depend on libusb1 versionMatthias Welwarsky1-0/+4
2016-03-24ftdi: allow selecting device by usb bus locationMatthias Welwarsky1-1/+22
2016-02-13jtag ftdi: sample TDO on falling edge of TCKMatthias Welwarsky1-9/+46
2015-12-29swd: Remove DAP from parameter listAndreas Fritiofson1-11/+11
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart1-1/+1
2015-03-25jtag/drivers/ftdi.c: removed memory leakMateusz Manowiecki1-0/+2
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser1-1/+1
2015-01-09swd: handle various failure conditionsPaul Fertser1-6/+1
2014-08-19jtag/drivers/ftdi: Use adapter_khz value for initial clock speed (was default...Angus Gratton1-2/+1
2014-06-28jtag/drivers/ftdi: do not touch unavailable reset signalsPaul Fertser1-2/+4