test: kernel: context: Add Renesas RCar CMT timer
This test require explicit definition of the timer irq. Signed-off-by: Julien Massot <julien.massot@iot.bzh>
This commit is contained in:
parent
72e4372cbf
commit
68c54bfa33
|
@ -73,6 +73,8 @@
|
|||
#define TICK_IRQ DT_IRQN(DT_ALIAS(system_lptmr))
|
||||
#elif defined(CONFIG_XLNX_PSTTC_TIMER)
|
||||
#define TICK_IRQ DT_IRQN(DT_INST(0, xlnx_ttcps))
|
||||
#elif defined(CONFIG_RCAR_CMT_TIMER)
|
||||
#define TICK_IRQ DT_IRQN(DT_INST(0, renesas_rcar_cmt))
|
||||
#elif defined(CONFIG_CPU_CORTEX_M)
|
||||
/*
|
||||
* The Cortex-M use the SYSTICK exception for the system timer, which is
|
||||
|
|
Loading…
Reference in a new issue