aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/stlink_usb.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-23stlink: increase trace buffer size to maximum allowed on st-link v2 firmwareAustin Morton1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-20Fix spelling of ARM CortexAndreas Färber1-1/+1
2016-05-08stlink: Decode more errors.Uwe Bonnes1-0/+42
2015-09-30stlink_usb: fix typoJim Paris1-1/+1
2015-05-17jtag/drivers/stlink: fix SRST issue with stlink-v1Paul Fertser1-1/+1
2015-04-16stlink_usb.c: Decode some more errors.Uwe Bonnes1-0/+8
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser1-149/+80
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser1-4/+4
2015-03-09stlink: avoid null pointer dereference in stlink_usb_close()Paul Fertser1-4/+4
2015-01-30drivers/stlink: clarify "init mode failed" messagePaul Fertser1-1/+1
2015-01-26jtag/drivers/stlink: demote the output of available speeds to DEBUGPaul Fertser1-2/+2
2015-01-15stlink: add reconfigurable speed supportSpencer Oliver1-0/+108
2014-09-22Support hla_serial command for ST-LINK adapters.Austin Phillips1-3/+5
2014-09-15jtag: drivers: stlink: remove unnecessary '\n' in LOG_* entriesAndrey Skvortsov1-5/+5
2014-08-11stlink_usb: Fix swallowed error on read/write operations, add retries on SWD ...Angus Gratton1-111/+102
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser1-1/+9
2014-06-01jtag/drivers/stlink: allow to reconnect seamlessly after polling failurePaul Fertser1-16/+36
2014-03-17stlink_usb.c: add support for STLink V2-1Bartosz Bielawski1-47/+75
2014-03-07stlink: Use callback to increase frequency of trace data samplingAndreas Fritiofson1-2/+18
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-2/+2
2013-12-22stlink: remove stlink_api commandMathias K1-6/+1
2013-10-31Remove unnecessary castsAndreas Fritiofson1-110/+38
2013-10-29hla/stlink: Re-order trace parameters to allow trace output file to be optionalJames G. Smith1-5/+7
2013-09-25hla: move memory read/write functionality to driverSpencer Oliver1-16/+168
2013-09-25stlink: remove usb timeout magic numbersSpencer Oliver1-5/+8
2013-09-25hla: cleanup read/write apiSpencer Oliver1-6/+20
2013-08-29stlink: Add workaround for intermittent FW info retrieval failureAndrey Smirnov1-19/+53
2013-08-29stlink_usb: remove gcc-specific constantAndrey Yurovsky1-1/+1
2013-08-07stlink: add SWO tracing supportAndrey Yurovsky1-4/+236
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-17stlink: fix connect under reset issuesSpencer Oliver1-2/+10
2012-12-24stlink: print target voltage if supportedSpencer Oliver1-0/+58
2012-12-24stlink: add generic open error routineSpencer Oliver1-17/+25
2012-12-23hla: add ability to configure read/write buffer sizeSpencer Oliver1-0/+3
2012-12-23target: add deprecated target name supportSpencer Oliver1-12/+12
2012-12-23stlink: print version infoSpencer Oliver1-1/+1
2012-11-23stlink: format src definesSpencer Oliver1-78/+78
2012-08-29stlink: improve swd hardware resetSpencer Oliver1-1/+8
2012-05-19stlink: add myself to copyright headerSpencer Oliver1-0/+3
2012-05-14stlink: fix stlink api2 single stepSpencer Oliver1-2/+7
2012-05-14stlink: add stlink_api cmdSpencer Oliver1-2/+12
2012-05-14stlink: stlink/v1 use v2 api if supportedSpencer Oliver1-3/+2
2012-04-30stlink: export write_debug_regSpencer Oliver1-0/+2
2012-04-30stlink: add hardware srst functions to stlink/v2Spencer Oliver1-0/+30
2012-04-30stlink: default to latest api availableSpencer Oliver1-2/+2
2012-04-30stlink: add improved STLINK_JTAG_API_V2 supportSpencer Oliver1-12/+116
2012-04-30stlink: support stlink api resultSpencer Oliver1-5/+5
2012-04-13stlink: correctly format printed hex addressesSpencer Oliver1-8/+8
2012-03-14stlink: fix alignment build warningAlexandre Pereira da Silva1-4/+4