diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-21 21:44:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-21 21:44:42 +0000 |
commit | b094fe9dc11e9aa1f017cb65766a16ecd42432d2 (patch) | |
tree | adc935cfc61eae4b94c94f72895d1df53365bd83 /ports/ARMCM3 | |
parent | 239c51248d26bfc901a3a5ef1d185166fd2c9899 (diff) | |
download | ChibiOS-b094fe9dc11e9aa1f017cb65766a16ecd42432d2.tar.gz ChibiOS-b094fe9dc11e9aa1f017cb65766a16ecd42432d2.tar.bz2 ChibiOS-b094fe9dc11e9aa1f017cb65766a16ecd42432d2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@665 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3')
-rw-r--r-- | ports/ARMCM3/port.dox | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox index 28372e399..32f52337d 100644 --- a/ports/ARMCM3/port.dox +++ b/ports/ARMCM3/port.dox @@ -69,8 +69,9 @@ * @defgroup ARMCM3_CONF Configuration Options
* @{
* @brief ARM Cortex-M3 Configuration Options.
- * The ARMCM3 port allows some architecture-specific configurations settings
- * that can be specified externally, as example on the compiler command line:
+ * @details The ARMCM3 port allows some architecture-specific configurations
+ * settings that can be specified externally, as example on the compiler
+ * command line:
* - @p INT_REQUIRED_STACK, this value represent the amount of stack space used
* by an interrupt handler between the @p extctx and @p intctx
* structures.<br>
|