FreeRTOS-Cpp icon indicating copy to clipboard operation
FreeRTOS-Cpp copied to clipboard

Missing wrapper for `xPortIsInsideInterrupt()`

Open lukasnee opened this issue 6 months ago • 2 comments

Even though xPortIsInsideInterrupt() is not available on all ports of FreeRTOS, it would be very useful to have it wrapped. I personally develop on STM32 platform and use this function sometimes. AFAIK, all GCC ARM FreeRTOS ports have xPortIsInsideInterrupt() implementation.

However, I'm not sure where exactly the wrapper should be since the xPortIsInsideInterrupt() implementation lives on the portable/ side.

Nice library by the way! I've just started using it.

lukasnee avatar Jul 27 '25 21:07 lukasnee