aboutsummaryrefslogtreecommitdiff
path: root/src/transport
AgeCommit message (Expand)AuthorFilesLines
2023-03-25transport: rewrite command 'transport select' as COMMAND_HANDLERAntonio Borneo1-51/+49
2023-01-15adapter: Improve three adapter-related printsJan Matyas1-1/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo2-26/+4
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo1-1/+1
2020-11-07build: fix build with --enable-minidriver-dummyAntonio Borneo1-1/+1
2020-11-04transport: remove unused function transports_are_declared()Antonio Borneo2-12/+0
2020-07-26transport: fix minor typosAntonio Borneo1-3/+3
2020-05-24swim: add new transportAntonio Borneo1-0/+1
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-2/+0
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo1-0/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2018-04-09configure: disable all drivers when zy1000 is enabledPaul Fertser1-4/+1
2018-03-20transport: add transport_is_hla()Tomas Vanek1-0/+19
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-11/+4
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink2-4/+2
2015-03-25transport: make 'transport select' auto-select the first available transport ...Angus Gratton1-9/+22
2015-01-09transport: clarify error message when transport is not selectedKarl Palsson1-3/+4
2014-08-19transport: emit a warning when a user tries to reselect a transportPaul Fertser1-3/+7
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser1-0/+8
2014-06-28transport: Constify the transports vectorAndreas Fritiofson2-4/+4
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver2-2/+2
2012-03-30transport: remove interface multiple transport warningSpencer Oliver1-8/+9
2012-02-06build: cleanup src/transport directorySpencer Oliver1-55/+44
2012-01-04command: print BUG warning when usage is missingMathias K1-0/+3
2011-06-13transport: move files over to transport folderØyvind Harboe3-0/+467