summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc32xx
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-23 15:48:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-24 09:56:53 +0100
commitd36070fec8758a745a0b33f1ffa9f8192fceec51 (patch)
tree1fc77b95d0588a6288dae6f2869fce3443a88221 /bsps/arm/lpc32xx
parentcpuuse: Use standard wording and group name (diff)
downloadrtems-d36070fec8758a745a0b33f1ffa9f8192fceec51.tar.bz2
intr: Add Interrupt Manager implementation group
The shared BSP interrupt controller support code actually implements parts of the Interrupt Manager. Update #3706.
Diffstat (limited to 'bsps/arm/lpc32xx')
-rw-r--r--bsps/arm/lpc32xx/include/bsp/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/lpc32xx/include/bsp/irq.h b/bsps/arm/lpc32xx/include/bsp/irq.h
index ea3c116a58..582bcb9568 100644
--- a/bsps/arm/lpc32xx/include/bsp/irq.h
+++ b/bsps/arm/lpc32xx/include/bsp/irq.h
@@ -51,7 +51,7 @@ extern "C" {
*
* @ingroup RTEMSBSPsARMLPC32XX
*
- * @ingroup bsp_interrupt
+ * @ingroup RTEMSImplClassicIntr
*
* @{
*/