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.
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 havexPortIsInsideInterrupt()implementation.However, I'm not sure where exactly the wrapper should be since the
xPortIsInsideInterrupt()implementation lives on theportable/side.Nice library by the way! I've just started using it.