mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 13:23:50 -04:00
Minor updates to the MSP430X CCS4 demo application.
This commit is contained in:
parent
2b92b7a5d9
commit
1b96233cf1
2 changed files with 16 additions and 5 deletions
|
@ -111,11 +111,11 @@ to exclude the API function. */
|
|||
|
||||
/* The MSP430X port uses a callback function to configure its tick interrupt.
|
||||
This allows the application to choose the tick interrupt source.
|
||||
configTICK_INTERRUPT_VECTOR must also be set in FreeRTOSConfig.h to the correct
|
||||
interrupt vector for the chosen tick interrupt source. This implementation of
|
||||
configTICK_VECTOR must also be set in FreeRTOSConfig.h to the correct interrupt
|
||||
vector for the chosen tick interrupt source. This implementation of
|
||||
vApplicationSetupTimerInterrupt() generates the tick from timer A0, so in this
|
||||
case configTICK_INTERRUPT_VECTOR is set to TIMER0_A0_VECTOR. */
|
||||
#define configTICK_INTERRUPT_VECTOR TIMER0_A0_VECTOR
|
||||
case configTICK_VECTOR is set to TIMER0_A0_VECTOR. */
|
||||
#define configTICK_VECTOR TIMER0_A0_VECTOR
|
||||
|
||||
extern void vConfigureTimerForRunTimeStats( void );
|
||||
extern unsigned long ulGetRunTimeStatsTime( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue