Does portYIELD_FROM_ISR return?

marcjordan wrote on Wednesday, August 24, 2016:

If the bool paramater is true does the portYIELD_FROM_ISR function return to the caller after the scheduler sets up the task switch so the interrupt processing will proceed until complete, or does the scheduler swap in the new task and go to it w/o returning to the interrupt context that called portYIELD_FROM_ISR?

rtel wrote on Wednesday, August 24, 2016:

Depends on the port.