From c06ecf9a5083d2bf61fd00cc897548e25a56d10f Mon Sep 17 00:00:00 2001 From: Emilio Benavente Date: Wed, 6 Nov 2024 16:03:19 -0600 Subject: [PATCH] soc: nxp: mcxw: Update IRQ Size for MCXW to remove reserved IRQ The FRDM_MCXW71 Platform has a reserved IRQ as its last IRQ, this test was using this IRQ to test an interrupt and would not fire. This change ensures the test does not use the reserved IRQ. Signed-off-by: Emilio Benavente --- soc/nxp/mcx/mcxw/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/nxp/mcx/mcxw/Kconfig.defconfig b/soc/nxp/mcx/mcxw/Kconfig.defconfig index 6a106466e67c6e..8d715a3aaf7122 100644 --- a/soc/nxp/mcx/mcxw/Kconfig.defconfig +++ b/soc/nxp/mcx/mcxw/Kconfig.defconfig @@ -4,7 +4,7 @@ if SOC_SERIES_MCXW config NUM_IRQS - default 76 + default 75 config SYS_CLOCK_HW_CYCLES_PER_SEC default 96000000 if CORTEX_M_SYSTICK