Skip to content

Commit

Permalink
tests: arch: arm_irq_vector_table: Update to run on MXRT595
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mmahadevan108 authored and dleach02 committed Jan 19, 2022
1 parent aeabe6c commit 27cf263
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ vth __irq_vector_table _irq_vector_table[] = {
isr0, isr1, isr2, 0,
rtc_isr
};
#elif defined(CONFIG_SOC_SERIES_IMX_RT6XX) && defined(CONFIG_MCUX_OS_TIMER)
#elif defined(CONFIG_SOC_SERIES_IMX_RT6XX) || defined(CONFIG_SOC_SERIES_IMX_RT5XX) && \
defined(CONFIG_MCUX_OS_TIMER)
/* MXRT685 employs a OS Event timer to implement the Kernel system
* timer, instead of the ARM Cortex-M SysTick. Therefore, a pointer to
* the timer ISR needs to be added in the custom vector table to handle
Expand Down

0 comments on commit 27cf263

Please sign in to comment.