aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-15nds32: drop it, together with aice adapter driverAntonio Borneo1-2613/+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
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-1/+1
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-28/+28
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-13/+10
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-7/+7
2021-07-20target/nds32: use lowercase for C variablesAntonio Borneo1-9/+6
2021-07-20target/nds32: rename CamelCase symbolsAntonio Borneo1-1/+1
2021-06-18Use boolean argument for register_get_by_name()Marc Schink1-1/+1
2021-06-18target: Rename 'linked_BRP' to 'linked_brp'Marc Schink1-1/+1
2020-10-30target: allow profiling from runningChristopher Head1-0/+6
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo1-6/+3
2020-07-08coding style: fix space separationAntonio Borneo1-4/+4
2019-12-19gdb_server: fix string length with semihosting_fileioAntonio Borneo1-5/+5
2018-06-04Rework/update ARM semihostingLiviu Ionescu1-37/+36
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-10/+10
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-05target: improve robustness of reset commandTomas Vanek1-0/+7
2015-02-11nds32: Use the correct method to access registersAndreas Fritiofson1-25/+31
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-15/+15
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-4/+6
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-9/+9
2013-09-13nds32: remove .soft_reset_halt dependencyHsiangkai Wang1-1/+22
2013-09-13nds32: support multi-target debuggingHsiangkai Wang1-24/+27
2013-09-13nds32: change default valueHsiangkai Wang1-1/+1
2013-09-13nds32: always polling after gdb attachedHsiangkai Wang1-3/+3
2013-09-13nds32: support Andes profiling functionHsiangkai Wang1-0/+19
2013-09-13nds32: refine nds32_v2 implementHsiangkai Wang1-1/+7
2013-08-07gdb_server: add target_debug_reason for program exit detectionHsiangkai Wang1-1/+7
2013-08-07gdb_server: support File-I/O Remote Protocol ExtensionHsiangkai Wang1-5/+315
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-20/+114
2013-06-05nds32: add new target type nds32_v2, nds32_v3, nds32_v3mHsiangkai Wang1-0/+2156