summaryrefslogtreecommitdiff
path: root/bsps/shared/doxygen.h
blob: fa16512d45070b1fe178f649f97ab5f05b385117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/**
 * @file
 *
 * @ingroup RTEMSImplDoxygen
 *
 * @brief This header file defines Doxygen 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.
 */