Changeset 583ef3a5 in rtems


Ignore:
Timestamp:
12/09/13 15:56:25 (10 years ago)
Author:
Chirayu Desai <cdesai@…>
Branches:
4.11, 5, master
Children:
296c74e6
Parents:
651e3aa
git-author:
Chirayu Desai <cdesai@…> (12/09/13 15:56:25)
git-committer:
Gedare Bloom <gedare@…> (12/09/13 16:21:45)
Message:

arm: csb337: Add doxygen

Location:
c/src/lib/libbsp/arm/csb337
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/csb337/console/font8x16.h

    r651e3aa r583ef3a5  
     1/**
     2 * @file
     3 *
     4 * @ingroup arm_csb337
     5 *
     6 * @brief Simple 8 x 16 font, printable characters only.
     7 */
     8
    19/*
    210 * font8x16.h
  • c/src/lib/libbsp/arm/csb337/console/sed1356_16bit.h

    r651e3aa r583ef3a5  
     1/**
     2 * @file
     3 *
     4 * @ingroup arm_csb337
     5 *
     6 * @brief SED1356 LCD/CRT Controllers for KIT637_V6 (CSB637)
     7 *        16-Bit access mode
     8 */
     9
    110/*
    211 * sed1356.h: SED1356 LCD/CRT Controllers for KIT637_V6 (CSB637)
  • c/src/lib/libbsp/arm/csb337/include/bsp.h

    r651e3aa r583ef3a5  
     1/**
     2 * @file
     3 *
     4 * @ingroup arm_csb337
     5 *
     6 * @brief Global BSP definitions.
     7 */
     8
    19/*
    210 * CSB337 BSP header file
     
    2432#include <libchip/serial.h>
    2533
     34/**
     35 * @defgroup arm_csb337 CSB337 Support
     36 *
     37 * @ingroup bsp_arm
     38 *
     39 * @brief CSB337 support package.
     40 *
     41 * @{
     42 */
     43
    2644#define BSP_FEATURE_IRQ_EXTENSION
    2745
     
    3856#define ST_PIMR_PIV     33      /* 33 ticks of the 32.768Khz clock ~= 1msec */
    3957
    40 /*
    41  * Network driver configuration
     58/**
     59 * @brief Network driver configuration
    4260 */
    4361extern struct rtems_bsdnet_ifconfig *config;
     
    4866#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_at91rm9200_emac_attach
    4967
     68/** @} */
     69
    5070#ifdef __cplusplus
    5171}
  • c/src/lib/libbsp/arm/csb337/include/sed1356.h

    r651e3aa r583ef3a5  
     1/**
     2 * @file
     3 *
     4 * @ingroup arm_csb337
     5 *
     6 * @brief Public Interface for SED Video Controller Operations.
     7 */
     8
    19/*
    210 * Public Interface for SED Video Controller Operations
Note: See TracChangeset for help on using the changeset viewer.