source: rtems/cpukit/doxygen.h @ b8cff58

5
Last change on this file since b8cff58 was b8cff58, checked in by Andreas Dachsberger <andreas.dachsberger@…>, on 04/02/19 at 12:32:52

doxygen: Benchmark Timer Driver Interface now in Device Drivers

Update #3706.

  • Property mode set to 100644
File size: 844 bytes
Line 
1/**
2 * @defgroup RTEMSInternal Internal
3 *
4 * @brief RTEMS Implementation.
5 */
6
7/**
8 * @defgroup RTEMSInternalClassic Classic
9 *
10 * @ingroup RTEMSInternal
11 *
12 * @brief Classic
13 */
14
15/**
16 * @defgroup RTEMSAPI API
17 *
18 * @brief API
19 */
20
21/**
22 * @defgroup RTEMSDeviceDrivers Device Drivers
23 *
24 * @brief Device Drivers
25 */
26
27/**
28 * @defgroup RTEMSLegacyBenchmarkDrivers Legacy Benchmark Drivers
29 *
30 * @ingroup RTEMSDeviceDrivers
31 *
32 * @brief Legacy Benchmark Drivers
33 */
34
35/**
36 * @defgroup libfs libfs
37 *
38 * @ingroup FileSystemTypesAndMount
39 *
40 * @brief libfs
41 */
42
43/**
44 * @defgroup nfsclient nfs Client
45 *
46 * @ingroup FileSystemTypesAndMount
47 *
48 * @brief nfs Client
49 */
50
51/**
52 * @defgroup libmisc libmisc
53 *
54 * @ingroup TODO
55 *
56 * @brief libmisc
57 */
58
59/**
60 * @defgroup libmisc_mouse Serial Mouse
61 *
62 * @ingroup libmisc
63 *
64 * @brief Serial Mouse
65 */
66
Note: See TracBrowser for help on using the repository browser.