aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/buspirate.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-11jtag interfaces: Reduce usage of global for jtag queueEvan Hunter1-3/+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
2021-08-14drivers/buspirate: Group adapter commandsMarc Schink1-8/+19
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-5/+5
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-20drivers/buspirate: use macros in place of const variablesAntonio Borneo1-5/+5
2021-07-02jtag/swd: rename CamelCase macrosAntonio Borneo1-9/+9
2020-09-05drivers/buspirate: remove empty lines at end of fileAntonio Borneo1-2/+0
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+2
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-4/+10
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-15/+6
2019-06-13jtag: drivers: buspirate: chunk SWD switch sequence transfer.Tilman Sauerbeck1-8/+17
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-8/+8
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2018-03-12jtag: drivers: buspirate: fix abuse of "char" typePaul Fertser1-32/+32
2018-03-12Add SWD protocol support to buspirate (2nd try)Mateusz Manowiecki1-27/+436
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-03-09jtag/drivers/buspirate: add JTAG_STABLECLOCKS cmdMateusz Manowiecki1-0/+15
2013-06-21Bus Pirate driver: Small assorted fixes.R. Diez1-24/+168
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-17/+0
2013-01-27jtag: only change state if necessarySpencer Oliver1-1/+4
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-18/+7
2012-01-04Change return value on error.Mathias K1-12/+12
2011-11-09buspirate: add missing error propagationØyvind Harboe1-0/+8
2011-10-22buspirate: ignore return value and fix warningØyvind Harboe1-2/+2
2011-09-11Fixes and spellchecks for various Buspirate output messagesLuca Bruno1-9/+9
2011-04-26buspirate: fix building on some OSesDamjan Marion1-0/+5
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2011-02-08buspirate: Fix command parsing, fix errors to have more sense.Michal Demin1-28/+26
2010-10-25buspirate: change handling of communication speed setting + create serial por...Michal Demin1-11/+16
2010-10-25buspirate: Serial port was not correctly closed.Michal Demin1-0/+9
2010-07-23Buspirate: fix shadowMichal Demin1-14/+14
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe1-1/+1
2010-03-11Add support for Bus Pirate as a JTAG adapter.Michal Demin1-0/+969