summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/lm3s69xx/include/uart.h')
-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 */