diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-23 16:18:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-23 16:18:13 +0000 |
commit | 819c02b8391e3cadcbe814c84c5c5f366ae41e03 (patch) | |
tree | d25958939c5efa5c21ae196f90736579d5e9735d /ports | |
parent | 8d51d682db8db8cb49679e5567c66f2b36b490f9 (diff) | |
download | ChibiOS-819c02b8391e3cadcbe814c84c5c5f366ae41e03.tar.gz ChibiOS-819c02b8391e3cadcbe814c84c5c5f366ae41e03.tar.bz2 ChibiOS-819c02b8391e3cadcbe814c84c5c5f366ae41e03.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@669 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ARM7/port.dox | 4 | ||||
-rw-r--r-- | ports/ARMCM3/port.dox | 4 | ||||
-rw-r--r-- | ports/AVR/port.dox | 4 | ||||
-rw-r--r-- | ports/MSP430/port.dox | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ports/ARM7/port.dox b/ports/ARM7/port.dox index fce2f9cd7..4efe06089 100644 --- a/ports/ARM7/port.dox +++ b/ports/ARM7/port.dox @@ -20,8 +20,8 @@ * @section ARM7_STATES Mapping of the System States in the ARM7 port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM7
* port:
- * - <b>Initialization</b>. This state is represented by the startup code and
- * the initialization code before @p chSysInit() is executed. It has not a
+ * - <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, usually the CPU goes through several
* hardware states during the startup phase.
* - <b>Normal</b>. This is the state the system has after executing
diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox index 32f52337d..c1776669d 100644 --- a/ports/ARMCM3/port.dox +++ b/ports/ARMCM3/port.dox @@ -7,8 +7,8 @@ * @section ARMCM3_STATES Mapping of the System States in the ARM Cortex-M3 port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM
* Cortex-M3 port:
- * - <b>Initialization</b>. This state is represented by the startup code and
- * the initialization code before @p chSysInit() is executed. It has not a
+ * - <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.
* - <b>Normal</b>. This is the state the system has after executing
* @p chSysInit(). In this state the ARM Cortex-M3 has the BASEPRI register
diff --git a/ports/AVR/port.dox b/ports/AVR/port.dox index 8f455f208..817da5a64 100644 --- a/ports/AVR/port.dox +++ b/ports/AVR/port.dox @@ -7,8 +7,8 @@ * @section AVR_STATES Mapping of the System States in the AVR port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the AVR
* port:
- * - <b>Initialization</b>. This state is represented by the startup code and
- * the initialization code before @p chSysInit() is executed. It has not a
+ * - <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.
* - <b>Normal</b>. This is the state the system has after executing
* @p chSysInit(). Interrupts are enabled.
diff --git a/ports/MSP430/port.dox b/ports/MSP430/port.dox index 108a44bd8..774098e3d 100644 --- a/ports/MSP430/port.dox +++ b/ports/MSP430/port.dox @@ -7,8 +7,8 @@ * @section MSP430_STATES Mapping of the System States in the MSP430 port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the MSP430
* port:
- * - <b>Initialization</b>. This state is represented by the startup code and
- * the initialization code before @p chSysInit() is executed. It has not a
+ * - <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.
* - <b>Normal</b>. This is the state the system has after executing
* @p chSysInit(). Interrupts are enabled.
|