aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-02 09:33:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-02 09:33:11 +0000
commit8ada44e092e20e825b78c3d25ee016861cf886a9 (patch)
treee013e80e54c989b0fea0688f57e8aea448de207c /docs/src
parente20aaf6c29fc5ca91e059bbca8194c8ad7c516b9 (diff)
downloadChibiOS-8ada44e092e20e825b78c3d25ee016861cf886a9.tar.gz
ChibiOS-8ada44e092e20e825b78c3d25ee016861cf886a9.tar.bz2
ChibiOS-8ada44e092e20e825b78c3d25ee016861cf886a9.zip
Modified the STM32 demo to use the new I/O port driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1010 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/main.dox5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox
index 6eda34beb..fee2af8e5 100644
--- a/docs/src/main.dox
+++ b/docs/src/main.dox
@@ -401,6 +401,11 @@
* <h3>Reading or writing on pins associated to other functionalities</h3>
* The behavior is not specified.
*
+ * <h2>Usage</h2>
+ * The use of I/O ports requires the inclusion of the header file @p ioports.h,
+ * this file is not automatically included @o ch.h like the other header
+ * files.
+ *
* @ingroup IO
*/