From bbb0896cffe0f7643e8cc17328a62b54934f2e8b Mon Sep 17 00:00:00 2001 From: Bernhard Kiesbauer Date: Mon, 1 Jul 2013 21:27:05 +0200 Subject: dsp563xx: Adding breakpoint/watchpoint support. Added missing breakpoint/watchpoint implementation to dsp563xx target. Implementation is not yet complete, which means it does not leverage all available features of the once debug interface. This does NOT use the openocd breakpoint/watchpoint command because of the "special" memory address spaces (X/Y/P/L) of the 56k DSP series. Change-Id: I6840a3ff1e6fdebb38ab7758f164886aff773af6 Signed-off-by: Bernhard Kiesbauer Reviewed-on: http://openocd.zylin.com/1468 Tested-by: jenkins Reviewed-by: Spencer Oliver --- src/target/dsp563xx_once.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/target/dsp563xx_once.h') diff --git a/src/target/dsp563xx_once.h b/src/target/dsp563xx_once.h index dcf3bc0..b0be95b 100644 --- a/src/target/dsp563xx_once.h +++ b/src/target/dsp563xx_once.h @@ -23,6 +23,10 @@ #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define DSP563XX_ONCE_OCR_EX (1<<5) #define DSP563XX_ONCE_OCR_GO (1<<6) #define DSP563XX_ONCE_OCR_RW (1<<7) -- cgit v1.1