aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/remote_bitbang.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-25Speed up remote bitbang.Tim Newsome1-67/+87
2021-08-14drivers/remote_bitbang: Group adapter commandsMarc Schink1-3/+14
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-06-13Add remote bitbang write buffer.Tim Newsome1-37/+86
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+2
2021-04-24remote_bitbang: Add Windows supportYun Liu1-36/+19
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-2/+8
2020-01-14bitbang: jtag-only drivers: switch to new reset APIAntonio Borneo1-1/+1
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2018-01-25Add read buffer to bitbang, improving performance.Tim Newsome1-52/+123
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-04-14jtag/drivers/remote_bitbang: use sizeof to determine maximum unix socket path...Paul Fertser1-6/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-05-10remote_bitbang: De-duplicate init code and clean up on errorAndreas Fritiofson1-24/+20
2013-05-10remote_bitbang: Convert to use getaddrinfo()Andreas Fritiofson1-37/+49
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-21/+0
2012-05-19remote_bitbang: fix native windows buildSpencer Oliver1-5/+7
2012-05-19remote_bitbang: missed closing brace in macro REMOTE_BITBANG_RAISE_ERRORAlexander Osipenko1-3/+1
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-29/+42
2011-09-02Implementation of a new jtag remote_bitbang driver.Richard Uhler1-0/+286