LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FreeRTOSConfig.h File Reference
#include "board.h"

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   0
 
#define configCPU_CLOCK_HZ   ( ( unsigned long ) SystemCoreClock )
 
#define configTICK_RATE_HZ   ( ( portTickType ) 1000 )
 
#define configMINIMAL_STACK_SIZE   ( ( unsigned short ) 128 )
 
#define configTOTAL_HEAP_SIZE   ( ( size_t ) ( 0 ) )
 
#define configMAX_TASK_NAME_LEN   ( 20 )
 
#define configUSE_TRACE_FACILITY   1
 
#define configUSE_16_BIT_TICKS   0
 
#define configUSE_MALLOC_FAILED_HOOK   1
 
#define configIDLE_SHOULD_YIELD   1
 
#define configUSE_CO_ROUTINES   0
 
#define configUSE_MUTEXES   1
 
#define configMAX_CO_ROUTINE_PRIORITIES   ( 2 )
 
#define configUSE_COUNTING_SEMAPHORES   1
 
#define configUSE_ALTERNATIVE_API   0
 
#define configCHECK_FOR_STACK_OVERFLOW   1
 
#define configUSE_RECURSIVE_MUTEXES   1
 
#define configQUEUE_REGISTRY_SIZE   10
 
#define configGENERATE_RUN_TIME_STATS   0
 
#define INCLUDE_vTaskPrioritySet   1
 
#define INCLUDE_uxTaskPriorityGet   1
 
#define INCLUDE_vTaskDelete   1
 
#define INCLUDE_vTaskCleanUpResources   1
 
#define INCLUDE_vTaskSuspend   1
 
#define INCLUDE_vTaskDelayUntil   1
 
#define INCLUDE_vTaskDelay   1
 
#define INCLUDE_uxTaskGetStackHighWaterMark   1
 
#define configPRIO_BITS   5 /* 32 priority levels */
 

Macro Definition Documentation

#define configCHECK_FOR_STACK_OVERFLOW   1

Definition at line 98 of file FreeRTOSConfig.h.

#define configCPU_CLOCK_HZ   ( ( unsigned long ) SystemCoreClock )

Definition at line 76 of file FreeRTOSConfig.h.

#define configGENERATE_RUN_TIME_STATS   0

Definition at line 101 of file FreeRTOSConfig.h.

#define configIDLE_SHOULD_YIELD   1

Definition at line 90 of file FreeRTOSConfig.h.

#define configMAX_CO_ROUTINE_PRIORITIES   ( 2 )

Definition at line 94 of file FreeRTOSConfig.h.

#define configMAX_PRIORITIES   ( ( unsigned portBASE_TYPE ) 5 )

Definition at line 74 of file FreeRTOSConfig.h.

#define configMAX_TASK_NAME_LEN   ( 20 )

Definition at line 86 of file FreeRTOSConfig.h.

#define configMINIMAL_STACK_SIZE   ( ( unsigned short ) 128 )

Definition at line 78 of file FreeRTOSConfig.h.

#define configPRIO_BITS   5 /* 32 priority levels */

Definition at line 119 of file FreeRTOSConfig.h.

#define configQUEUE_REGISTRY_SIZE   10

Definition at line 100 of file FreeRTOSConfig.h.

#define configTICK_RATE_HZ   ( ( portTickType ) 1000 )

Definition at line 77 of file FreeRTOSConfig.h.

#define configTOTAL_HEAP_SIZE   ( ( size_t ) ( 0 ) )

Definition at line 83 of file FreeRTOSConfig.h.

#define configUSE_16_BIT_TICKS   0

Definition at line 88 of file FreeRTOSConfig.h.

#define configUSE_ALTERNATIVE_API   0

Definition at line 97 of file FreeRTOSConfig.h.

#define configUSE_CO_ROUTINES   0

Definition at line 91 of file FreeRTOSConfig.h.

#define configUSE_COUNTING_SEMAPHORES   1

Definition at line 96 of file FreeRTOSConfig.h.

#define configUSE_IDLE_HOOK   1

Definition at line 73 of file FreeRTOSConfig.h.

#define configUSE_MALLOC_FAILED_HOOK   1

Definition at line 89 of file FreeRTOSConfig.h.

#define configUSE_MUTEXES   1

Definition at line 92 of file FreeRTOSConfig.h.

#define configUSE_PREEMPTION   1

Definition at line 72 of file FreeRTOSConfig.h.

#define configUSE_RECURSIVE_MUTEXES   1

Definition at line 99 of file FreeRTOSConfig.h.

#define configUSE_TICK_HOOK   0

Definition at line 75 of file FreeRTOSConfig.h.

#define configUSE_TRACE_FACILITY   1

Definition at line 87 of file FreeRTOSConfig.h.

#define INCLUDE_uxTaskGetStackHighWaterMark   1

Definition at line 113 of file FreeRTOSConfig.h.

#define INCLUDE_uxTaskPriorityGet   1

Definition at line 107 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskCleanUpResources   1

Definition at line 109 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelay   1

Definition at line 112 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelayUntil   1

Definition at line 111 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelete   1

Definition at line 108 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskPrioritySet   1

Definition at line 106 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskSuspend   1

Definition at line 110 of file FreeRTOSConfig.h.