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