aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/jlink.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-06-18target/armv7m_trace: Calculate prescaler for external capture devicesMarc Schink1-7/+10
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-7/+13
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-13/+9
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink1-23/+83
2019-06-06swd: remove unused API frequency()Antonio Borneo1-9/+0
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-10/+10
2019-05-31jlink: add usb location supportOleksij Rempel1-4/+38
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-54/+54
2019-05-14jlink: change prototype of show_config*() functionsPaul Fertser1-25/+25
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-4/+8
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-1/+4
2019-02-07jlink: Use correct SWD buffer sizeMarc Schink1-1/+1
2018-07-19target/armv7m_trace: Use prefix for enumsMarc Schink1-1/+1
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink1-1/+1
2017-10-03jlink: Disable TCP/IP discoveryMarc Schink1-1/+7
2017-10-03jlink: Disable automatic device selectionMarc Schink1-4/+9
2017-10-03jlink: Use error description in log messagesMarc Schink1-42/+35
2017-10-03jlink: Make libusb optionalMarc Schink1-1/+8
2017-10-03jlink: Make use of debug level for I/O messagesMarc Schink1-0/+3
2016-12-08jlink: Output libjaylink versionMarc Schink1-0/+3
2016-12-08libjaylink: Update to latest master branchMarc Schink1-6/+6
2016-12-08jlink: Add EMUCOM supportMarc Schink1-0/+143
2016-10-07libjaylink: Update for API changesMarc Schink1-19/+38
2016-10-07jlink: Adjust log verbosity of libjaylinkMarc Schink1-0/+38
2016-08-13jlink: fix jlink regression introduced by ae8cdc commitSergey A. Borshch1-2/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-2/+1
2016-02-13jlink: Update for libjaylink API changesMarc Schink1-34/+57
2016-01-15drivers: jlink: rework to allow scans of arbitrary length, bump libjaylinkPaul Fertser1-141/+184
2016-01-06jlink: deconflict local variables from global symbolsPeter A. Bigot1-13/+13
2015-12-29swd: Remove DAP from parameter listAndreas Fritiofson1-20/+14
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart1-4/+3
2015-11-26jlink: Retrieve maximum speed from device.Marc Schink1-4/+20
2015-11-26Improve J-Link driver and introduce libjaylink.Marc Schink1-1127/+1035
2015-08-06jlink: Add on-board nRF51-DK USB VID and PIDKyle Manna1-2/+2
2015-03-09jlink: Add variant "J-Link Lite-XMC4000"Andreas Färber1-0/+4
2015-03-09jlink: Add variant "J-Link Lite-XMC4200"Andreas Färber1-0/+4
2015-02-11J-Link serial number config optionJoerg Fischer1-2/+23
2015-02-11jlink: Added hardware version number for JLink firmware on LPC-Link2Nemui Trinomius1-14/+25
2015-01-09swd: handle various failure conditionsPaul Fertser1-8/+2
2014-11-24jtag/drivers/jlink: implement register command to fix SWDPaul Fertser1-0/+44
2014-10-06libusb: introduce jtag_libusb_choose_interface() and use it for JLinkPaul Fertser1-21/+9
2014-10-06jtag/drivers/jlink.c: fix for LPC Link-2 running JLink firmware on LinuxAnders1-10/+12
2014-09-22Support hla_serial command for ST-LINK adapters.Austin Phillips1-2/+2
2014-08-19jlink: Constantify string arraysSpencer Oliver1-2/+2
2014-08-19jlink: add variant "J-Link Lite-ADI"Spencer Oliver1-5/+8
2014-08-19jlink: fix typoSpencer Oliver1-1/+1
2014-08-02drivers/jlink: Revert old workaroundAndreas Fritiofson1-22/+0
2014-08-02drivers/jlink: fix SWD speed config, and set it before sending anythingPaul Fertser1-1/+3