mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 09:07:14 +08:00
libbsp/m68k: Add doxygen to m68k shared files.
This commit is contained in:
committed by
Jennifer Averett
parent
b23ef87403
commit
9bb28849c4
@@ -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
|
||||
*/
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user