Continue work on the SH2A port.

This commit is contained in:
Richard Barry 2010-02-15 17:16:38 +00:00
parent 04c48138a8
commit 9b27b75715
4 changed files with 53 additions and 54 deletions

View file

@ -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