mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 00:25:13 +08:00
m68k/gen68360: Improve Doxygen
This commit is contained in:
committed by
Joel Sherrill
parent
540b771a07
commit
d48ac18144
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @defgroup bsp_m68k M68K
|
||||
*
|
||||
* @ingroup bsp_kit
|
||||
*
|
||||
* @brief M68K Board Support Packages
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup m68k_gen68360 M68K GEN68360 Modules
|
||||
*
|
||||
* @ingroup bsp_m68k
|
||||
*
|
||||
* @brief M68K GEN68360 Modules
|
||||
*/
|
||||
@@ -1,5 +1,12 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup gen68360_bsp
|
||||
*
|
||||
* @brief Board Support Package for `Generic' Motorola MC68360
|
||||
*/
|
||||
|
||||
/*
|
||||
* Board Support Package for `Generic' Motorola MC68360
|
||||
*
|
||||
* Based on the `gen68302' board support package, and covered by the
|
||||
* original distribution terms.
|
||||
@@ -36,9 +43,14 @@ extern "C" {
|
||||
#include <rtems/iosupp.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
|
||||
/*
|
||||
* Network driver configuration
|
||||
/**
|
||||
* @defgroup gen68360_bsp Network driver
|
||||
*
|
||||
* @ingroup m68k_gen68360
|
||||
*
|
||||
* @brief Network driver configuration
|
||||
*/
|
||||
|
||||
struct rtems_bsdnet_ifconfig;
|
||||
extern int rtems_scc1_driver_attach (struct rtems_bsdnet_ifconfig *config, int attaching);
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_NAME "scc1"
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/*
|
||||
* This file was machine-generated from the tmoverhd.exe output
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup m68k_coverhd
|
||||
*
|
||||
* @brief This file was machine-generated from the tmoverhd.exe output
|
||||
*/
|
||||
|
||||
#define CALLING_OVERHEAD_INITIALIZE_EXECUTIVE 2
|
||||
#define CALLING_OVERHEAD_SHUTDOWN_EXECUTIVE 2
|
||||
#define CALLING_OVERHEAD_TASK_CREATE 4
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
/*
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup m68k_tm27
|
||||
*
|
||||
* @brief Time Test 27
|
||||
*/
|
||||
|
||||
* tm27.h
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -13,9 +20,12 @@
|
||||
#ifndef __tm27_h
|
||||
#define __tm27_h
|
||||
|
||||
/*
|
||||
* Stuff for Time Test 27
|
||||
* Don't bother with hardware -- just use a software-interrupt
|
||||
/**
|
||||
* @defgroup m68k_tm27 Stuff for Time Test 27
|
||||
*
|
||||
* @ingroup m68k_gen68360
|
||||
*
|
||||
* @brief Don't bother with hardware -- just use a software-interrupt
|
||||
*/
|
||||
|
||||
#define MUST_WAIT_FOR_INTERRUPT 0
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup m68k_m360spi
|
||||
*
|
||||
* @brief this file contains the MC68360 SPI driver declarations
|
||||
*/
|
||||
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS support for MC68360 |
|
||||
+-----------------------------------------------------------------+
|
||||
@@ -13,9 +21,16 @@
|
||||
| |
|
||||
| http://www.rtems.com/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file contains the MC68360 SPI driver declarations |
|
||||
\*===============================================================*/
|
||||
|
||||
/**
|
||||
* @defgroup m68k_m360spi M360_SPIDRV Support
|
||||
*
|
||||
* @ingroup m68k_gen68360
|
||||
*
|
||||
* @brief M360_SPIDRV Support Package
|
||||
*/
|
||||
|
||||
#ifndef _M360_SPIDRV_H
|
||||
#define _M360_SPIDRV_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user