aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-21 10:01:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-21 10:01:35 +0000
commitc33d090881ca0a6fc4dc4eaa8c5e8bd8ea4ab7fa (patch)
treeaa0c96878759d3912ecc13e0fe3ec5ae5be69579 /docs/src
parent8183016f1cb574d923c83eab468ca37617051d78 (diff)
downloadChibiOS-c33d090881ca0a6fc4dc4eaa8c5e8bd8ea4ab7fa.tar.gz
ChibiOS-c33d090881ca0a6fc4dc4eaa8c5e8bd8ea4ab7fa.tar.bz2
ChibiOS-c33d090881ca0a6fc4dc4eaa8c5e8bd8ea4ab7fa.zip
Doxygen related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1044 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/main.dox6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox
index fecca64f9..3d6c605c5 100644
--- a/docs/src/main.dox
+++ b/docs/src/main.dox
@@ -365,12 +365,10 @@
* documentation for details.<br>
* The @ref PAL has the advantage to make the access to the I/O ports platform
* independent and still be optimized for the specific architectures.<br>
- * Currently the I/O ports interface does not handle physical port programming
- * like direction, pull up/down resistors etc. The interface only allows input
- * and output operations but this may change in future releases.<br>
* Note that the @ref PAL_LLD may also offer non standard macro and functions
* in order to support specific features but, of course, the use of such
- * interfaces would not be portable.
+ * interfaces would not be portable. Such interfaces shall be marked with
+ * the architecture name inside the function names.
*
* <h2>Implementation Rules</h2>
* In implementing an @ref PAL_LLD there are some rules/behaviors that