mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
31 lines
576 B
C
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.
|
|
*/
|