dev/irq: Improve Doxgyen group assignments

Make the GIC interrupt controller support a subgroup of the generic interrupt
controller support.
This commit is contained in:
Sebastian Huber
2024-04-10 14:47:51 +02:00
committed by Amar Takhar
parent 39584528e9
commit bc7e6ae550
11 changed files with 94 additions and 29 deletions

View File

@@ -3,9 +3,10 @@
/**
* @file
*
* @ingroup RTEMSBSPsShared
* @ingroup DevIRQGIC
*
* @brief This source file contains the interrupt get attribute implementation.
* @brief This source file contains the implementation of
* bsp_interrupt_get_attributes() for the GICv2.
*/
/*

View File

@@ -3,9 +3,11 @@
/**
* @file
*
* @ingroup RTEMSBSPsShared
* @ingroup DevIRQGIC
*
* @brief This source file contains the interrupt get attribute implementation.
* @brief This source file contains the implementation of
* bsp_interrupt_get_attributes() for the GICv2 of Xilinx Zynq UltraScale+
* MPSoC and RFSoC devices.
*/
/*

View File

@@ -3,9 +3,10 @@
/**
* @file
*
* @ingroup RTEMSBSPsARMShared
* @ingroup DevIRQGIC
*
* @brief This source file contains the implementation of ARM GICv2 support.
* @brief This source file contains the implementation of the generic GICv2
* support.
*/
/*

View File

@@ -1,6 +1,15 @@
/*
* SPDX-License-Identifier: BSD-2-Clause
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup DevIRQGIC
*
* @brief This source file contains the implementation of the generic GICv3
* support.
*/
/*
* Copyright (C) 2019 On-Line Applications Research Corporation (OAR)
*
* Redistribution and use in source and binary forms, with or without