From: rodrigo_l_rosa Date: Sat, 3 Sep 2011 05:27:00 +0000 (-0700) Subject: dsp5680xx - added more error codes X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c460697b62a0395f8c1a7c908767e2fcfd39aefd;hp=ea16bc578f221693bd2e9e5110fd1226dd9696b0;p=fw%2Fopenocd dsp5680xx - added more error codes Change-Id: I36962a0ab0cc9d1eb6a29d7e577c24c38cab946b Signed-off-by: Rodrigo L. Rosa Reviewed-on: http://openocd.zylin.com/218 Tested-by: jenkins Reviewed-by: Øyvind Harboe --- diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h index 4ac82783d..890966409 100644 --- a/src/target/dsp5680xx.h +++ b/src/target/dsp5680xx.h @@ -244,6 +244,10 @@ #define DSP5680XX_ERROR_FLASHING_CRC -22 #define DSP5680XX_ERROR_FLASHING -23 #define DSP5680XX_ERROR_NOT_IMPLEMENTED_STEP -24 +#define DSP5680XX_ERROR_HALT -25 +#define DSP5680XX_ERROR_EXIT_DEBUG_MODE -26 +#define DSP5680XX_ERROR_TARGET_RUNNING -27 +#define DSP5680XX_ERROR_NOT_IN_DEBUG -28 /** * ---------------------------------------------------------------- */