diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-02 08:20:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-02 08:20:26 +0000 |
commit | 1e7634e7ad8881ce948b00755fda8badc9e1e654 (patch) | |
tree | 134811f40266327f86d6e6a77c44a92982a7d294 /os/ports/GCC/ARMCMx | |
parent | dd1f4a07230fbb1fd610a83e8adbf94dfb8a4812 (diff) | |
download | ChibiOS-1e7634e7ad8881ce948b00755fda8badc9e1e654.tar.gz ChibiOS-1e7634e7ad8881ce948b00755fda8badc9e1e654.tar.bz2 ChibiOS-1e7634e7ad8881ce948b00755fda8badc9e1e654.zip |
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2220 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx')
-rw-r--r-- | os/ports/GCC/ARMCMx/port.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/GCC/ARMCMx/port.dox b/os/ports/GCC/ARMCMx/port.dox index 135804b35..f7a51dd2c 100644 --- a/os/ports/GCC/ARMCMx/port.dox +++ b/os/ports/GCC/ARMCMx/port.dox @@ -164,7 +164,7 @@ * Of course it is not mandatory to use it but care should be taken about the
* startup phase details.
*
- * <h2>Startup Process</h2>
+ * @section ARMCMx_STARTUP_1 Startup Process
* The startup process, as implemented, is the following:
* -# Interrupts are masked globally.
* -# The two stacks are initialized by assigning them the sizes defined in the
@@ -183,7 +183,7 @@ * -# Should the @p main() function return a branch is performed to the weak
* symbol MainExitHandler. The default code is an endless empty loop.
* .
- * <h2>Expected linker symbols</h2>
+ * @section ARMCMx_STARTUP_2 Expected linker symbols
* The startup code starts at the symbol @p ResetHandler and expects the
* following symbols to be defined in the linker script:
* - @p __ram_end__ RAM end location +1.
|