summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h
diff options
context:
space:
mode:
authorToma Radu <radustoma@yahoo.com>2013-12-17 15:55:22 -0600
committerGedare Bloom <gedare@rtems.org>2013-12-17 20:54:01 -0500
commitd970738c5651b4779ff1d6c7edbc3ee9ce9049b5 (patch)
tree2ad89c02b82beba3fc23d3bfe231db9dbcb16bc0 /c/src/lib/libbsp/arm/lm3s69xx/include/uart.h
parentarm: Fix set by but not used warning (diff)
downloadrtems-d970738c5651b4779ff1d6c7edbc3ee9ce9049b5.tar.bz2
arm_lm3s69xx: improve doxygen
Add doxygen to the header files in the arm/lm3s69xx/include directory.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/include/uart.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h b/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h
index bc7f921ce0..c695ad2e88 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h
+++ b/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup lm3s69xx_uart
+ *
+ * brief UART support.
+ */
+
/*
* Copyright (c) 2011 Sebastian Huber. All rights reserved.
*
@@ -17,6 +25,14 @@
#include <libchip/serial.h>
+/**
+ * defgroup lm3s69xx_uart UART Support
+ *
+ * @ingroup arm_lm3s69xx
+ *
+ * @brief UART support.
+ */
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */