|
|
@ -1,5 +1,5 @@
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry.
|
|
|
|
FreeRTOS.org V4.3.1 - Copyright (C) 2003-2007 Richard Barry.
|
|
|
|
|
|
|
|
|
|
|
|
This file is part of the FreeRTOS.org distribution.
|
|
|
|
This file is part of the FreeRTOS.org distribution.
|
|
|
|
|
|
|
|
|
|
|
@ -86,6 +86,12 @@ static void prvSetupTimerInterrupt( void );
|
|
|
|
extern void vSetMSP( unsigned long ulValue );
|
|
|
|
extern void vSetMSP( unsigned long ulValue );
|
|
|
|
extern void vSetPSP( unsigned long ulValue );
|
|
|
|
extern void vSetPSP( unsigned long ulValue );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
* Utilities called from the assembler code.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
void vPortSwitchContext( void );
|
|
|
|
|
|
|
|
void vPortIncrementTick( void );
|
|
|
|
|
|
|
|
|
|
|
|
/*-----------------------------------------------------------*/
|
|
|
|
/*-----------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|