diff options
Diffstat (limited to 'os/kernel/include/chioch.h')
| -rw-r--r-- | os/kernel/include/chioch.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/os/kernel/include/chioch.h b/os/kernel/include/chioch.h index c63dadc0e..f8a1f4f98 100644 --- a/os/kernel/include/chioch.h +++ b/os/kernel/include/chioch.h @@ -24,6 +24,14 @@ * I/O resources in a standardized way.
*
* @addtogroup io_channels
+ * @details This module defines an abstract interface for I/O channels by
+ * extending the @p BaseSequentialStream interface. Note that no code
+ * is present, I/O channels are just abstract interface like
+ * structures, you should look at the systems as to a set of abstract
+ * C++ classes (even if written in C). Specific device drivers can
+ * use/extend the interface and implement them.<br>
+ * This system has the advantage to make the access to channels
+ * independent from the implementation logic.
* @{
*/
|
