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 <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
aeabe6c70c
commit
27cf263673
1 changed files with 2 additions and 1 deletions
|
@ -227,7 +227,8 @@ vth __irq_vector_table _irq_vector_table[] = {
|
||||||
isr0, isr1, isr2, 0,
|
isr0, isr1, isr2, 0,
|
||||||
rtc_isr
|
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
|
/* MXRT685 employs a OS Event timer to implement the Kernel system
|
||||||
* timer, instead of the ARM Cortex-M SysTick. Therefore, a pointer to
|
* 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
|
* the timer ISR needs to be added in the custom vector table to handle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue