git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@865 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-04-02 18:39:39 +00:00
parent fad3a0802a
commit 0be37d8a2e
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
* - <b>Halted</b>. Implemented as an infinite loop after globally masking all * - <b>Halted</b>. Implemented as an infinite loop after globally masking all
* the maskable interrupt sources. The ARM state is whatever the processor * the maskable interrupt sources. The ARM state is whatever the processor
* was running when @p chSysHalt() was invoked. * was running when @p chSysHalt() was invoked.
* *
* @section ARMCM3_NOTES The ARM Cortex-M3 port notes * @section ARMCM3_NOTES The ARM Cortex-M3 port notes
* The ARM Cortex-M3 port is organized as follow: * The ARM Cortex-M3 port is organized as follow:
* - The @p main() function is invoked in thread-privileged mode. * - The @p main() function is invoked in thread-privileged mode.
@ -121,7 +121,7 @@
* linker script (usually named @p ch.ld). Stack areas are allocated from * linker script (usually named @p ch.ld). Stack areas are allocated from
* the highest RAM location downward. * the highest RAM location downward.
* -# An early initialization routine @p hwinit0 is invoked, if the symbol is * -# An early initialization routine @p hwinit0 is invoked, if the symbol is
* notdefined then an empty default routine is executed (weak symbol). * not defined then an empty default routine is executed (weak symbol).
* -# DATA and BSS segments are initialized. * -# DATA and BSS segments are initialized.
* -# The CPU state is switched to Privileged and the PSP stack is used. * -# The CPU state is switched to Privileged and the PSP stack is used.
* -# A late initialization routine @p hwinit1 is invoked, if the symbol not * -# A late initialization routine @p hwinit1 is invoked, if the symbol not