freertos-addons icon indicating copy to clipboard operation
freertos-addons copied to clipboard

Add portYIELD_FROM_ISR as a macro refering to vPortYieldFromISR()

Open eclig opened this issue 4 years ago • 0 comments

Define portYIELD_FROM_ISR in the Linux port. This function is used in numerous FreeRTOS examples, e.g. https://www.freertos.org/vTaskNotifyGiveFromISR.html.

eclig avatar Dec 08 '20 08:12 eclig