aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/commands.c
AgeCommit message (Expand)Author
2020-01-14jtag: print an errmsg on using jtag API for non jtag transportAntonio Borneo
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson
2018-10-16jtag: make cmd_queue_scan_field_clone publicSteven Stallion
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-11-23jtag: commands: save a pointer to list tailFelipe Balbi
2013-11-06jtag: fix support for really long scansPaul Fertser
2013-10-31Remove unnecessary castsAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/jtag directorySpencer Oliver
2010-04-10JTAG/COMMANDS: review scope of functionsAntonio Borneo
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch
2009-11-13cmd_queue_page_t -> struct cmd_queue_pageZachary T Welch
2009-11-13scan_command_t -> struct scan_commandZachary T Welch
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-03Move JTAG command handling implementation into its own source file.zwelch