diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-18 11:30:57 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-18 11:30:57 +0000 |
commit | 7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb (patch) | |
tree | ef354ece0b59de7c26b958df0720e03125ed1ce0 /os/ports/RC | |
parent | 0970c44b086287eac3c6c147a390fddb0f9de552 (diff) | |
download | ChibiOS-7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb.tar.gz ChibiOS-7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb.tar.bz2 ChibiOS-7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2024 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/RC')
-rw-r--r-- | os/ports/RC/STM8/port.dox | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/os/ports/RC/STM8/port.dox b/os/ports/RC/STM8/port.dox index 3c2e812a8..66f88c427 100644 --- a/os/ports/RC/STM8/port.dox +++ b/os/ports/RC/STM8/port.dox @@ -19,8 +19,7 @@ /**
* @defgroup STM8 STM8
- * @details STM8 port details. This section how the ChibiOS/RT features are
- * implemented on this architecture.
+ * @details STM8 port for the Raisonance C compiler.
*
* @section STM8_STATES Mapping of the System States in the STM8 port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the STM8
@@ -58,7 +57,7 @@ * because the missing support of the @p inline "C" keyword in the
* compiler.
* .
- * @ingroup ports
+ * @ingroup raisonance
*/
/**
|