2015-05-31 04:09 PM
Just that, I need to youse a freeRTOS semaphore on a ISR and need to use vPortYieldFromISR, but it's not defined. But I see on http://www.freertos.org/FreeRTOS-for-STM32F4xx-Cortex-M4F-IAR.html that portEND_SWITCHING_ISR is used on ISR.
So just to be sure, it's portEND_SWITCHING_ISR the macro that should be use insted of vPortYieldFromISR? Thank!