aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/port.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-08 08:58:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-08 08:58:54 +0000
commit4faf6433bb01a222e21ead6727b0d43b24600552 (patch)
tree6783aa8224c9901e3d846b0085061651b6513e98 /os/ports/GCC/ARMCMx/port.dox
parent18b825ef0cd7ad3eed9e76310d94178eb27307d5 (diff)
downloadChibiOS-4faf6433bb01a222e21ead6727b0d43b24600552.tar.gz
ChibiOS-4faf6433bb01a222e21ead6727b0d43b24600552.tar.bz2
ChibiOS-4faf6433bb01a222e21ead6727b0d43b24600552.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2168 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx/port.dox')
-rw-r--r--os/ports/GCC/ARMCMx/port.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/ports/GCC/ARMCMx/port.dox b/os/ports/GCC/ARMCMx/port.dox
index 80668dc08..f518a8ab5 100644
--- a/os/ports/GCC/ARMCMx/port.dox
+++ b/os/ports/GCC/ARMCMx/port.dox
@@ -26,6 +26,8 @@
* architectures.
*
* @section ARMCMx_STATES_A System logical states in ARMv6-M
+ * The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM
+ * Cortex-M0 port:
* - <b>Init</b>. This state is represented by the startup code and the
* initialization code before @p chSysInit() is executed. It has not a
* special hardware state associated.