aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/hla
AgeCommit message (Expand)Author
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo
2020-01-14hla: remove empty JTAG execute_queue methodAntonio Borneo
2020-01-14hla: use the new system_reset APIAntonio Borneo
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink
2018-03-20transport: add transport_is_hla()Tomas Vanek
2018-03-15src/jtag/hla: free allocated memory in hl_interface_quit()Tomas Vanek
2018-03-12jtag: hla: tcl: fix inconsistent expected_id handlingPaul Fertser
2017-12-12jtag: drivers: stlink: handle all versions with single configPaul Fertser
2016-12-08Convert to non-recursive makeAndreas Fritiofson
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser
2015-03-09hla/hla_interface: call HLA layout API close() on quitPaul Fertser
2015-01-26jtag/hla_interface: avoid segfault with adapters that do not have configurabl...Paul Fertser
2015-01-15hla: add ability to change adapter speed (if supported)Spencer Oliver
2015-01-15jtag/hla: output possible idcode candidates in case of mismatchPaul Fertser
2014-10-06hla: add a way to pass arbitrary commands from user to layout and use for ICDIPaul Fertser
2014-10-06jtag: constify driver arraysSpencer Oliver
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang
2013-12-22stlink: remove stlink_api commandMathias K
2013-11-07hla: Make consistent parameter namingMathias K
2013-11-06Correct argument numbering in trace commandAlan Bowman
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-10-29hla/stlink: Re-order trace parameters to allow trace output file to be optionalJames G. Smith
2013-10-29hla_interface: init trst, srst variables.Sergey A. Borshch
2013-10-03hla: if the idcode callback returns 0, treat as a wildcardPaul Fertser
2013-09-25hla: move memory read/write functionality to driverSpencer Oliver
2013-09-25hla: cleanup read/write apiSpencer Oliver
2013-08-07stlink: add SWO tracing supportAndrey Yurovsky
2013-06-05update files to correct FSF addressSpencer Oliver
2013-04-17stlink: fix connect under reset issuesSpencer Oliver
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien
2012-12-23icdi: add TI icdi interfaceSpencer Oliver
2012-12-23hla: add ability to configure read/write buffer sizeSpencer Oliver
2012-12-23stlink: rename stlink cmd namesSpencer Oliver
2012-12-23target: add deprecated target name supportSpencer Oliver