summaryrefslogtreecommitdiff
path: root/src/target/dsp563xx.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-11/+3
* types: write memory now uses constØyvind Harboe2011-04-011-5/+5
* dsp563xx: fix alignment warningsØyvind Harboe2011-03-151-6/+6
* dsp563xx: fix bug in x buffer handlingØyvind Harboe2011-03-151-1/+1
* dsp563xx: rudimentary gdb supportMathias K2011-02-211-206/+477
* dsp563xx: minor fixes, code cleanupMathias K2011-02-171-52/+110
* - remove pipeline context, use once register instead - fix wrong register wri...Mathias K2011-02-171-61/+82
* - add parameter flush to the once api to signalize if the jtag queue need to ...Mathias K2011-02-151-42/+42
* - add bulk memory write function - execute jtag queue at the end of the memor...Mathias K2011-02-151-11/+47
* dsp563xx: add x, y and p memory accessMathias K2011-02-081-65/+303
* more changes to dsp563xx codeMathias K2011-02-031-404/+724
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* jim tests: use installedØyvind Harboe2010-10-291-1/+1
* target/dsp563xx: review unused symbolsAntonio Borneo2010-06-181-50/+0
* target/dsp563xx: review scope of symbolsAntonio Borneo2010-06-181-44/+27
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-4/+2
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-12/+2
* jtag: retire tap fieldØyvind Harboe2010-03-081-2/+0
* fix crash with DSP563XXMathias Kuester2010-02-141-0/+25
* dsp563xx: cygwin build fixesDavid Brownell2009-12-181-5/+5
* target: add basic dsp563xx supportmkdorg@users.sourceforge.net2009-12-151-0/+990