forked from Imagelibrary/rtems
23 lines
467 B
C
23 lines
467 B
C
/**
|
|
* @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.
|
|
*/
|