bsps: Adjust bsp.h Doxygen groups

Update #3706.
This commit is contained in:
Sebastian Huber
2019-03-04 15:32:15 +01:00
parent 2e8a66d13f
commit c991eeeccc
374 changed files with 1695 additions and 655 deletions

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief Implement a benchmark timer using timer 2
*/

View File

@@ -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.

View File

@@ -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.

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief TTY driver for the serial ports on the LEON
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
*
* @brief Support for gnat/rtems iterrupts and exception handling
*/

View File

@@ -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

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief Interrupts definitions
*
* Based on libbsp/shared/include/irq.h.

View File

@@ -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.

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief Implementations for interrupt mechanisms for Time Test 27
*/

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief LEON2 Opencores Ethernet MAC Configuration Information
*/

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief SMC91111 Driver
*/

View File

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

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief LEON2 Idle Thread
*/

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief LEON2 Cache Snooping Support
*/

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief Installs an interrupt vector on the SPARC simulator
*/

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup sparc_leon2
* @ingroup RTEMSBSPsSPARCLEON2
* @brief LEON Spurious Trap Handler
*/