summaryrefslogtreecommitdiffstats
path: root/bsps/shared/doxygen.h
blob: be681673d0fb86cfd42743cd5f58442b73409fc1 (plain) (blame)
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 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.
 */