summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300
diff options
context:
space:
mode:
authorSzkocsovszki Zsolt <zsoltisharkboy@gmail.com>2013-12-28 23:32:17 +0100
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-28 17:57:16 -0600
commitd281de9133a27462ae9e1aba21680c3551ed8814 (patch)
tree3d783e6840ee8aa584cf39044b85966f3b5a72c4 /c/src/lib/libbsp/h8300
parentTest suite documentations corrections and fixes. (diff)
downloadrtems-d281de9133a27462ae9e1aba21680c3551ed8814.tar.bz2
h8sim: Add Doxygen directives
Diffstat (limited to 'c/src/lib/libbsp/h8300')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/doxygen.h15
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/include/bsp.h17
2 files changed, 31 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/doxygen.h b/c/src/lib/libbsp/h8300/h8sim/doxygen.h
new file mode 100644
index 0000000000..b2ced3e241
--- /dev/null
+++ b/c/src/lib/libbsp/h8300/h8sim/doxygen.h
@@ -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
+ */
diff --git a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
index c2ad18393d..6a3660e33b 100644
--- a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
+++ b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup h8300_bsp
+ *
+ * @brief h8 simulator 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 h8300_bsp Clock Tick Support
+ *
+ * @ingroup h8300_h8sim
+ *
+ * @brief Clock Tick Support Package
+ */
+
Thread clock_driver_sim_idle_body(uintptr_t);
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body