aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/main.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-01 16:11:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-01 16:11:08 +0000
commitc94601bac37911295d3945cdd4041c52d42e0e80 (patch)
treeb44b198c4134327059ce07aa8e4cd05dc8981b20 /docs/src/main.dox
parent38c77daa8b81bc55fc391d5ebcf320d5cd3aba18 (diff)
downloadChibiOS-c94601bac37911295d3945cdd4041c52d42e0e80.tar.gz
ChibiOS-c94601bac37911295d3945cdd4041c52d42e0e80.tar.bz2
ChibiOS-c94601bac37911295d3945cdd4041c52d42e0e80.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1001 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/main.dox')
-rw-r--r--docs/src/main.dox8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox
index 2cc656107..2c9b63d21 100644
--- a/docs/src/main.dox
+++ b/docs/src/main.dox
@@ -346,7 +346,12 @@
/**
* @defgroup IO I/O Support
- * I/O related services.
+ * @brief I/O related services.
+ * @details This section contains the I/O related services. Note that no
+ * specific drivers are documented here, all the listed modules are abstract
+ * interfaces or kernel APIs that the device drivers should implement/use.<br>
+ * The use of common I/O interfaces allow for a certain degree of portability
+ * for the ChibiOS/RT application among very different MCUs.
*/
/**
@@ -398,6 +403,7 @@
* interrupt service routines much easier.<br>
* In order to use the serial full duplex driver the
* @p CH_USE_SERIAL_FULLDUPLEX option must be specified in @p chconf.h.
+ * @ingroup IO
*/
/**