forked from Imagelibrary/rtems
m32cbsp: Add doxygen headers.
This commit is contained in:
committed by
Jennifer Averett
parent
fa01e0d058
commit
41aebd8a76
15
c/src/lib/libbsp/m32c/m32cbsp/doxygen.h
Normal file
15
c/src/lib/libbsp/m32c/m32cbsp/doxygen.h
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* @defgroup bsp_m32c M32C
|
||||||
|
*
|
||||||
|
* @ingroup bsp_kit
|
||||||
|
*
|
||||||
|
* @brief M32C Board Support Packages
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup m32c_m32cbsp M32C M32CBSP Modules
|
||||||
|
*
|
||||||
|
* @ingroup bsp_m32c
|
||||||
|
*
|
||||||
|
* @brief M32C M32CBSP Modules
|
||||||
|
*/
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
/**
|
||||||
|
* @file
|
||||||
|
*
|
||||||
|
* @ingroup m32c_bsp
|
||||||
|
*
|
||||||
|
* @brief m32c simulator definitions in gdb
|
||||||
|
*/
|
||||||
|
|
||||||
/* bsp.h
|
/* bsp.h
|
||||||
*
|
*
|
||||||
* This include file contains some definitions specific to the
|
* This include file contains some definitions specific to the
|
||||||
@@ -26,7 +34,14 @@ extern "C" {
|
|||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
#include <rtems/clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/* support for simulated clock tick */
|
/**
|
||||||
|
* @defgroup m32c_bsp Clock Tick Support
|
||||||
|
*
|
||||||
|
* @ingroup m32c_m32cbsp
|
||||||
|
*
|
||||||
|
* @brief Clock Tick Support Package
|
||||||
|
*/
|
||||||
|
|
||||||
Thread clock_driver_sim_idle_body(uintptr_t);
|
Thread clock_driver_sim_idle_body(uintptr_t);
|
||||||
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
|
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user