Skip to content

Commit

Permalink
soc: nxp: mcxw: Update IRQ Size for MCXW to remove reserved IRQ
Browse files Browse the repository at this point in the history
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 <emilio.benavente@nxp.com>
  • Loading branch information
EmilioCBen authored and mmahadevan108 committed Nov 8, 2024
1 parent 9861a6a commit c06ecf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/nxp/mcx/mcxw/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c06ecf9

Please sign in to comment.