mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks.
This commit is contained in:
parent
8b02e015ba
commit
512c86194f
7 changed files with 294 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue