aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/jtag_vpi.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-20fixed compilation failure due to signed/unsigned comparison warningParshintsev Anatoly1-1/+1
2024-08-02jtag/commands: Use 'unsigned int' data typeMarc Schink1-7/+5
2024-02-11jtag interfaces: Reduce usage of global for jtag queueEvan Hunter1-2/+2
2023-11-18jtag/drivers/jtag_vpi: Remove redundant error messagesMarc Schink1-9/+3
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
2022-03-12jtag_vpi: Minor cleanup in jtag_vpi driverJan Matyas1-20/+21
2021-11-20drivers/jtag_vpi: Added "jtag_vpi:" prefixes to log messagesJan Matyas1-5/+5
2021-08-14drivers/jtag_vpi: Group adapter commandsMarc Schink1-4/+15
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-1/+1
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-4/+5
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo1-10/+10
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-2/+1
2020-09-05Fix debug prints when loading to flashSamuel Obuch1-6/+4
2020-07-26jtag: fix minor typosAntonio Borneo1-5/+5
2020-02-15jtag_vpi: added an option to stop simulation on exitJan Matyas1-5/+46
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-4/+9
2020-01-02jtag_vpi: multiple improvementsJan Matyas1-9/+124
2019-12-16jtag_vpi: ensured constant packet size & endiannessJan Matyas1-3/+26
2019-11-07jtag: jtag_vpi: Add missing 'default' to switch statementAlexandru Gagniuc1-0/+5
2019-05-14jtag_vpi: fixed state transitions in "stableclocks"Jan Matyas1-1/+21
2019-05-14jtag_vpi: correct runtest behaviorMegan Wachs1-1/+1
2018-11-26Set TCP_NODELAY for local connections to jtag_vpi.Darius Rad1-0/+13
2018-07-23Avoid dereferencing NULL pointer.Darius Rad1-8/+5
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+2
2013-12-31jtag_vpi: make the server address configurableFranck Jullien1-3/+29
2013-12-22jtag_vpi: fix build errors under MinGWFranck Jullien1-4/+8
2013-10-15jtag_vpi: use DIV_ROUND_UPFranck Jullien1-3/+3
2013-10-15jtag_vpi: fix path move functionFranck Jullien1-13/+7
2013-09-08jtag: drivers: Add JTAP VPI client driverFranck Jullien1-0/+440