aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/aice/aice_transport.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-15nds32: drop it, together with aice adapter driverAntonio Borneo1-432/+0
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-11-23openocd: declare struct command_registration in a single lineAntonio Borneo1-2/+1
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-02jtag: rename CamelCase symbolsAntonio Borneo1-23/+23
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-15/+15
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-05-01jtag: simplify the calls to Jim_SetResultFormatted()Antonio Borneo1-3/+2
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-2/+2
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0
2020-03-07jtag/aice: fix clang static analyzer warningsTomas Vanek1-0/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-4/+4
2019-02-07command: fix the mode for command "jtag configure"Antonio Borneo1-1/+1
2018-03-12nds32: Add jtag scan_chain commandHellosun Wu1-0/+60
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-4/+6
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-2/+2
2013-09-13nds32: support multi-target debuggingHsiangkai Wang1-1/+1
2013-06-05aice: add Andes AICE supportHsiangkai Wang1-0/+385