intr: Add Interrupt Manager implementation group

The shared BSP interrupt controller support code actually implements
parts of the Interrupt Manager.

Update #3706.
This commit is contained in:
Sebastian Huber
2023-01-23 15:48:48 +01:00
parent 0340fd9a98
commit d36070fec8
35 changed files with 59 additions and 59 deletions

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief BSP interrupt support for LM32.
*/
@@ -41,7 +41,7 @@
#include <stdint.h>
/**
* @addtogroup bsp_interrupt
* @addtogroup RTEMSImplClassicIntr
*
* @{
*/