aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/hla/hla_interface.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-23Remove '_s' suffix from structsMarc Schink1-1/+1
2023-12-16jtag: Rename 'hasidcode' to 'has_idcode'Marc Schink1-1/+1
2023-01-15jtag: hla: use generic helper for commands 'jtag newtap' 'swd newdap'Antonio Borneo1-1/+0
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-28jtag/hla, jtag/stlink: switch to command 'adapter serial'Antonio Borneo1-22/+0
2021-10-25hla: improve readability of struct hl_interface_s initializationAntonio Borneo1-1/+15
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-05-29help text: remove trailing spaceAntonio Borneo1-1/+1
2021-03-10stlink: support of ST-LINK TCP server using stlink-dap and hlaTarek BOCHKATI1-1/+33
2020-11-04jtag: declare local symbols as staticAntonio Borneo1-2/+2
2020-09-05openocd: fix command's usage stringAntonio Borneo1-1/+1
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-05-24Revert "adapter: expose HLA interface in struct adapter_driver"Antonio Borneo1-3/+0
2020-05-24adapter: expose HLA interface in struct adapter_driverAntonio Borneo1-0/+3
2020-05-09hla: remove unused hl_interface_param_s.apiTarek BOCHKATI1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-2/+5
2020-01-14hla: remove empty JTAG execute_queue methodAntonio Borneo1-9/+0
2020-01-14hla: use the new system_reset APIAntonio Borneo1-19/+9
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo1-0/+15
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink1-3/+4
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink1-1/+1
2018-03-15src/jtag/hla: free allocated memory in hl_interface_quit()Tomas Vanek1-0/+5
2017-12-12jtag: drivers: stlink: handle all versions with single configPaul Fertser1-7/+19
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser1-39/+25
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 Oliver1-8/+19
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 Fertser1-0/+22
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser1-0/+32
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 K1-2/+2
2013-11-06Correct argument numbering in trace commandAlan Bowman1-1/+1
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 Fertser1-1/+2
2013-09-25hla: move memory read/write functionality to driverSpencer Oliver1-1/+1
2013-08-07stlink: add SWO tracing supportAndrey Yurovsky1-1/+37
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-17stlink: fix connect under reset issuesSpencer Oliver1-9/+15
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-22/+0
2012-12-23hla: add ability to configure read/write buffer sizeSpencer Oliver1-1/+1
2012-12-23stlink: rename stlink cmd namesSpencer Oliver1-7/+7
2012-12-23target: add deprecated target name supportSpencer Oliver1-0/+286