aboutsummaryrefslogtreecommitdiff
path: root/src/target/dsp563xx.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24target: rename CamelCase symbolsAntonio Borneo1-11/+11
2021-06-26target/dsp563xx: Use bool data type for 'hardware_breakpoints_cleared'Marc Schink1-2/+2
2021-06-26target/dsp563xx: Handle return valuesMarc Schink1-0/+9
2021-06-18Use boolean argument for register_get_by_name()Marc Schink1-2/+2
2021-05-29help text: remove trailing spaceAntonio Borneo1-1/+1
2020-09-05target: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-2/+2
2019-09-08target/dsp563xx: dsp563xx restore reg supportHan Hartgers1-0/+1
2019-05-23target: make handle_md_output() globalTomas Vanek1-62/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-05-14target/dsp563xx: change prototype of handle_md_output()Paul Fertser1-3/+3
2019-03-14target/dsp563xx: Use 'bool' data typeMarc Schink1-23/+23
2019-02-07target start_algorithm: Don't copy the IN mem_params fix uninitialised value.Jean-Christian de Rivaz1-0/+2
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek1-0/+3
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-11/+11
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-10-06target: constify structuresSpencer Oliver1-1/+1
2014-04-14mips32, dsp563xx: fix segfault on Gdb attachPaul Fertser1-1/+1
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-6/+6
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver1-2/+0
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver1-7/+0
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-1/+2
2013-07-15dsp563xx: Adding breakpoint/watchpoint support.Bernhard Kiesbauer1-18/+303
2013-06-12Change variable scope.Jim Norris1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson1-10/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-654/+690
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-13/+13
2011-10-31dsp563xxx: fix missing error propagation found by clangØyvind Harboe1-5/+7
2011-09-23add target events, run algorithm and default r/w buffer apiMathias K1-7/+173
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-11/+3
2011-04-01types: write memory now uses constØyvind Harboe1-5/+5
2011-03-15dsp563xx: fix alignment warningsØyvind Harboe1-6/+6
2011-03-15dsp563xx: fix bug in x buffer handlingØyvind Harboe1-1/+1
2011-02-21dsp563xx: rudimentary gdb supportMathias K1-206/+477
2011-02-17dsp563xx: minor fixes, code cleanupMathias K1-52/+110
2011-02-17- remove pipeline context, use once register instead - fix wrong register wri...Mathias K1-61/+82
2011-02-15- add parameter flush to the once api to signalize if the jtag queue need to ...Mathias K1-42/+42
2011-02-15- add bulk memory write function - execute jtag queue at the end of the memor...Mathias K1-11/+47
2011-02-08dsp563xx: add x, y and p memory accessMathias K1-65/+303
2011-02-03more changes to dsp563xx codeMathias K1-404/+724
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-10-29jim tests: use installedØyvind Harboe1-1/+1
2010-06-18target/dsp563xx: review unused symbolsAntonio Borneo1-50/+0
2010-06-18target/dsp563xx: review scope of symbolsAntonio Borneo1-44/+27
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-4/+2
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-12/+2
2010-03-08jtag: retire tap fieldØyvind Harboe1-2/+0
2010-02-14fix crash with DSP563XXMathias Kuester1-0/+25