aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32_cmd.c
AgeCommit message (Expand)AuthorFilesLines
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