mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 04:54:43 +08:00
m32rsim: Add doxygen headers.
This commit is contained in:
committed by
Jennifer Averett
parent
7c70c1d7ce
commit
bbe0542806
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @defgroup bsp_m32r M32R
|
||||
*
|
||||
* @ingroup bsp_kit
|
||||
*
|
||||
* @brief M32R Board Support Packages
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup m32r_m32rsim M32R M32RSIM Modules
|
||||
*
|
||||
* @ingroup bsp_m32r
|
||||
*
|
||||
* @brief M32R M32RSIM Modules
|
||||
*/
|
||||
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup m32r_bsp
|
||||
*
|
||||
* @brief m32r definitions in gdb
|
||||
*/
|
||||
|
||||
/* bsp.h
|
||||
*
|
||||
* This include file contains some definitions specific to the
|
||||
@@ -26,7 +34,14 @@ extern "C" {
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
|
||||
/* support for simulated clock tick */
|
||||
/**
|
||||
* @defgroup m32r_bsp Clock Tick Support
|
||||
*
|
||||
* @ingroup m32r_m32rsim
|
||||
*
|
||||
* @brief Clock Tick Support Package
|
||||
*/
|
||||
|
||||
Thread clock_driver_sim_idle_body(uintptr_t);
|
||||
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup m32r_tm27
|
||||
*
|
||||
* @brief Time Test 27
|
||||
*/
|
||||
|
||||
/*
|
||||
* tm27.h
|
||||
*
|
||||
@@ -13,8 +21,12 @@
|
||||
#ifndef __tm27_h
|
||||
#define __tm27_h
|
||||
|
||||
/*
|
||||
* Define the interrupt mechanism for Time Test 27
|
||||
/**
|
||||
* @defgroup m32r_tm27 Time Test 27
|
||||
*
|
||||
* @ingroup m32r_m32rsim
|
||||
*
|
||||
* @brief Define the interrupt mechanism for Time Test 27
|
||||
*/
|
||||
|
||||
#define MUST_WAIT_FOR_INTERRUPT 0
|
||||
|
||||
Reference in New Issue
Block a user