aboutsummaryrefslogtreecommitdiff
path: root/src/target/dsp563xx.c
AgeCommit message (Expand)Author
2014-10-06target: constify structuresSpencer Oliver
2014-04-14mips32, dsp563xx: fix segfault on Gdb attachPaul Fertser
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang
2013-07-15dsp563xx: Adding breakpoint/watchpoint support.Bernhard Kiesbauer
2013-06-12Change variable scope.Jim Norris
2013-06-05update files to correct FSF addressSpencer Oliver
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-10-31dsp563xxx: fix missing error propagation found by clangØyvind Harboe
2011-09-23add target events, run algorithm and default r/w buffer apiMathias K
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-04-01types: write memory now uses constØyvind Harboe
2011-03-15dsp563xx: fix alignment warningsØyvind Harboe
2011-03-15dsp563xx: fix bug in x buffer handlingØyvind Harboe
2011-02-21dsp563xx: rudimentary gdb supportMathias K
2011-02-17dsp563xx: minor fixes, code cleanupMathias K
2011-02-17- remove pipeline context, use once register instead - fix wrong register wri...Mathias K
2011-02-15- add parameter flush to the once api to signalize if the jtag queue need to ...Mathias K
2011-02-15- add bulk memory write function - execute jtag queue at the end of the memor...Mathias K
2011-02-08dsp563xx: add x, y and p memory accessMathias K
2011-02-03more changes to dsp563xx codeMathias K
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-10-29jim tests: use installedØyvind Harboe
2010-06-18target/dsp563xx: review unused symbolsAntonio Borneo
2010-06-18target/dsp563xx: review scope of symbolsAntonio Borneo
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-02-14fix crash with DSP563XXMathias Kuester
2009-12-18dsp563xx: cygwin build fixesDavid Brownell
2009-12-15target: add basic dsp563xx supportmkdorg@users.sourceforge.net