aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/adapter.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-27jtag/adapter: Removed unused include of strings.hJan Matyas1-4/+0
2023-03-25jtag: rewrite command 'adapter name' as COMMAND_HANDLERAntonio Borneo1-12/+10
2023-01-15adapter: Improve three adapter-related printsJan Matyas1-3/+5
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13jtag: make local symbols staticAntonio Borneo1-1/+1
2022-08-15jtag/adapter: Add command 'adapter gpio'Steve Marple1-0/+301
2022-08-15adapter: run at default speed when clock speed not specifiedErhan Kurubas1-6/+14
2021-11-28jtag/adapter: add command 'adapter serial'Antonio Borneo1-0/+24
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-11-13jtag/adapter: fix memory leak on usb locationAntonio Borneo1-0/+2
2021-11-13jtag: remove file driver.hAntonio Borneo1-1/+1
2021-11-13jtag: align adapter speed code to new structureAntonio Borneo1-34/+34
2021-11-13jtag/adapter: move config vars in struct adapter_configAntonio Borneo1-20/+22
2021-11-13jtag: move adapter init/quit and speed to adapter.cAntonio Borneo1-0/+182
2021-11-13jtag/adapter: move 'usb location' code in adapter.cAntonio Borneo1-30/+93
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-3/+3
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-3/+3
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-1/+1
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-2/+2
2021-05-29help text: remove trailing spaceAntonio Borneo1-1/+1
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo1-4/+0
2020-01-29jtag: adapter: rework adapter related commandsOleksij Rempel1-61/+72
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-11/+11
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo1-0/+100
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-10/+1
2019-06-06jtag: simplify management of non-implemented handlersAntonio Borneo1-38/+1
2019-05-16Fix 'adapter usb location' documentationMarc Schink1-2/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-8/+8
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-02-07jtag: drivers: provide initial support for usb path filteringOleksij Rempel1-0/+48
2018-04-17jtag: adapter: fix indentation in handle_interface_commandAntonio Borneo1-8/+8
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-06-28transport: Constify the transports vectorAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-05-06jtag/adapter: add connect_[de]assert_srst to reset_config usagePaul Fertser1-1/+2
2012-12-10jtag: fix reset_config copy/paste errorSpencer Oliver1-1/+1
2012-12-10jtag: add connect_type reset_config mode flagSpencer Oliver1-3/+25
2012-08-29adapter: remove superfluous line breaksSpencer Oliver1-3/+0
2012-08-29adapter: add 'adapter speed:' prefix to outputSpencer Oliver1-2/+2
2012-02-06build: cleanup src/jtag directorySpencer Oliver1-43/+34
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-6/+6
2011-06-16ADAPTER: Fixed transport selection mechanism to support transports other than...Tomek CEDRO1-8/+3
2011-06-13transport: move files over to transport folderØyvind Harboe1-1/+1
2010-07-12adapter.c: missing space in handle_interface_commandSpencer Oliver1-1/+1
2010-07-09transport selection tweaksDavid Brownell1-2/+22
2010-07-07transport: fix bug/typo in interface_transports commandØyvind Harboe1-1/+2
2010-07-02initial "transport" frameworkDavid Brownell1-0/+27
2010-04-24adapter: allow adjusting srst assert withmichal smulski1-0/+24
2010-03-27jtag/tcl.c cleanup -- split out "adapter.c"David Brownell1-0/+459