source: rtems/bsps/arm/shared/doxygen.h @ 15359bb

5
Last change on this file since 15359bb was 15359bb, checked in by Sebastian Huber <sebastian.huber@…>, on 03/07/19 at 10:56:31

bsps/arm: Adjust CMSIS Doxygen groups

Update #3706.

  • Property mode set to 100644
File size: 381 bytes
Line 
1/**
2 * @defgroup RTEMSBSPsARM ARM
3 *
4 * @ingroup RTEMSBSPs
5 *
6 * @brief ARM Board Support Packages.
7 */
8
9/**
10 * @defgroup RTEMSBSPsARMShared Shared
11 *
12 * @ingroup RTEMSBSPsARM
13 *
14 * @brief Shared Support for ARM Board Support Packages.
15 */
16
17/**
18 * @defgroup CMSIS CMSIS
19 *
20 * @ingroup RTEMSBSPsARMShared
21 *
22 * @brief Cortex Microcontroller Software Interface Standard (CMSIS).
23 */
Note: See TracBrowser for help on using the repository browser.