git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2216 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
44d5c906d5
commit
b57dce0e47
|
@ -26,7 +26,7 @@
|
||||||
* architectures.
|
* architectures.
|
||||||
*
|
*
|
||||||
* @section ARMCMx_STATES_A System logical states in ARMv6-M
|
* @section ARMCMx_STATES_A System logical states in ARMv6-M
|
||||||
* The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM
|
* The ChibiOS/RT logical system states are mapped as follow in the ARM
|
||||||
* Cortex-M0 port:
|
* Cortex-M0 port:
|
||||||
* - <b>Init</b>. This state is represented by the startup code and the
|
* - <b>Init</b>. This state is represented by the startup code and the
|
||||||
* initialization code before @p chSysInit() is executed. It has not a
|
* initialization code before @p chSysInit() is executed. It has not a
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
* was running when @p chSysHalt() was invoked.
|
* was running when @p chSysHalt() was invoked.
|
||||||
*
|
*
|
||||||
* @section ARMCMx_STATES_B System logical states in ARMv7-M
|
* @section ARMCMx_STATES_B System logical states in ARMv7-M
|
||||||
* The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM
|
* The ChibiOS/RT logical system states are mapped as follow in the ARM
|
||||||
* Cortex-M3 port:
|
* Cortex-M3 port:
|
||||||
* - <b>Init</b>. This state is represented by the startup code and the
|
* - <b>Init</b>. This state is represented by the startup code and the
|
||||||
* initialization code before @p chSysInit() is executed. It has not a
|
* initialization code before @p chSysInit() is executed. It has not a
|
||||||
|
|
Loading…
Reference in New Issue