Changeset d0dd98c in rtems


Ignore:
Timestamp:
03/15/23 07:55:12 (7 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
10ff982
Parents:
3a6efa2
git-author:
Sebastian Huber <sebastian.huber@…> (03/15/23 07:55:12)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/15/23 15:01:06)
Message:

sparc: Add header files to Doxygen group

Location:
cpukit/score/cpu/sparc/include/rtems
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/sparc/include/rtems/asm.h

    r3a6efa2 rd0dd98c  
    22 * @file
    33 *
    4  * @brief Address the Problems Caused by Incompatible Flavor of
    5  * Assemblers and Toolsets
     4 * @ingroup RTEMSScoreCPUSPARCASM
     5 *
     6 * @brief This header file provides interfaces to address problems caused by
     7 *   incompatible flavor of assemblers and toolsets.
    68 *
    79 * This include file attempts to address the problems
  • cpukit/score/cpu/sparc/include/rtems/score/cpu.h

    r3a6efa2 rd0dd98c  
    44 * @file
    55 *
    6  * @brief SPARC CPU Department Source
    7  *
    8  * This include file contains information pertaining to the port of
    9  * the executive to the SPARC processor.
     6 * @ingroup RTEMSScoreCPUSPARC
     7 *
     8 * @brief This header file defines interfaces pertaining to the port of the
     9 *   executive to the SPARC processor.
    1010 */
    1111
  • cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h

    r3a6efa2 rd0dd98c  
    44 * @file
    55 *
    6  * @brief CPU Port Implementation API
     6 * @ingroup RTEMSScoreCPUSPARC
     7 *
     8 * @brief This header file defines implementation interfaces pertaining to the
     9 *   port of the executive to the SPARC processor.
    710 */
    811
  • cpukit/score/cpu/sparc/include/rtems/score/sparc.h

    r3a6efa2 rd0dd98c  
    44 * @file
    55 *
    6  * @brief Information Required to Build RTEMS for a Particular Member
    7  * of the SPARC Family
     6 * @ingroup RTEMSScoreCPUSPARC
     7 *
     8 * @brief This header file provides information required to build RTEMS for a
     9 *   particular member of the SPARC family.
    810 *
    911 * This file contains the information required to build
  • cpukit/score/cpu/sparc/include/rtems/score/sparcimpl.h

    r3a6efa2 rd0dd98c  
    11/* SPDX-License-Identifier: BSD-2-Clause */
     2
     3/**
     4 * @file
     5 *
     6 * @ingroup RTEMSScoreCPUSPARC
     7 *
     8 * @brief This header file provides interfaces used by the SPARC port of RTEMS.
     9 */
    210
    311/*
Note: See TracChangeset for help on using the changeset viewer.