aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink14-43/+14
2020-03-03drivers: libusb1_common code cleanupMarc Schink12-73/+50
2020-03-03remove libusb0_common supportOleksij Rempel4-310/+0
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo3-4/+4
2020-02-15stlink: add trace support in DAP direct modeAntonio Borneo1-0/+17
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo1-1/+1
2020-02-15jtag/startup.tcl: remove trailing whitespacesAntonio Borneo1-5/+5
2020-02-15jtag_vpi: added an option to stop simulation on exitJan Matyas1-5/+46
2020-02-09jtag: Fix copy-paste error in 'irscan' helpMarek Vasut1-1/+1
2020-02-08stlink: fix max packet size for 8 bit R/W on stlink-v3Antonio Borneo1-2/+7
2020-02-08jtag: flush jtag queue after jtag_add_tlr()Antonio Borneo1-0/+1
2020-02-06jtag: drivers: xlnx-pcie-xvc: fix build on Linux pre v4.10Antonio Borneo1-0/+5
2020-01-29jtag: Fix jtag_reset fallbackLeonard Crestez1-1/+1
2020-01-29openocd: fix minor inconsistencies after renaming "adapter" commandAntonio Borneo2-5/+5
2020-01-29move ftdi_location deprecation helper to proper placeOleksij Rempel1-0/+5
2020-01-29jtag: adapter: rework adapter related commandsOleksij Rempel2-67/+113
2020-01-22jtag: drivers: xlnx-pcie-xvc: fix build after mergeAntonio Borneo2-9/+10
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel12-89/+186
2020-01-17jtag: drivers: xlnx-pcie-xvc: Add support for Xilinx XVC/PCIeMoritz Fischer3-0/+490
2020-01-14stlink: fix handling of DPv1 and DPv2 banked registersAntonio Borneo1-0/+27
2020-01-14stlink: add DAP direct driverAntonio Borneo2-7/+652
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo2-2/+10
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo37-254/+427
2020-01-14drivers/kitprog: remove unused JTAG execute_queue methodAntonio Borneo1-30/+0
2020-01-14hla: remove empty JTAG execute_queue methodAntonio Borneo1-9/+0
2020-01-14jtag: print an errmsg on using jtag API for non jtag transportAntonio Borneo2-0/+27
2020-01-14hla: use the new system_reset APIAntonio Borneo4-53/+25
2020-01-14bitbang: jtag-only drivers: switch to new reset APIAntonio Borneo7-18/+5
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo13-137/+226
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo1-8/+0
2020-01-02jtag: replace command "jtag_reset" with "adapter [de]assert"Antonio Borneo2-36/+16
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo6-0/+186
2020-01-02jtag_vpi: multiple improvementsJan Matyas1-9/+124
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink6-37/+122
2019-12-19sysfsgpio: give time to udev to change gpio permissionAntonio Borneo1-2/+23
2019-12-16jtag_vpi: ensured constant packet size & endiannessJan Matyas1-3/+26
2019-11-07jtag: usb_blaster: Add missing 'default' to switch statementAlexandru Gagniuc1-0/+5
2019-11-07jtag: jtag_vpi: Add missing 'default' to switch statementAlexandru Gagniuc1-0/+5
2019-10-19libjaylink: Update to latest Git versionMarc Schink1-0/+0
2019-10-18drivers/gw16012: remove useless cast on gw16012_portAntonio Borneo1-1/+1
2019-10-15Add complete JTAG debug logging.Tim Newsome1-2/+71
2019-10-15Add wall clock timeout warning to mpsse_flush()Tim Newsome1-0/+10
2019-09-24src/jtag/aice: Fix obviously incorrect bit op.Seth LaForge1-1/+1
2019-06-13jtag: fix error on TCL command "return" in jtag event handlerAntonio Borneo1-1/+6
2019-06-13jtag: drivers: buspirate: chunk SWD switch sequence transfer.Tilman Sauerbeck1-8/+17
2019-06-13jtag/drivers/jtag_usb_common: fix typoChristopher Head1-6/+6
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo16-23/+15
2019-06-06jtag: simplify management of non-implemented handlersAntonio Borneo2-48/+29
2019-06-06swd: remove unused API frequency()Antonio Borneo6-55/+0
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson24-493/+361