aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chconf.h')
-rw-r--r--demos/ARM7-LPC214x-GCC/chconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h
index f4d902a9a..ba9957e49 100644
--- a/demos/ARM7-LPC214x-GCC/chconf.h
+++ b/demos/ARM7-LPC214x-GCC/chconf.h
@@ -156,6 +156,12 @@
*/
//#define CH_CURRP_REGISTER_CACHE "r7"
+/** Configuration option: Includes basic debug support to the kernel.
+ * @note the debug support is port-dependent, it may be not present on some
+ * targets. In that case stub functions will be included.
+ */
+#define CH_USE_DEBUG
+
#endif /* _CHCONF_H_ */
/** @} */