Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks.

This commit is contained in:
Richard Barry 2008-07-25 02:42:33 +00:00
parent 8b02e015ba
commit 512c86194f
7 changed files with 294 additions and 68 deletions

View file

@ -86,7 +86,7 @@ volatile unsigned portLONG ulMaxJitter = 0;
/*-----------------------------------------------------------*/
void vSetupTimer( void )
void vSetupHighFrequencyTimer( void )
{
unsigned long ulFrequency;
@ -120,7 +120,8 @@ unsigned long ulFrequency;
void Timer0IntHandler( void )
{
unsigned portLONG ulDifference, ulCurrentCount;
unsigned portLONG ulDifference;
volatile unsigned portLONG ulCurrentCount;
static unsigned portLONG ulMaxDifference = 0, ulLastCount = 0;
/* We use the timer 1 counter value to measure the clock cycles between