Files
rtems/bsps/shared/doxygen.h
2023-02-16 08:27:09 +01:00

31 lines
576 B
C

/**
* @file
*
* @ingroup RTEMSImplDoxygen
*
* @brief This header file defines BSP-specific groups.
*/
/**
* @defgroup RTEMSBSPs Board Support Packages
*
* @brief This group contains the Board Support Packages (BSPs).
*/
/**
* @defgroup RTEMSBSPsShared Shared
*
* @ingroup RTEMSBSPs
*
* @brief This group contains the architecture-independent support modules
* shared across all BSPs.
*/
/**
* @defgroup RTEMSBSPsSharedConsole Console Driver Support
*
* @ingroup RTEMSBSPsShared
*
* @brief This group contains the console driver support modules.
*/