diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-11-27 11:43:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-11-27 11:43:28 +0000 |
commit | a134cd919ea3e6fee591bc29d360f3da74f46a8b (patch) | |
tree | 621c6bd96434a06ce6fd517934f1db6255187c60 /demos/ARM7-LPC214x-GCC/chconf.h | |
parent | a62cb84475bb6212554b847751a409a6183f05a0 (diff) | |
download | ChibiOS-a134cd919ea3e6fee591bc29d360f3da74f46a8b.tar.gz ChibiOS-a134cd919ea3e6fee591bc29d360f3da74f46a8b.tar.bz2 ChibiOS-a134cd919ea3e6fee591bc29d360f3da74f46a8b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@115 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chconf.h')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/chconf.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h index 51aac3a64..311d6efbc 100644 --- a/demos/ARM7-LPC214x-GCC/chconf.h +++ b/demos/ARM7-LPC214x-GCC/chconf.h @@ -160,7 +160,11 @@ * @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
+#define CH_USE_DEBUG
+
+/** Debug option: Includes the threads context switch tracing feature.
+ */
+#define CH_USE_TRACE
#endif /* _CHCONF_H_ */
|