forked from Imagelibrary/rtems
h8sim: Add Doxygen directives
This commit is contained in:
committed by
Joel Sherrill
parent
7183e01dfc
commit
d281de9133
15
c/src/lib/libbsp/h8300/h8sim/doxygen.h
Normal file
15
c/src/lib/libbsp/h8300/h8sim/doxygen.h
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* @defgroup bsp_h8300 H8300
|
||||||
|
*
|
||||||
|
* @ingroup bsp_kit
|
||||||
|
*
|
||||||
|
* @brief H8300 Board Support Packages
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup h8300_h8sim H8300 H8SIM Modules
|
||||||
|
*
|
||||||
|
* @ingroup bsp_h8300
|
||||||
|
*
|
||||||
|
* @brief H8300 H8SIM Modules
|
||||||
|
*/
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
/**
|
||||||
|
* @file
|
||||||
|
*
|
||||||
|
* @ingroup h8300_bsp
|
||||||
|
*
|
||||||
|
* @brief h8 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 h8300_bsp Clock Tick Support
|
||||||
|
*
|
||||||
|
* @ingroup h8300_h8sim
|
||||||
|
*
|
||||||
|
* @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