aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/hla
AgeCommit message (Expand)AuthorFilesLines
2023-01-15jtag: hla: use generic helper for commands 'jtag newtap' 'swd newdap'Antonio Borneo6-168/+3
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo4-4/+4
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo8-104/+16
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2022-01-22jtag: Add an option to ignore the bypass bitAdrien Grassein1-0/+2
2021-11-28jtag/hla, jtag/stlink: switch to command 'adapter serial'Antonio Borneo2-24/+0
2021-11-23openocd: declare struct command_registration in a single lineAntonio Borneo1-4/+2
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-4/+2
2021-11-20jtag/hla_layout: add #include <target/arm_tpiu_swo.h>Tarek BOCHKATI1-0/+1
2021-10-25hla: improve readability of struct hl_interface_s initializationAntonio Borneo1-1/+15
2021-09-18hla: Increase HLA_MAX_USB_IDSAndreas Sandberg1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo2-2/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-02jtag: rename CamelCase symbolsAntonio Borneo1-20/+20
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-12/+12
2021-05-29help text: remove trailing spaceAntonio Borneo2-2/+2
2021-03-10stlink: support of ST-LINK TCP server using stlink-dap and hlaTarek BOCHKATI2-1/+37
2020-11-15hla: API: specify that read_reg/write_reg use regsel as parameterAntonio Borneo1-4/+19
2020-11-04jtag: declare local symbols as staticAntonio Borneo1-2/+2
2020-09-05openocd: fix command's usage stringAntonio Borneo1-1/+1
2020-09-05hla_transport: split command registration per transportAntonio Borneo1-32/+34
2020-09-05tcl/target: use command 'jtag newtap' to add a boundary scan TAPAntonio Borneo1-0/+3
2020-08-02jtag/drivers: add support for Nu-Link (Nuvoton ICE) over usbZale Yu2-0/+9
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-07-08coding style: fix space separationAntonio Borneo1-19/+19
2020-07-08configure: split build of hla layoutsAntonio Borneo1-0/+4
2020-05-24Revert "adapter: expose HLA interface in struct adapter_driver"Antonio Borneo1-3/+0
2020-05-24swim: add new transportAntonio Borneo2-13/+2
2020-05-24adapter: expose HLA interface in struct adapter_driverAntonio Borneo1-0/+3
2020-05-09hla: remove unused hl_interface_param_s.apiTarek BOCHKATI2-3/+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 Borneo2-28/+9
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo2-0/+24
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink2-5/+8
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink2-2/+2
2018-03-20transport: add transport_is_hla()Tomas Vanek1-0/+8
2018-03-15src/jtag/hla: free allocated memory in hl_interface_quit()Tomas Vanek1-0/+5
2018-03-12jtag: hla: tcl: fix inconsistent expected_id handlingPaul Fertser1-10/+5
2017-12-12jtag: drivers: stlink: handle all versions with single configPaul Fertser2-11/+25
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