leon2_doxygen_1

This commit is contained in:
Radu
2013-12-02 14:07:35 -06:00
committed by Gedare Bloom
parent aaaedba981
commit 8d830fae23
20 changed files with 121 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief Clock Tick Device Driver
*/
/* /*
* Clock Tick Device Driver * Clock Tick Device Driver
* *

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief TTY driver driver for the serial ports on the LEON console
*/
/* /*
* This file contains the TTY driver for the serial ports on the LEON. * This file contains the TTY driver for the serial ports on the LEON.
* *

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief TTY driver for the serial ports on the LEON
*/
/* /*
* This file contains the TTY driver for the serial ports on the LEON. * This file contains the TTY driver for the serial ports on the LEON.
* *

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief Support for gnat/rtems iterrupts and exception handling
*/
/* /*
* *
* Support for gnat/rtems interrupts and exception handling. * Support for gnat/rtems interrupts and exception handling.

View File

@@ -1,3 +1,10 @@
/**
* @file
* @defgroup sparc_leon2 Sparc Leon2 Handler
* @ingroup bsp_kit
* @brief Handles Sparc Leon2 simulator
*/
/* bsp.h /* bsp.h
* *
* This include file contains all SPARC simulator definitions. * This include file contains all SPARC simulator definitions.

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief Interrupts definitions
*/
/* LEON2 generic shared IRQ setup /* LEON2 generic shared IRQ setup
* *
* Based on libbsp/shared/include/irq.h. * Based on libbsp/shared/include/irq.h.

View File

@@ -1,3 +1,10 @@
/**
* @file
* @defgroup cchip Companion Chip handler
* @ingroup sparc_leon2
* @brief Register all drivers supported by the Companion Chip board
*/
#ifndef __CCHIP_H__ #ifndef __CCHIP_H__
#define __CCHIP_H__ #define __CCHIP_H__

View File

@@ -1,3 +1,10 @@
/**
* @file
* @defgroup leon1 Leon-1 Handler
* @ingroup sparc_leon2
* @brief Handlers Leon-1
*/
/* erc32.h /* erc32.h
* *
* This include file contains information pertaining to the LEON-1. * This include file contains information pertaining to the LEON-1.

View File

@@ -1,3 +1,10 @@
/**
* @file
* @defgroup leon2_rasta Rasta Handler
* @ingroup sparc_leon2
* @brief Handles Rasta
*/
#ifndef __RASTA_H__ #ifndef __RASTA_H__
#define __RASTA_H__ #define __RASTA_H__

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief Implementations for interrupt mechanisms for Time Test 27
*/
/* /*
* tm27.h * tm27.h
* *

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief SMC91111 Driver
*/
#include <rtems.h> #include <rtems.h>
#include <bsp.h> #include <bsp.h>

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief Basic PCI Io functions
*/
/* /*
* pci.c : this file contains basic PCI Io functions. * pci.c : this file contains basic PCI Io functions.
* *

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup leon2_rasta
* @brief GR-RASTA-IO PCI board driver
*/
/* /*
* GR-RASTA-IO PCI board driver * GR-RASTA-IO PCI board driver
* *

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* * @ingroup sparc_leon2
* LEON2 BSP Delay Method * @brief LEON2 BSP Delay Method
*/ */
/* /*

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief LEON2 Idle Thread
*/
/* /*
* LEON2 Idle Thread with power-down function * LEON2 Idle Thread with power-down function
* *

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief Installs BSP pre-driver hook
*/
/* Installs the BSP pre-driver hook /* Installs the BSP pre-driver hook
* *
* COPYRIGHT (c) 2011 * COPYRIGHT (c) 2011

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief LEON2 Cache Snooping Support
*/
/* /*
* LEON2 Cache Snooping Support * LEON2 Cache Snooping Support
* *

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief Installs an interrupt vector on the SPARC simulator
*/
/* set_vector /* set_vector
* *
* This routine installs an interrupt vector on the SPARC simulator. * This routine installs an interrupt vector on the SPARC simulator.

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief LEON Spurious Trap Handler
*/
/* /*
* LEON Spurious Trap Handler * LEON Spurious Trap Handler
* *

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_leon2
* @brief Implement a benchmark timer using timer 2
*/
/* timer.c /* timer.c
* *
* This file implements a benchmark timer using timer 2. * This file implements a benchmark timer using timer 2.