diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-04 21:17:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-04 21:17:02 +0000 |
commit | 7a74a8aca5c7edf2f86015acab8fb7297c670072 (patch) | |
tree | 66cfb09243ee6513550012591e2b149db26bb1e4 /ports/ARMCM3 | |
parent | 28c01b87044331834e27db841f11e440f658c263 (diff) | |
download | ChibiOS-7a74a8aca5c7edf2f86015acab8fb7297c670072.tar.gz ChibiOS-7a74a8aca5c7edf2f86015acab8fb7297c670072.tar.bz2 ChibiOS-7a74a8aca5c7edf2f86015acab8fb7297c670072.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@718 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3')
-rw-r--r-- | ports/ARMCM3/crt0.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/ARMCM3/crt0.s b/ports/ARMCM3/crt0.s index 72b104a0c..18c987f18 100644 --- a/ports/ARMCM3/crt0.s +++ b/ports/ARMCM3/crt0.s @@ -19,10 +19,11 @@ /** * @file ports/ARMCM3/crt0.s - * @brief Generic ARM Xortex-M3 startup file for ChibiOS/RT. + * @brief Generic ARM Cortex-M3 startup file for ChibiOS/RT. * @addtogroup ARMCM3_CORE * @{ */ +/** @cond never */ .set CONTROL_MODE_PRIVILEGED, 0 .set CONTROL_MODE_UNPRIVILEGED, 1 @@ -115,4 +116,5 @@ hwinit0: hwinit1: bx lr +/** @endcond */ /** @} */ |