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.
*/

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* LEON3 SMP BSP Support
* @file
* @ingroup sparc_leon3
* @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
* Aeroflex Gaisler
*

View File

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