arm: csb337: Add doxygen

This commit is contained in:
Chirayu Desai
2013-12-09 21:26:25 +05:30
committed by Gedare Bloom
parent 651e3aa8d8
commit 583ef3a5b2
4 changed files with 47 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup arm_csb337
*
* @brief Simple 8 x 16 font, printable characters only.
*/
/* /*
* font8x16.h * font8x16.h
* *

View File

@@ -1,3 +1,12 @@
/**
* @file
*
* @ingroup arm_csb337
*
* @brief SED1356 LCD/CRT Controllers for KIT637_V6 (CSB637)
* 16-Bit access mode
*/
/* /*
* sed1356.h: SED1356 LCD/CRT Controllers for KIT637_V6 (CSB637) * sed1356.h: SED1356 LCD/CRT Controllers for KIT637_V6 (CSB637)
* 16-Bit access mode * 16-Bit access mode

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup arm_csb337
*
* @brief Global BSP definitions.
*/
/* /*
* CSB337 BSP header file * CSB337 BSP header file
* *
@@ -23,6 +31,16 @@ extern "C" {
#include <rtems/clockdrv.h> #include <rtems/clockdrv.h>
#include <libchip/serial.h> #include <libchip/serial.h>
/**
* @defgroup arm_csb337 CSB337 Support
*
* @ingroup bsp_arm
*
* @brief CSB337 support package.
*
* @{
*/
#define BSP_FEATURE_IRQ_EXTENSION #define BSP_FEATURE_IRQ_EXTENSION
/* What is the input clock freq in hertz? */ /* What is the input clock freq in hertz? */
@@ -37,8 +55,8 @@ static inline int32_t BSP_get_baud(void) {return 38400;}
#define ST_PIMR_PIV 33 /* 33 ticks of the 32.768Khz clock ~= 1msec */ #define ST_PIMR_PIV 33 /* 33 ticks of the 32.768Khz clock ~= 1msec */
/* /**
* Network driver configuration * @brief Network driver configuration
*/ */
extern struct rtems_bsdnet_ifconfig *config; extern struct rtems_bsdnet_ifconfig *config;
@@ -47,6 +65,8 @@ int rtems_at91rm9200_emac_attach(struct rtems_bsdnet_ifconfig *config, int attac
#define RTEMS_BSP_NETWORK_DRIVER_NAME "eth0" #define RTEMS_BSP_NETWORK_DRIVER_NAME "eth0"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_at91rm9200_emac_attach #define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_at91rm9200_emac_attach
/** @} */
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup arm_csb337
*
* @brief Public Interface for SED Video Controller Operations.
*/
/* /*
* Public Interface for SED Video Controller Operations * Public Interface for SED Video Controller Operations
* *