aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-02-14 11:47:12 +0800
committerTat-Chee Wan (USM)2011-02-14 11:47:12 +0800
commit9452b23df87eda9479991947502c951834f3c5fd (patch)
tree4f30c14260287745d565e74e1b0d667f813b4fc9 /AT91SAM7S256/armdebug/Debugger/debug_stub.h
parent8613433acf8dd6f22da08c2be384f439264c4aef (diff)
parentc5db8aa5365ceb01f81f9c760aa57d512b4669b9 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_stub.h')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_stub.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_stub.h b/AT91SAM7S256/armdebug/Debugger/debug_stub.h
index 41044b2..1c47050 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_stub.h
+++ b/AT91SAM7S256/armdebug/Debugger/debug_stub.h
@@ -222,6 +222,13 @@ ENUM_END(dbg_msg_errno)
*/
FUNCDEF void dbg__bkpt_init(void);
+#ifndef __NXOS__
+/** Switch Mode to Debugger.
+ * Used by NXT Firmware only
+ */
+FUNCDEF UWORD cCommHandleDebug(UBYTE *pInBuf, UBYTE CmdBit, UWORD MsgLength);
+#endif
+
/** Debugger Handler Routine (called by Exception Handler Trap).
* Equivalent to GDB handle_exception() routine
*/