diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-14 13:10:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-14 13:10:38 +0000 |
commit | 6ab7ea31f114af0e0d98494156d456279dd5ecd4 (patch) | |
tree | eea62185afe26a8428a5d6b42c40910ec1e6aeba /ports/ARMCM3 | |
parent | 03aef59589a44aec94456526a9e207c27149a750 (diff) | |
download | ChibiOS-6ab7ea31f114af0e0d98494156d456279dd5ecd4.tar.gz ChibiOS-6ab7ea31f114af0e0d98494156d456279dd5ecd4.tar.bz2 ChibiOS-6ab7ea31f114af0e0d98494156d456279dd5ecd4.zip |
PAL support for MSP430, various other fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1037 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3')
-rw-r--r-- | ports/ARMCM3/port.dox | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox index d01389ca1..7fb8ac53f 100644 --- a/ports/ARMCM3/port.dox +++ b/ports/ARMCM3/port.dox @@ -19,7 +19,6 @@ /**
* @defgroup ARMCM3 ARM Cortex-M3
- * @{
* @details The ARM Cortex-M3 architecture is quite complex for a
* microcontroller and some explanations are required about the port choices.
*
@@ -82,11 +81,9 @@ *
* @ingroup Ports
*/
-/** @} */
/**
* @defgroup ARMCM3_CONF Configuration Options
- * @{
* @brief ARM Cortex-M3 Configuration Options.
* @details The ARMCM3 port allows some architecture-specific configurations
* settings that can be specified externally, as example on the compiler
@@ -113,20 +110,16 @@ *
* @ingroup ARMCM3
*/
-/** @} */
/**
* @defgroup ARMCM3_CORE Core Port Implementation
- * @{
* @brief ARM Cortex-M3 specific port code, structures and macros.
*
* @ingroup ARMCM3
*/
-/** @} */
/**
* @defgroup ARMCM3_STARTUP Startup Support
- * @{
* @brief ARM Cortex-M3 startup code support.
* @details ChibiOS/RT provides its own generic startup file for the ARM
* Cortex-M3 port.
@@ -168,13 +161,10 @@ * @ingroup ARMCM3
* @file ports/ARMCM3/crt0.s Startup code.
*/
-/** @} */
/**
* @defgroup ARMCM3_NVIC NVIC Support
- * @{
* @brief ARM Cortex-M3 NVIC support.
*
* @ingroup ARMCM3
*/
-/** @} */
|