summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/include/tm27.h
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-12-21 15:36:05 -0600
committerGedare Bloom <gedare@rtems.org>2013-12-22 11:10:01 -0500
commit3d6e1740aec7aff18257d691afd8ef9f6b51acec (patch)
tree46e6cc073b0fb5a090c7fdd84ed475371494d3f3 /c/src/lib/libbsp/arm/gumstix/include/tm27.h
parentrtems: classic api to/from core priority conversions (diff)
downloadrtems-3d6e1740aec7aff18257d691afd8ef9f6b51acec.tar.bz2
gumstix: added new doxygen
Diffstat (limited to 'c/src/lib/libbsp/arm/gumstix/include/tm27.h')
-rw-r--r--c/src/lib/libbsp/arm/gumstix/include/tm27.h22
1 files changed, 20 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/include/tm27.h b/c/src/lib/libbsp/arm/gumstix/include/tm27.h
index a518e0e639..619db4f8bb 100644
--- a/c/src/lib/libbsp/arm/gumstix/include/tm27.h
+++ b/c/src/lib/libbsp/arm/gumstix/include/tm27.h
@@ -1,3 +1,9 @@
+/**
+ * @file
+ * @ingroup gumstix_tm27
+ * @brief tm27 timing test support
+ */
+
/*
* tm27.h
*
@@ -13,8 +19,16 @@
#ifndef __tm27_h
#define __tm27_h
-/*
- * Define the interrupt mechanism for Time Test 27
+/**
+ * @defgroup gumstix_tm27 tm27 Support
+ * @ingroup arm_gumstix
+ * @brief tm27 Timing Test Support
+ * @{
+ */
+
+/**
+ * @name Interrupt mechanisms for Time Test 27
+ * @{
*/
#define MUST_WAIT_FOR_INTERRUPT 0
@@ -27,4 +41,8 @@
#define Lower_tm27_intr() /* empty */
+/** @} */
+
+/** @} */
+
#endif