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>
This commit is contained in:
parent
ea16bc578f
commit
c460697b62
|
@ -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
|
||||
/**
|
||||
* ----------------------------------------------------------------
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue