Porting to Renesas RISC-V MCU - portasmHANDLE_INTERRUPT

Hi everyone, I am working a porting on Renesas RISC-V MCU (R9A02G021). The problems I am encoutering are many, I’ll start by exposing one of them.

The problem is about portasmHANDLE_INTERRUPT. On the website (Using FreeRTOS on RISC-V Microcontrollers - FreeRTOS™) it is stated that it must be declared as an assembler macro. It is not clear to me what this routine should do and where shuold I look for it. If I am unable to find it, how should I implement it?
Also this is stated to be responsible for managing external interrupts. Are the MTIME interrupts considered external? I have a problem regarding the non increasing of the value of xTickCount, but probably that’s for another thread.

Apologies for the inconvenience - we need to update our documentation but this macro is no longer needed.

We handle MTIME in the port itself - FreeRTOS-Kernel/portable/GCC/RISC-V/portASM.S at main · FreeRTOS/FreeRTOS-Kernel · GitHub.

You can try to refer one of these demos -