summaryrefslogtreecommitdiff
path: root/src/target/dsp563xx.h
Commit message (Collapse)AuthorAgeFilesLines
* - remove pipeline context, use once register instead - fix wrong register ↵Mathias K2011-02-171-10/+0
| | | | write in resume and step function - add more conditional branch handling
* more changes to dsp563xx codeMathias K2011-02-031-11/+7
| | | | | | | | | | | | | Hello, this patch adds the missing cpu registers and the correct read/write register functions and fixed most of the halt/step/resume issues. The complete missing error propagation was added. + fix tab/spaces Regards, Mathias
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
| | | | Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* target/dsp563xx: review unused symbolsAntonio Borneo2010-06-181-6/+0
| | | | | | | | | | Remove unused functions: - dsp563xx_jtag_senddat - dsp563xx_write_ir_u16 - dsp563xx_write_dr_u16 - dsp563xx_write_ir_u32 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
* target/dsp563xx: review scope of symbolsAntonio Borneo2010-06-181-6/+0
| | | | | | | Add "static" qualifier to private functions. Remove private prototypes from include file. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
* target: add basic dsp563xx supportmkdorg@users.sourceforge.net2009-12-151-0/+88