m32rsim: Add doxygen headers.

This commit is contained in:
Szkocsovszki Zsolt
2013-12-30 14:07:13 -06:00
committed by Jennifer Averett
parent 7c70c1d7ce
commit bbe0542806
3 changed files with 45 additions and 3 deletions
+15
View File
@@ -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
*/
+16 -1
View File
@@ -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
+14 -2
View File
@@ -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