Skip to content

Missing wrapper for xPortIsInsideInterrupt() #16

@lukasnee

Description

@lukasnee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions