Changeset d0dd98c in rtems
- Timestamp:
- 03/15/23 07:55:12 (7 months ago)
- 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)
- Location:
- cpukit/score/cpu/sparc/include/rtems
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/sparc/include/rtems/asm.h
r3a6efa2 rd0dd98c 2 2 * @file 3 3 * 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. 6 8 * 7 9 * This include file attempts to address the problems -
cpukit/score/cpu/sparc/include/rtems/score/cpu.h
r3a6efa2 rd0dd98c 4 4 * @file 5 5 * 6 * @ brief SPARC CPU Department Source7 * 8 * This include file contains information pertaining to the port of9 * theexecutive 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. 10 10 */ 11 11 -
cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
r3a6efa2 rd0dd98c 4 4 * @file 5 5 * 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. 7 10 */ 8 11 -
cpukit/score/cpu/sparc/include/rtems/score/sparc.h
r3a6efa2 rd0dd98c 4 4 * @file 5 5 * 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. 8 10 * 9 11 * This file contains the information required to build -
cpukit/score/cpu/sparc/include/rtems/score/sparcimpl.h
r3a6efa2 rd0dd98c 1 1 /* 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 */ 2 10 3 11 /*
Note: See TracChangeset
for help on using the changeset viewer.