source: rtems/bsps/lm32/shared/doxygen.h @ 7604a130

5
Last change on this file since 7604a130 was 212663be, checked in by Sebastian Huber <sebastian.huber@…>, on 02/26/19 at 14:44:50

bsps: Adjust architecture Doxygen groups

  • Use CamelCase as it is not used in our C code. Enables simple search and replace.
  • Prefix with "RTEMS" to aid deployment and integration. It aids searching and sorting.

Update #3706.

  • Property mode set to 100644
File size: 422 bytes
Line 
1/**
2 * @defgroup RTEMSBSPsLM32 LatticeMicro32 (lm32)
3 *
4 * @ingroup RTEMSBSPs
5 *
6 * @brief LatticeMicro32 Board Support Packages.
7 */
8
9 /**
10  *  @defgroup lm32_shared Lattice Mico32 Shared Modules
11  *
12  *  @ingroup RTEMSBSPsLM32
13  *
14  *  @brief Lattice Mico32 Shared Modules
15  */
16
17 /**
18  *  @defgroup lm32_milkymist_shared LM32 Milkymist One
19  *
20  *  @ingroup lm32_shared
21  *
22  *  @brief Lattice Mico32 Milkymist One
23  */
Note: See TracBrowser for help on using the repository browser.