forked from Imagelibrary/rtems
lm32_milkymist: improve doxygen
Add doxygen to the header files in the /lm32/milymist/include directory.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
/**
|
||||||
|
* @file
|
||||||
|
*
|
||||||
|
* @ingroup lm32_milkymist
|
||||||
|
*
|
||||||
|
* @brief Global BSP definitions.
|
||||||
|
*/
|
||||||
|
|
||||||
/* bsp.h
|
/* bsp.h
|
||||||
*
|
*
|
||||||
* This include file contains all board IO definitions.
|
* This include file contains all board IO definitions.
|
||||||
@@ -20,6 +28,14 @@
|
|||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
#include <rtems/clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup lm32_milkymist Milkymist Support
|
||||||
|
*
|
||||||
|
* @ingroup bsp_lm32
|
||||||
|
*
|
||||||
|
* @brief Milkymist support package.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
/**
|
||||||
|
* @file
|
||||||
|
*
|
||||||
|
* @ingroup lm32_milkymist
|
||||||
|
*
|
||||||
|
* @brief System configuration.
|
||||||
|
*/
|
||||||
|
|
||||||
/* system_conf.h
|
/* system_conf.h
|
||||||
* Global System conf
|
* Global System conf
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user