Resolved! AzureRTOS equivalent for portYIELD_FROM_ISR()
Hi Folks I am porting some code from an old project where i was using FreeRTOS 10 to AzureRTOS.At the end of an ISR callback i used to call portYIELD_FROM_ISR(yield) to give back to the OS(Scheduler) the control on the next valid tick. Is there any e...