aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/commands.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-24jtag/commands: fixed buffer overflowSydMontague1-1/+1
2024-02-11jtag interfaces: Reduce usage of global for jtag queueEvan Hunter1-1/+6
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-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2020-09-05Fix debug prints when loading to flashSamuel Obuch1-4/+4
2020-01-14jtag: print an errmsg on using jtag API for non jtag transportAntonio Borneo1-0/+14
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-21/+21
2018-10-16jtag: make cmd_queue_scan_field_clone publicSteven Stallion1-0/+12
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-11-23jtag: commands: save a pointer to list tailFelipe Balbi1-3/+5
2013-11-06jtag: fix support for really long scansPaul Fertser1-1/+3
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/jtag directorySpencer Oliver1-35/+21
2010-04-10JTAG/COMMANDS: review scope of functionsAntonio Borneo1-1/+1
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe1-0/+1
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-2/+2
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch1-4/+4
2009-11-13cmd_queue_page_t -> struct cmd_queue_pageZachary T Welch1-9/+8
2009-11-13scan_command_t -> struct scan_commandZachary T Welch1-4/+4
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell1-16/+22
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-5/+5
2009-06-03Move JTAG command handling implementation into its own source file.zwelch1-0/+259