aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-01 18:35:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-01 18:35:07 +0000
commit080e6abe804c5404c4d81614cf130b4ce332efcd (patch)
treec6bb1f9fbff7139c2fcf696b2f2e64a15c06e86a /docs/src
parentd9d8d0bc90fa38243946a19aec789ea7d2280fbf (diff)
downloadChibiOS-080e6abe804c5404c4d81614cf130b4ce332efcd.tar.gz
ChibiOS-080e6abe804c5404c4d81614cf130b4ce332efcd.tar.bz2
ChibiOS-080e6abe804c5404c4d81614cf130b4ce332efcd.zip
Added I/O ports low level driver template.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1006 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/main.dox9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox
index a969854f4..d62ebda3e 100644
--- a/docs/src/main.dox
+++ b/docs/src/main.dox
@@ -402,6 +402,15 @@
*/
/**
+ * @defgroup IOPortsLLD I/O Ports Low Level Driver
+ * @brief Digital I/O ports low level driver template.
+ * @details This file is a template for an I/O port low level driver. This
+ * file implements the prysical layer of an I/O port driver.
+ *
+ * @ingroup IOPorts
+ */
+
+/**
* @defgroup Channels Abstract I/O Channels
* @brief Abstract I/O Channels.
* @details This module defines an abstract interface for I/O channels. Note