aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/port.dox
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/ARMCMx/port.dox
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/ARMCMx/port.dox')
-rw-r--r--os/ports/GCC/ARMCMx/port.dox9
1 files changed, 6 insertions, 3 deletions
diff --git a/os/ports/GCC/ARMCMx/port.dox b/os/ports/GCC/ARMCMx/port.dox
index 5cef7ea98..3b60e6fc6 100644
--- a/os/ports/GCC/ARMCMx/port.dox
+++ b/os/ports/GCC/ARMCMx/port.dox
@@ -19,8 +19,11 @@
/**
* @defgroup ARMCMx ARM Cortex-Mx
- * @details This port supports the ARMv6-M and ARMv7-M architectures (all the
- * Cortex-Mx cores).
+ * @details ARM Cortex-Mx port for the GCC compiler.
+
+ * @section ARMCMx_INTRO
+ * This port supports all the cores implementing the ARMv6-M and ARMv7-M
+ * architectures.
*
* @section ARMCMx_STATES_A System logical states in ARMv6-M
* - <b>Init</b>. This state is represented by the startup code and the
@@ -102,7 +105,7 @@
* - The threads are started in thread-privileged mode.
* - Interrupt nesting and the other advanced core/NVIC features are supported.
* .
- * @ingroup ports
+ * @ingroup gcc
*/
/**