aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodrigo_l_rosa <rodrigorosa.lg@gmail.com>2011-09-02 22:27:00 -0700
committerØyvind Harboe <oyvindharboe@gmail.com>2011-11-24 23:24:04 +0000
commitc460697b62a0395f8c1a7c908767e2fcfd39aefd (patch)
treed2ca633a08a36185f5534823dae63b264dc662f5
parentea16bc578f221693bd2e9e5110fd1226dd9696b0 (diff)
dsp5680xx - added more error codes
Change-Id: I36962a0ab0cc9d1eb6a29d7e577c24c38cab946b Signed-off-by: Rodrigo L. Rosa <rodrigorosa.lg@gmail.com> Reviewed-on: http://openocd.zylin.com/218 Tested-by: jenkins Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
-rw-r--r--src/target/dsp5680xx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h
index 4ac82783..89096640 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
/**
* ----------------------------------------------------------------
*/