sparc/leon3: Add doxygen.

This commit is contained in:
Radu Toma
2013-11-30 14:51:35 -06:00
committed by Gedare Bloom
parent 972579d32b
commit d230d8eaae
7 changed files with 40 additions and 19 deletions

View File

@@ -1,6 +1,10 @@
/**
* @file
* @ingroup sparc_leon3
* @brief Support for gnat/rtems interrupts and exception handling
*/
/* /*
*
* Support for gnat/rtems interrupts and exception handling.
* Jiri Gaisler, ESA/ESTEC, 17-02-1999. * Jiri Gaisler, ESA/ESTEC, 17-02-1999.
*/ */

View File

@@ -1,3 +1,7 @@
/**
* @defgroup sparc_leon3 Sparc Leon3 Handler
*/
/* bsp.h /* bsp.h
* *
* This include file contains all SPARC simulator definitions. * This include file contains all SPARC simulator definitions.

View File

@@ -1,7 +1,10 @@
/* /**
* LEON3 Opencores Ethernet MAC Configuration Information * @file
* * @ingroup sparc_leon3
* COPYRIGHT (c) 2004. * @brief LEON3 Opencores Ethernet MAC Configuration Information
*/
/* COPYRIGHT (c) 2004.
* Gaisler Research * Gaisler Research
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* * @ingroup sparc_leon3
* LEON3 SMP Obtain CPU Core Number * @brief LEON3 SMP Obtain CPU Core Number
*/ */
/* /*

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* * @ingroup sparc_leon3
* LEON3 SMP BSP Support * @brief LEON3 SMP BSP Support
*/ */
/* /*

View File

@@ -1,5 +1,10 @@
/* Installs the BSP pre-driver hook /**
* * @file
* @ingroup sparc_leon3
* @brief Installs the BSP pre-driver hook
*/
/*
* COPYRIGHT (c) 2011 * COPYRIGHT (c) 2011
* Aeroflex Gaisler * Aeroflex Gaisler
* *

View File

@@ -1,6 +1,10 @@
/* set_vector /**
* * @file
* This routine installs an interrupt vector on the SPARC simulator. * @ingroup sparc_leon3
* @brief Install an interrupt vector on SPARC
*/
/* This routine installs an interrupt vector on the SPARC simulator.
* *
* INPUT PARAMETERS: * INPUT PARAMETERS:
* handler - interrupt handler entry point * handler - interrupt handler entry point
@@ -12,8 +16,9 @@
* *
* RETURNS: * RETURNS:
* address of previous interrupt handler * address of previous interrupt handler
* */
* COPYRIGHT (c) 1989-1998.
/* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be