Go to the documentation of this file.
65 #ifndef FREERTOS_CONFIG_H
66 #define FREERTOS_CONFIG_H
83 #define configUSE_PREEMPTION 1
84 #define configUSE_IDLE_HOOK 0
85 #define configUSE_TICK_HOOK 1
86 #define configCPU_CLOCK_HZ ( ( unsigned long ) 72000000 )
87 #define configTICK_RATE_HZ ( ( portTickType ) 1000 )
88 #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
89 #define configMINIMAL_STACK_SIZE ( ( unsigned short ) 128 )
90 #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 17 * 1024 ) )
91 #define configMAX_TASK_NAME_LEN ( 16 )
92 #define configUSE_TRACE_FACILITY 0
93 #define configUSE_16_BIT_TICKS 0
94 #define configIDLE_SHOULD_YIELD 1
95 #define configUSE_MUTEXES 1
96 #define configUSE_RECURSIVE_MUTEXES 1
97 #define configUSE_NEWLIB_REENTRANT 1
100 #define configUSE_CO_ROUTINES 0
101 #define configMAX_CO_ROUTINE_PRIORITIES ( 2 )
106 #define INCLUDE_vTaskPrioritySet 1
107 #define INCLUDE_uxTaskPriorityGet 1
108 #define INCLUDE_vTaskDelete 1
109 #define INCLUDE_vTaskCleanUpResources 0
110 #define INCLUDE_vTaskSuspend 1
111 #define INCLUDE_vTaskDelayUntil 1
112 #define INCLUDE_vTaskDelay 1
116 #define configKERNEL_INTERRUPT_PRIORITY 255
119 #define configMAX_SYSCALL_INTERRUPT_PRIORITY 191
126 #define configLIBRARY_KERNEL_INTERRUPT_PRIORITY 15