Skip to content

Commit 3f59fa3

Browse files
ChiHuaLkartben
authored andcommitted
soc: npcx: update the NUM_IRQS value for npcx4
The npcx4 SoC only uses 86 NVIC IRQ numbers. This commit updates the number from 128 to 86 to reduce the memory usage. Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
1 parent 69713f4 commit 3f59fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nuvoton/npcx/npcx4/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if SOC_SERIES_NPCX4
77

88
config NUM_IRQS
9-
default 128
9+
default 86
1010

1111
config CORTEX_M_SYSTICK
1212
default !NPCX_ITIM_TIMER

0 commit comments

Comments
 (0)