aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/hla
AgeCommit message (Expand)AuthorFilesLines
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
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