mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
freertos-smp: update FreeRTOS SMP kernel
This commit updates the FreeRTOS SMP kernel to commit id 2eff03708 from the upstream smp branch, which is the latest as on date.
This commit is contained in:
parent
9cbf34b53d
commit
e3e2ac979a
@ -709,17 +709,13 @@ static void prvYieldCore( BaseType_t xCoreID )
|
||||
{
|
||||
xYieldPendings[ xCoreID ] = pdTRUE;
|
||||
}
|
||||
|
||||
#ifdef ESP_PLATFORM
|
||||
// TODO: IDF-5256
|
||||
#if ( configNUM_CORES > 1 )
|
||||
else
|
||||
{
|
||||
portYIELD_CORE( xCoreID );
|
||||
pxCurrentTCBs[ xCoreID ]->xTaskRunState = taskTASK_YIELDING;
|
||||
}
|
||||
#endif /* ( configNUM_CORES > 1 ) */
|
||||
#endif /* ESP_PLATFORM */
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user