aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:10:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:10:38 +0000
commit6ab7ea31f114af0e0d98494156d456279dd5ecd4 (patch)
treeeea62185afe26a8428a5d6b42c40910ec1e6aeba /ports/ARM7
parent03aef59589a44aec94456526a9e207c27149a750 (diff)
downloadChibiOS-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/ARM7')
-rw-r--r--ports/ARM7/port.dox8
1 files changed, 0 insertions, 8 deletions
diff --git a/ports/ARM7/port.dox b/ports/ARM7/port.dox
index 56b076da9..011e866bb 100644
--- a/ports/ARM7/port.dox
+++ b/ports/ARM7/port.dox
@@ -19,7 +19,6 @@
/**
* @defgroup ARM7 ARM7TDMI
- * @{
* @details The ARM7 architecture is quite complex for a microcontroller and
* some explanations are required about the port choices.
*
@@ -121,11 +120,9 @@
*
* @ingroup Ports
*/
-/** @} */
/**
* @defgroup ARM7_CONF Configuration Options
- * @{
* @brief ARM7 specific configuration options.
* @details The ARM7 port allows some architecture-specific configurations
* settings that can be specified externally, as example on the compiler
@@ -144,11 +141,9 @@
*
* @ingroup ARM7
*/
-/** @} */
/**
* @defgroup ARM7_CORE Core Port Implementation
- * @{
* @brief ARM7 specific port code, structures and macros.
*
* @ingroup ARM7
@@ -156,11 +151,9 @@
* @file ports/ARM7/chcore.h Port related structures and macros.
* @file ports/ARM7/chcore.c Port related code.
*/
-/** @} */
/**
* @defgroup ARM7_STARTUP Startup Support
- * @{
* @brief ARM7 startup code support.
* @details ChibiOS/RT provides its own generic startup file for the ARM7 port.
* Of course it is not mandatory to use it but care should be taken about the
@@ -205,4 +198,3 @@
* @ingroup ARM7
* @file ports/ARM7/crt0.s Startup code.
*/
-/** @} */