aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/hla
AgeCommit message (Expand)AuthorFilesLines
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-23/+11
2016-05-24Make #include guard naming consistentMarc Schink4-12/+12
2016-05-24Remove FSF address from GPL noticesMarc Schink8-24/+8
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-4/+6
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser3-43/+52
2015-03-09hla/hla_interface: call HLA layout API close() on quitPaul Fertser1-0/+3
2015-01-26jtag/hla_interface: avoid segfault with adapters that do not have configurabl...Paul Fertser1-0/+3
2015-01-15hla: add ability to change adapter speed (if supported)Spencer Oliver3-8/+23
2015-01-15jtag/hla: output possible idcode candidates in case of mismatchPaul Fertser1-2/+5
2014-10-06hla: add a way to pass arbitrary commands from user to layout and use for ICDIPaul Fertser2-0/+24
2014-10-06jtag: constify driver arraysSpencer Oliver1-2/+2
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser5-4/+65
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-1/+1
2013-12-22stlink: remove stlink_api commandMathias K1-22/+0
2013-11-07hla: Make consistent parameter namingMathias K4-16/+16
2013-11-06Correct argument numbering in trace commandAlan Bowman1-1/+1
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-2/+2
2013-10-29hla/stlink: Re-order trace parameters to allow trace output file to be optionalJames G. Smith1-9/+11
2013-10-29hla_interface: init trst, srst variables.Sergey A. Borshch1-0/+2
2013-10-03hla: if the idcode callback returns 0, treat as a wildcardPaul Fertser2-3/+13
2013-09-25hla: move memory read/write functionality to driverSpencer Oliver3-9/+1
2013-09-25hla: cleanup read/write apiSpencer Oliver1-10/+4
2013-08-07stlink: add SWO tracing supportAndrey Yurovsky2-1/+41
2013-06-05update files to correct FSF addressSpencer Oliver8-8/+8
2013-04-17stlink: fix connect under reset issuesSpencer Oliver2-9/+17
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-22/+0
2012-12-23icdi: add TI icdi interfaceSpencer Oliver2-0/+7
2012-12-23hla: add ability to configure read/write buffer sizeSpencer Oliver3-1/+9
2012-12-23stlink: rename stlink cmd namesSpencer Oliver2-16/+16
2012-12-23target: add deprecated target name supportSpencer Oliver9-0/+985