genmcf548x: Improve Doxygen

Add doxygen to the header files in the genmcf548x/include directory.
This commit is contained in:
Toma Radu
2014-01-02 11:43:18 -06:00
committed by Joel Sherrill
parent 73885572e3
commit d496095366
3 changed files with 41 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_genmcf548x
*
* @brief Global BSP definitions.
*/
/*===============================================================*\
| Project: RTEMS generic mcf548x BSP |
+-----------------------------------------------------------------+
@@ -52,6 +60,14 @@ extern "C" {
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
/**
* @defgroup m68k_genmcf548x MCF548X Support
*
* @ingroup bsp_m68k
*
* @brief MCT548X support.
*/
#include <rtems.h>
#include <rtems/iosupp.h>
#include <rtems/console.h>

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup genmcf548x_interrupt
*
* @brief Interrupt definitions.
*/
/*
* Copyright (c) 2013 embedded brains GmbH. All rights reserved.
*
@@ -19,6 +27,15 @@
#include <rtems/irq.h>
#include <rtems/irq-extension.h>
/**
* @defgroup genmcf548x_interrupt Interrupt Support
*
* @ingroup m68k_genmcf548x
*
* @brief Interrupt support.
*/
#define MCF548X_IRQ_EPORT_EPF1 1
#define MCF548X_IRQ_EPORT_EPF2 2
#define MCF548X_IRQ_EPORT_EPF3 3

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_genmcf548x
*
* @brief Time Test 27 routines.
*/
/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at