Go to the documentation of this file. 1 #ifndef FREERTOS_CONFIG_H
2 #define FREERTOS_CONFIG_H
13 #define configAPPLICATION_ALLOCATED_HEAP 0
14 #define configCHECK_FOR_STACK_OVERFLOW 0
15 #define configCPU_CLOCK_HZ 100000000
16 #define configSUPPORT_DYNAMIC_ALLOCATION 1
17 #define configGENERATE_RUN_TIME_STATS 0
18 #define configIDLE_SHOULD_YIELD 0
19 #define configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS 0
20 #define configKERNEL_INTERRUPT_PRIORITY 0
21 #define configMAX_CO_ROUTINE_PRIORITIES 0
22 #define configMAX_PRIORITIES 7
23 #define configMAX_TASK_NAME_LEN 15
24 #define configMAX_SYSCALL_INTERRUPT_PRIORITY 1
25 #define configMINIMAL_STACK_SIZE 120
26 #define configNUM_THREAD_LOCAL_STORAGE_POINTERS 0
27 #define configQUEUE_REGISTRY_SIZE 0
28 #define configSUPPORT_STATIC_ALLOCATION 0
29 #define configTICK_RATE_HZ 1000
30 #define configTIMER_QUEUE_LENGTH 10
31 #define configTIMER_TASK_PRIORITY 1
32 #define configTIMER_TASK_STACK_DEPTH 200
33 #define configTOTAL_HEAP_SIZE 12000
34 #define configUSE_16_BIT_TICKS 0
35 #define configUSE_APPLICATION_TASK_TAG 0
36 #define configUSE_CO_ROUTINES 0
37 #define configUSE_COUNTING_SEMAPHORES 0
38 #define configUSE_DAEMON_TASK_STARTUP_HOOK 0
39 #define configUSE_IDLE_HOOK 1
40 #define configUSE_MALLOC_FAILED_HOOK 0
41 #define configUSE_MUTEXES 0
42 #define configUSE_NEWLIB_REENTRANT 0
43 #define configUSE_PORT_OPTIMISED_TASK_SELECTION 0
44 #define configUSE_PREEMPTION 1
45 #define configUSE_QUEUE_SETS 0
46 #define configUSE_RECURSIVE_MUTEXES 0
47 #define configUSE_STATS_FORMATTING_FUNCTIONS 0
48 #define configUSE_TASK_NOTIFICATIONS 1
49 #define configUSE_TICK_HOOK 0
50 #define configUSE_TICKLESS_IDLE 0
51 #define configUSE_TIMERS 0
52 #define configUSE_TIME_SLICING 1
53 #define configUSE_TRACE_FACILITY 0
58 #define INCLUDE_xEventGroupSetBitsFromISR 0
59 #define INCLUDE_xSemaphoreGetMutexHolder 0
60 #define INCLUDE_xTaskAbortDelay 0
61 #define INCLUDE_vTaskDelay 1
62 #define INCLUDE_vTaskDelayUntil 1
63 #define INCLUDE_vTaskDelete 1
64 #define INCLUDE_xTaskGetCurrentTaskHandle 1
65 #define INCLUDE_xTaskGetHandle 0
66 #define INCLUDE_xTaskGetIdleTaskHandle 0
67 #define INCLUDE_xTaskGetSchedulerState 0
68 #define INCLUDE_uxTaskGetStackHighWaterMark 0
69 #define INCLUDE_uxTaskPriorityGet 1
70 #define INCLUDE_vTaskPrioritySet 1
71 #define INCLUDE_xTaskResumeFromISR 0
72 #define INCLUDE_eTaskGetState 1
73 #define INCLUDE_vTaskSuspend 1
74 #define INCLUDE_xTimerPendFunctionCall 0
79 #define xPortPendSVHandler PendSV_Handler
80 #define vPortSVCHandler SVC_Handler
81 #define xPortSysTickHandler SysTick_Handler