openocd: fix SPDX tag format for files .c
[fw/openocd] / src / jtag / drivers / remote_bitbang.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/jtag: replace the GPL-2.0-or-later license tag
2021-09-25 Tim NewsomeSpeed up remote bitbang.
2021-08-14 Marc Schinkdrivers/remote_bitbang: Group adapter commands
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-06-13 Tim NewsomeAdd remote bitbang write buffer.
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-04-24 Yun Liuremote_bitbang: Add Windows support
2020-01-14 Antonio Borneoadapter: switch from struct jtag_interface to adapter_d...
2020-01-14 Antonio Borneobitbang: jtag-only drivers: switch to new reset API
2019-06-06 Antonio Borneojtag: set default "jtag_only" to uninitialized transports
2018-01-25 Tim NewsomeAdd read buffer to bitbang, improving performance.
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2014-04-14 Paul Fertserjtag/drivers/remote_bitbang: use sizeof to determine...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-05-10 Andreas Fritiofsonremote_bitbang: De-duplicate init code and clean up...
2013-05-10 Andreas Fritiofsonremote_bitbang: Convert to use getaddrinfo()
2013-02-08 Franck Jullienjtag_interface: .speed can be NULL when not needed
2012-05-19 Spencer Oliverremote_bitbang: fix native windows build
2012-05-19 Alexander Osipenkoremote_bitbang: missed closing brace in macro REMOTE_BI...
2012-02-06 Spencer Oliverbuild: cleanup src/jtag/drivers directory
2011-09-02 Richard UhlerImplementation of a new jtag remote_bitbang driver.