Loading...
Searching...
No Matches
3#define configUSE_PREEMPTION 1
4#define configUSE_IDLE_HOOK 0
5#define configUSE_TICK_HOOK 0
6#define configMAX_PRIORITIES 32
7#define configMINIMAL_STACK_SIZE ((configSTACK_DEPTH_TYPE) 192)
8#define configUSE_16_BIT_TICKS 1
9#define configIDLE_SHOULD_YIELD 1
10#define configUSE_MUTEXES 1
11#define configUSE_RECURSIVE_MUTEXES 1
12#define configUSE_APPLICATION_TASK_TAG 0
13#define configUSE_COUNTING_SEMAPHORES 1
14#define configQUEUE_REGISTRY_SIZE 8
15#define configUSE_QUEUE_SETS 0
16#define configUSE_TIME_SLICING 1
17#define configSTACK_DEPTH_TYPE uint16_t
18#define configSUPPORT_STATIC_ALLOCATION 0
19#define configSUPPORT_DYNAMIC_ALLOCATION 1
21#define configTOTAL_HEAP_SIZE (5 * 1024)
22#define configCHECK_FOR_STACK_OVERFLOW 0
23#define configUSE_MALLOC_FAILED_HOOK 0
24#define configUSE_DAEMON_TASK_STARTUP_HOOK 0
25#define configGENERATE_RUN_TIME_STATS 0
26#define configUSE_TRACE_FACILITY 0
27#define configUSE_STATS_FORMATTING_FUNCTIONS 0
28#define configUSE_TIMERS 1
29#define configTIMER_TASK_PRIORITY (configMAX_PRIORITIES - 1)
30#define configTIMER_QUEUE_LENGTH 10
31#define configTIMER_TASK_STACK_DEPTH 92
34#define configASSERT(x) assert(x)
36#define INCLUDE_vTaskPrioritySet 1
37#define INCLUDE_uxTaskPriorityGet 1
38#define INCLUDE_vTaskDelete 1
39#define INCLUDE_vTaskSuspend 1
40#define INCLUDE_vTaskDelayUntil 1
41#define INCLUDE_vTaskDelay 1
42#define INCLUDE_xTaskGetSchedulerState 1
43#define INCLUDE_xTaskGetCurrentTaskHandle 1
44#define INCLUDE_uxTaskGetStackHighWaterMark 1
45#define INCLUDE_xTaskGetIdleTaskHandle 1
46#define INCLUDE_eTaskGetState 1
47#define INCLUDE_xTimerPendFunctionCall 1
48#define INCLUDE_xTaskAbortDelay 1
49#define INCLUDE_xTaskGetHandle 1
50#define INCLUDE_xTaskResumeFromISR 1
51#define INCLUDE_xQueueGetMutexHolder 1