Changeset 0e8cfdef in rtems


Ignore:
Timestamp:
12/07/13 14:04:07 (10 years ago)
Author:
Chirayu Desai <cdesai@…>
Branches:
4.11, 5, master
Children:
a0390782
Parents:
cfeb191e
git-author:
Chirayu Desai <cdesai@…> (12/07/13 14:04:07)
git-committer:
Gedare Bloom <gedare@…> (12/08/13 02:27:58)
Message:

arm: gdbarmsim: Add doxygen

Location:
c/src/lib/libbsp/arm/gdbarmsim/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h

    rcfeb191e r0e8cfdef  
     1/**
     2 * @file
     3 *
     4 * @ingroup arm_gdbarmsim
     5 *
     6 * @brief Global BSP definitions.
     7 */
     8
    19/*
    210 *  COPYRIGHT (c) 1989-2009.
     
    2331#include <rtems/clockdrv.h>
    2432
    25 /* support for simulated clock tick */
     33/**
     34 * @defgroup arm_gdbarmsim GDBARMSIM Support
     35 *
     36 * @ingroup bsp_arm
     37 *
     38 * @brief GDBARMSIM support package.
     39 *
     40 * @{
     41 */
     42
     43/**
     44 * @brief Support for simulated clock tick
     45 */
    2646Thread clock_driver_sim_idle_body(uintptr_t);
    2747#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
     48
     49/** @} */
    2850
    2951#ifdef __cplusplus
  • c/src/lib/libbsp/arm/gdbarmsim/include/swi.h

    rcfeb191e r0e8cfdef  
     1/**
     2 * @file
     3 *
     4 * @ingroup arm_gdbarmsim
     5 *
     6 * @brief Software interrupt definitions.
     7 */
     8
    19/*
    210 *  Copied from libgloss 1 Oct 2009.
Note: See TracChangeset for help on using the changeset viewer.