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/AVR | |
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/AVR')
-rw-r--r-- | ports/AVR/port.dox | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/AVR/port.dox b/ports/AVR/port.dox index 2a789c5e4..8f455f208 100644 --- a/ports/AVR/port.dox +++ b/ports/AVR/port.dox @@ -40,8 +40,9 @@ * @defgroup AVR_CONF Configuration Options
* @{
* @brief AVR Configuration Options.
- * The AVR port allows some architecture-specific configurations settings
- * that can be specified externally, as example on the compiler command line:
+ * @details The AVR port allows some architecture-specific configurations
+ * settingsthat 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 the interrupt handlers.<br>
* The default for this value is @p 32, this space is allocated for each
|