libbsp/m68k: Add doxygen to m68k shared files.

This commit is contained in:
Szkocsovszki Zsolt
2013-12-26 12:51:20 -06:00
committed by Jennifer Averett
parent b23ef87403
commit 9bb28849c4
3 changed files with 45 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
/**
* @defgroup bsp_m68k M68K
*
* @ingroup bsp_kit
*
* @brief M68K Board Support Packages
*/
/**
* @defgroup m68k_shared M68K Shared Modules
*
* @ingroup bsp_m68k
*
* @brief M68K Shared Modules
*/
+16 -2
View File
@@ -1,6 +1,12 @@
/*
* gdb_if.h - definition of the interface between the stub and gdb
/**
* @file
*
* @ingroup m68k_gdbstub
*
* @brief definition of the interface between the stub and gdb
*/
/*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* The following software is offered for use in the public domain.
@@ -15,6 +21,14 @@
#ifndef _GDB_IF_H
#define _GDB_IF_H
/**
* @defgroup m68k_gdbstub GDB Stub
*
* @ingroup m68k_shared
*
* @brief GDB Stub interface support
*/
/* Max number of threads in qM response */
#define QM_MAX_THREADS (20)
+14 -2
View File
@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup m68k_mvme
*
* @brief MVME16x IO definitions
*/
/* mvme16x_hw.h
*
* This include file contains all MVME16x board IO definitions
@@ -21,8 +29,12 @@
extern "C" {
#endif
/*
* Network driver configuration
/**
* @defgroup m68k_mvme MVME16X IO Support
*
* @ingroup m68k_shared
*
* @brief IO Support Package
*/
struct rtems_bsdnet_ifconfig;