git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1001 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-06-01 16:11:08 +00:00
parent 38c77daa8b
commit c94601bac3
1 changed files with 7 additions and 1 deletions

View File

@ -346,7 +346,12 @@
/** /**
* @defgroup IO I/O Support * @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> * interrupt service routines much easier.<br>
* In order to use the serial full duplex driver the * In order to use the serial full duplex driver the
* @p CH_USE_SERIAL_FULLDUPLEX option must be specified in @p chconf.h. * @p CH_USE_SERIAL_FULLDUPLEX option must be specified in @p chconf.h.
* @ingroup IO
*/ */
/** /**