aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-18 11:30:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-18 11:30:57 +0000
commit7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb (patch)
treeef354ece0b59de7c26b958df0720e03125ed1ce0 /os/ports/GCC/PPC
parent0970c44b086287eac3c6c147a390fddb0f9de552 (diff)
downloadChibiOS-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/GCC/PPC')
-rw-r--r--os/ports/GCC/PPC/port.dox7
1 files changed, 3 insertions, 4 deletions
diff --git a/os/ports/GCC/PPC/port.dox b/os/ports/GCC/PPC/port.dox
index e020387f9..6295641b6 100644
--- a/os/ports/GCC/PPC/port.dox
+++ b/os/ports/GCC/PPC/port.dox
@@ -18,9 +18,8 @@
*/
/**
- * @defgroup PPC PowerPC
- * @details PowerPC port details. This section describes how the ChibiOS/RT
- * features are implemented on this architecture.
+ * @defgroup PPC Power Architecture
+ * @details Power Architecture port for the GCC compiler.
*
* @section PPC_STATES Mapping of the System States in the PowerPC port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the
@@ -53,7 +52,7 @@
* - The Book-E Decrementer Timer, mapped on IVOR10, is used for system tick.
* - Interrupt nesting is not currently supported.
* .
- * @ingroup ports
+ * @ingroup gcc
*/
/**