gen68302: Add doxygen headers.

This commit is contained in:
Toma Radu
2013-12-30 14:24:12 -06:00
committed by Jennifer Averett
parent bbe0542806
commit 3bba3f58e0
3 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_gen68302
*
* @brief Global BSP definitions.
*/
/* bsp.h /* bsp.h
* *
* This include file contains all board IO definitions. * This include file contains all board IO definitions.
@@ -27,6 +35,14 @@ extern "C" {
#include <rtems/iosupp.h> #include <rtems/iosupp.h>
#include <rtems/clockdrv.h> #include <rtems/clockdrv.h>
/**
* @defgroup m68k_gen68302 GEN68302 Support
*
* @ingroup bsp_m68k
*
* @brief GEN68302 support.
*/
/* /*
* Simple spin delay in microsecond units for device drivers. * Simple spin delay in microsecond units for device drivers.
* This is very dependent on the clock speed of the target. * This is very dependent on the clock speed of the target.

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_gen68302
*
* @brief C overhead definitions.
*/
/* coverhd.h /* coverhd.h
* *
* This include file has defines to represent the overhead associated * This include file has defines to represent the overhead associated

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_gen68302
*
* @brief Motorola 68302 definitions.
*/
/* /*
* Implements the Motorola 68302 multi-protocol chip parameter * Implements the Motorola 68302 multi-protocol chip parameter
* definition header. * definition header.