aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-15nds32: drop it, together with aice adapter driverAntonio Borneo1-1123/+0
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-2/+1
2021-07-20target/nds32: use lowercase for C variablesAntonio Borneo1-5/+5
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-21/+21
2021-04-18helper/command: get current target from dedicated APIAntonio Borneo1-10/+15
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo1-5/+10
2020-09-05openocd: fix command's usage stringAntonio Borneo1-1/+1
2020-05-09coding style: add missing space when split stringsAntonio Borneo1-1/+1
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-2/+2
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-60/+60
2017-10-23Fix GCC7 warnings about string truncationFreddie Chopin1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-2/+2
2014-03-29target: remove memory leaksSpencer Oliver1-2/+9
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-2/+2
2013-09-13aice: add target name to nds command messagesHsiangkai Wang1-43/+68
2013-09-13nds32: modify nds commands implementationHsiangkai Wang1-25/+15
2013-09-13aice: support batch commandsHsiangkai Wang1-2/+2
2013-06-05nds32: add new target type nds32_v2, nds32_v3, nds32_v3mHsiangkai Wang1-0/+1106