forked from Imagelibrary/rtems
aarch64: Add files to Doxygen groups
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @brief CPU Thread Idle Body
|
* @ingroup RTEMSScoreCPUAArch64
|
||||||
|
*
|
||||||
|
* @brief This source file contains the AArch64-specific
|
||||||
|
* _CPU_Thread_Idle_body() implementation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -3,7 +3,10 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @brief AArch64 Assembler Support API
|
* @ingroup RTEMSScoreCPUAArch64ASM
|
||||||
|
*
|
||||||
|
* @brief This header file provides interfaces to address problems caused by
|
||||||
|
* incompatible flavor of assemblers and toolsets.
|
||||||
*
|
*
|
||||||
* This include file attempts to address the problems
|
* This include file attempts to address the problems
|
||||||
* caused by incompatible flavors of assemblers and
|
* caused by incompatible flavors of assemblers and
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSScoreCPUAArch64
|
||||||
|
*
|
||||||
* @brief This header file provides the API to read and write the AArch64
|
* @brief This header file provides the API to read and write the AArch64
|
||||||
* system registers.
|
* system registers.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSScoreCPU
|
* @ingroup RTEMSScoreCPUAArch64
|
||||||
*
|
*
|
||||||
* @brief AArch64 Architecture Support API
|
* @brief This header file provides interfaces of the AArch64 CPU port.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -46,7 +46,11 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup RTEMSScoreCPUAArch64
|
* @defgroup RTEMSScoreCPUAArch64 AArch64
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSScoreCPU
|
||||||
|
*
|
||||||
|
* @brief This group contains the AArch64 CPU port.
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user