diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-25 16:48:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-25 16:48:00 +0000 |
commit | 508b7bc93297fcb74af43b11b1435aa96add3c85 (patch) | |
tree | a1395fa6f4d0b0bbf18f8461e0dfee4fa4cb784f /os/various | |
parent | 947fd0901e98f460d7020990a47e8820595a20d1 (diff) | |
download | ChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.tar.gz ChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.tar.bz2 ChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1675 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various')
-rw-r--r-- | os/various/various.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/os/various/various.dox b/os/various/various.dox index 19d7987d9..1a8130f4d 100644 --- a/os/various/various.dox +++ b/os/various/various.dox @@ -39,6 +39,15 @@ */
/**
+ * @defgroup memory_streams Memory Streams
+ * @brief Memory Streams.
+ * @details This module allows to use a memory area (RAM or ROM) using a
+ * @ref data_streams interface.
+ *
+ * @ingroup various
+ */
+
+/**
* @defgroup event_timer Periodic Events Timer
* @brief Periodic Event Timer.
* @details This timer generates an event at regular intervals. The
|