diff options
Diffstat (limited to 'src/templates/chconf.h')
-rw-r--r-- | src/templates/chconf.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/templates/chconf.h b/src/templates/chconf.h index c8214c623..d8f0f9ae4 100644 --- a/src/templates/chconf.h +++ b/src/templates/chconf.h @@ -157,12 +157,16 @@ */
//#define CH_CURRP_REGISTER_CACHE "reg"
-/** Configuration option: Includes basic debug support to the kernel.
+/** Debug 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
+/** Debug option: Includes the threads context switch tracing feature.
+ */
+#define CH_USE_TRACE
+
#endif /* _CHCONF_H_ */
/** @} */
|