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

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief Interrupt support.
*/