openocd: fix SPDX tag format for files .c
[fw/openocd] / src / jtag / commands.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-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [2/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2020-09-05 Samuel ObuchFix debug prints when loading to flash
2020-01-14 Antonio Borneojtag: print an errmsg on using jtag API for non jtag...
2019-06-04 Andreas FritiofsonConvert DEBUG_JTAG_IO to LOG_DEBUG_IO
2018-10-16 Steven Stallionjtag: make cmd_queue_scan_field_clone public
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-11-23 Felipe Balbijtag: commands: save a pointer to list tail
2013-11-06 Paul Fertserjtag: fix support for really long scans
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/jtag directory
2010-04-10 Antonio BorneoJTAG/COMMANDS: review scope of functions
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-13 Zachary T Welchjtag_command_t -> struct jtag_command
2009-11-13 Zachary T Welchcmd_queue_page_t -> struct cmd_queue_page
2009-11-13 Zachary T Welchscan_command_t -> struct scan_command
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellRemove much #ifdeffery around _DEBUG_JTAG_IO_ usage.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-03 zwelchMove JTAG command handling implementation into its...