Skip to content

Commit 27cf263

Browse files
mmahadevan108dleach02
authored andcommitted
tests: arch: arm_irq_vector_table: Update to run on MXRT595
Update the custom vector table to add the OS Event timer interrupt which is used on RT595 as the kernel system timer Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent aeabe6c commit 27cf263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/arch/arm/arm_irq_vector_table/src/arm_irq_vector_table.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ vth __irq_vector_table _irq_vector_table[] = {
227227
isr0, isr1, isr2, 0,
228228
rtc_isr
229229
};
230-
#elif defined(CONFIG_SOC_SERIES_IMX_RT6XX) && defined(CONFIG_MCUX_OS_TIMER)
230+
#elif defined(CONFIG_SOC_SERIES_IMX_RT6XX) || defined(CONFIG_SOC_SERIES_IMX_RT5XX) && \
231+
defined(CONFIG_MCUX_OS_TIMER)
231232
/* MXRT685 employs a OS Event timer to implement the Kernel system
232233
* timer, instead of the ARM Cortex-M SysTick. Therefore, a pointer to
233234
* the timer ISR needs to be added in the custom vector table to handle

0 commit comments

Comments
 (0)