aboutsummaryrefslogtreecommitdiff
path: root/src/target/dsp563xx.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-18dsp563xx: cygwin build fixesDavid Brownell1-5/+5
2009-12-15target: add basic dsp563xx supportmkdorg@users.sourceforge.net1-0/+990