forked from Imagelibrary/rtems
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief Implement a benchmark timer using timer 2
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief Clock Tick Device Driver
|
||||
*
|
||||
* This routine initializes LEON timer 1 which used for the clock tick.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief TTY driver for the serial ports on the LEON
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
*
|
||||
* @brief Support for gnat/rtems iterrupts and exception handling
|
||||
*/
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
*
|
||||
* @brief Global BSP Definitions.
|
||||
* @brief Global BSP definitions.
|
||||
*/
|
||||
|
||||
/* bsp.h
|
||||
@@ -40,12 +40,13 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @defgroup sparc_leon2 LEON2 Support
|
||||
* @defgroup RTEMSBSPsSPARCLEON2 LEON2
|
||||
*
|
||||
* @ingroup RTEMSBSPsSPARC
|
||||
* @ingroup RTEMSBSPsSPARC
|
||||
*
|
||||
* @brief LEON2 Support Package
|
||||
* @brief LEON2 Board Support Package.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
/* SPARC CPU variant: LEON2 */
|
||||
@@ -221,4 +222,6 @@ int console_inbyte_nonblocking( int port );
|
||||
}
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief Interrupts definitions
|
||||
*
|
||||
* Based on libbsp/shared/include/irq.h.
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
/**
|
||||
* @defgroup leon1 Leon-1 Handler
|
||||
* @ingroup sparc_leon2
|
||||
*
|
||||
* @file
|
||||
* @ingroup leon1
|
||||
* @brief Handlers Leon-1
|
||||
*
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
*
|
||||
* This include file contains information pertaining to the LEON-1.
|
||||
* The LEON-1 is a custom SPARC V7 implementation.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief Implementations for interrupt mechanisms for Time Test 27
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief LEON2 Opencores Ethernet MAC Configuration Information
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief SMC91111 Driver
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief LEON2 BSP Delay Method
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief LEON2 Idle Thread
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief LEON2 Cache Snooping Support
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief Installs an interrupt vector on the SPARC simulator
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon2
|
||||
* @ingroup RTEMSBSPsSPARCLEON2
|
||||
* @brief LEON Spurious Trap Handler
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user