From c460697b62a0395f8c1a7c908767e2fcfd39aefd Mon Sep 17 00:00:00 2001 From: rodrigo_l_rosa Date: Fri, 2 Sep 2011 22:27:00 -0700 Subject: [PATCH] dsp5680xx - added more error codes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I36962a0ab0cc9d1eb6a29d7e577c24c38cab946b Signed-off-by: Rodrigo L. Rosa Reviewed-on: http://openocd.zylin.com/218 Tested-by: jenkins Reviewed-by: Øyvind Harboe --- src/target/dsp5680xx.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h index 4ac82783df..8909664099 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 /** * ---------------------------------------------------------------- */ -- 2.30.2