mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 20:33:49 -04:00
Continue work on the SH2A port.
This commit is contained in:
parent
04c48138a8
commit
9b27b75715
4 changed files with 53 additions and 54 deletions
|
@ -102,6 +102,9 @@ portSTACK_TYPE and portBASE_TYPE. */
|
|||
void vPortYield( void );
|
||||
#define portYIELD() vPortYield()
|
||||
|
||||
extern void vTaskSwitchContext( void );
|
||||
#define portYIELD_FROM_ISR( x ) if( x != pdFALSE ) vTaskSwitchContext()
|
||||
|
||||
/*
|
||||
* This function tells the kernel that the task referenced by xTask is going to
|
||||
* use the floating point registers and therefore requires the floating point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue