mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Add barrier instructions to the GCC CM3 ports.
This commit is contained in:
parent
67cc013ac3
commit
0527099b51
7 changed files with 70 additions and 43 deletions
|
@ -255,7 +255,7 @@ void vPortEndScheduler( void )
|
|||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
void vPortYieldFromISR( void )
|
||||
void vPortYield( void )
|
||||
{
|
||||
/* Set a PendSV to request a context switch. */
|
||||
portNVIC_INT_CTRL_REG = portNVIC_PENDSVSET_BIT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue