gen68340: Add doxygen header files.

This commit is contained in:
Toma Radu
2014-01-02 09:40:06 -06:00
committed by Jennifer Averett
parent 3bba3f58e0
commit 56ac38ec85
5 changed files with 48 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_gen68340
*
* @brief Global BSP definitions.
*/
/*
* Board Support Package for `Generic' Motorola MC68340
*
@@ -30,6 +38,14 @@ extern "C" {
#include <rtems/iosupp.h>
#include <rtems/clockdrv.h>
/**
* @defgroup m68k_gen68340 Motorola MC68340 Support
*
* @ingroup bsp_m68k
*
* @brief Motorola MC68340 support.
*/
/*
* Simple spin delay in microsecond units for device drivers.
* This is very dependent on the clock speed of the target.

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_gen68340
*
* @brief C overhead definitions.
*/
/*
* This file was machine-generated from the tmoverhd.exe output
*/

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_gen68340
*
* @brief Time driver definitions.
*/
/*
* Header file for timer driver
* defines for accessing M68340 timer registers

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_gen68340
*
* @brief UART console driver definitions.
*/
/*
* Header file for console driver
* defines for accessing M68340/68349 UART registers

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_gen68340
*
* @brief MC68430 definitions.
*/
/**********************************************************************
* MC68340 C Header File *
* *