uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FreeRTOSConfig.h File Reference

Go to the source code of this file.

Macros

#define configUSE_PREEMPTION   1
 
#define configUSE_IDLE_HOOK   1
 
#define configMAX_PRIORITIES   ( ( unsigned portBASE_TYPE ) 5 )
 
#define configUSE_TICK_HOOK   1
 
#define configCPU_CLOCK_HZ   ( SystemCoreClock )
 
#define configTICK_RATE_HZ   ( ( portTickType ) 1000 )
 
#define configMINIMAL_STACK_SIZE   ( ( unsigned short ) 128 )
 
#define configTOTAL_HEAP_SIZE   ( ( size_t ) ( 19 * 1024 ) )
 
#define configMAX_TASK_NAME_LEN   ( 12 )
 
#define configUSE_TRACE_FACILITY   0
 
#define configUSE_16_BIT_TICKS   0
 
#define configIDLE_SHOULD_YIELD   1
 
#define configUSE_CO_ROUTINES   0
 
#define configUSE_MUTEXES   1
 
#define configUSE_NEWLIB_REENTRANT   1
 
#define configMAX_CO_ROUTINE_PRIORITIES   ( 2 )
 
#define configUSE_COUNTING_SEMAPHORES   0
 
#define configUSE_ALTERNATIVE_API   0
 
#define configCHECK_FOR_STACK_OVERFLOW   2
 
#define configUSE_RECURSIVE_MUTEXES   1
 
#define configQUEUE_REGISTRY_SIZE   10
 
#define configGENERATE_RUN_TIME_STATS   1
 
#define INCLUDE_vTaskPrioritySet   1
 
#define INCLUDE_uxTaskPriorityGet   1
 
#define INCLUDE_vTaskDelete   1
 
#define INCLUDE_vTaskCleanUpResources   0
 
#define INCLUDE_vTaskSuspend   1
 
#define INCLUDE_vTaskDelayUntil   1
 
#define INCLUDE_vTaskDelay   1
 
#define INCLUDE_uxTaskGetStackHighWaterMark   1
 
#define configPRIO_BITS   5 /* 32 priority levels */
 
#define configKERNEL_INTERRUPT_PRIORITY   ( 31 << (8 - configPRIO_BITS) )
 
#define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( 5 << (8 - configPRIO_BITS) )
 
#define configEMAC_INTERRUPT_PRIORITY   5
 
#define configUSB_INTERRUPT_PRIORITY   6
 
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS()   vConfigureTimerForRunTimeStats()
 
#define portGET_RUN_TIME_COUNTER_VALUE()   (LPC_TIM0->TC)
 

Functions

void vConfigureTimerForRunTimeStats (void)
 

Macro Definition Documentation

#define configCHECK_FOR_STACK_OVERFLOW   2

Definition at line 24 of file FreeRTOSConfig.h.

#define configCPU_CLOCK_HZ   ( SystemCoreClock )

Definition at line 8 of file FreeRTOSConfig.h.

#define configEMAC_INTERRUPT_PRIORITY   5

Definition at line 55 of file FreeRTOSConfig.h.

#define configGENERATE_RUN_TIME_STATS   1

Definition at line 27 of file FreeRTOSConfig.h.

#define configIDLE_SHOULD_YIELD   1

Definition at line 15 of file FreeRTOSConfig.h.

#define configKERNEL_INTERRUPT_PRIORITY   ( 31 << (8 - configPRIO_BITS) )

Definition at line 46 of file FreeRTOSConfig.h.

#define configMAX_CO_ROUTINE_PRIORITIES   ( 2 )

Definition at line 20 of file FreeRTOSConfig.h.

#define configMAX_PRIORITIES   ( ( unsigned portBASE_TYPE ) 5 )

Definition at line 6 of file FreeRTOSConfig.h.

#define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( 5 << (8 - configPRIO_BITS) )

Definition at line 48 of file FreeRTOSConfig.h.

#define configMAX_TASK_NAME_LEN   ( 12 )

Definition at line 12 of file FreeRTOSConfig.h.

#define configMINIMAL_STACK_SIZE   ( ( unsigned short ) 128 )

Definition at line 10 of file FreeRTOSConfig.h.

#define configPRIO_BITS   5 /* 32 priority levels */

Definition at line 42 of file FreeRTOSConfig.h.

#define configQUEUE_REGISTRY_SIZE   10

Definition at line 26 of file FreeRTOSConfig.h.

#define configTICK_RATE_HZ   ( ( portTickType ) 1000 )

Definition at line 9 of file FreeRTOSConfig.h.

#define configTOTAL_HEAP_SIZE   ( ( size_t ) ( 19 * 1024 ) )

Definition at line 11 of file FreeRTOSConfig.h.

#define configUSB_INTERRUPT_PRIORITY   6

Definition at line 56 of file FreeRTOSConfig.h.

#define configUSE_16_BIT_TICKS   0

Definition at line 14 of file FreeRTOSConfig.h.

#define configUSE_ALTERNATIVE_API   0

Definition at line 23 of file FreeRTOSConfig.h.

#define configUSE_CO_ROUTINES   0

Definition at line 16 of file FreeRTOSConfig.h.

#define configUSE_COUNTING_SEMAPHORES   0

Definition at line 22 of file FreeRTOSConfig.h.

#define configUSE_IDLE_HOOK   1

Definition at line 5 of file FreeRTOSConfig.h.

#define configUSE_MUTEXES   1

Definition at line 17 of file FreeRTOSConfig.h.

#define configUSE_NEWLIB_REENTRANT   1

Definition at line 18 of file FreeRTOSConfig.h.

#define configUSE_PREEMPTION   1

Definition at line 4 of file FreeRTOSConfig.h.

#define configUSE_RECURSIVE_MUTEXES   1

Definition at line 25 of file FreeRTOSConfig.h.

#define configUSE_TICK_HOOK   1

Definition at line 7 of file FreeRTOSConfig.h.

#define configUSE_TRACE_FACILITY   0

Definition at line 13 of file FreeRTOSConfig.h.

#define INCLUDE_uxTaskGetStackHighWaterMark   1

Definition at line 36 of file FreeRTOSConfig.h.

#define INCLUDE_uxTaskPriorityGet   1

Definition at line 30 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskCleanUpResources   0

Definition at line 32 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelay   1

Definition at line 35 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelayUntil   1

Definition at line 34 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelete   1

Definition at line 31 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskPrioritySet   1

Definition at line 29 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskSuspend   1

Definition at line 33 of file FreeRTOSConfig.h.

#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS ( )    vConfigureTimerForRunTimeStats()

Definition at line 62 of file FreeRTOSConfig.h.

#define portGET_RUN_TIME_COUNTER_VALUE ( )    (LPC_TIM0->TC)

Definition at line 63 of file FreeRTOSConfig.h.

Function Documentation

void vConfigureTimerForRunTimeStats ( void  )

Definition at line 5 of file hooks.c.