Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
Macros
FreeRTOSConfig.h File Reference

Go to the source code of this file.

Macros

#define configENABLE_FPU   0
 
#define configENABLE_MPU   0
 
#define configUSE_PREEMPTION   1
 
#define configSUPPORT_STATIC_ALLOCATION   1
 
#define configSUPPORT_DYNAMIC_ALLOCATION   1
 
#define configUSE_IDLE_HOOK   0
 
#define configUSE_TICK_HOOK   0
 
#define configCPU_CLOCK_HZ   ( SystemCoreClock )
 
#define configTICK_RATE_HZ   ((TickType_t)1000)
 
#define configMAX_PRIORITIES   ( 56 )
 
#define configMINIMAL_STACK_SIZE   ((uint16_t)128)
 
#define configTOTAL_HEAP_SIZE   ((size_t)15360)
 
#define configMAX_TASK_NAME_LEN   ( 16 )
 
#define configUSE_TRACE_FACILITY   1
 
#define configUSE_16_BIT_TICKS   0
 
#define configUSE_MUTEXES   1
 
#define configQUEUE_REGISTRY_SIZE   8
 
#define configUSE_RECURSIVE_MUTEXES   1
 
#define configUSE_COUNTING_SEMAPHORES   1
 
#define configUSE_PORT_OPTIMISED_TASK_SELECTION   0
 
#define configMESSAGE_BUFFER_LENGTH_TYPE   size_t
 
#define configUSE_CO_ROUTINES   0
 
#define configMAX_CO_ROUTINE_PRIORITIES   ( 2 )
 
#define configUSE_TIMERS   1
 
#define configTIMER_TASK_PRIORITY   ( 2 )
 
#define configTIMER_QUEUE_LENGTH   10
 
#define configTIMER_TASK_STACK_DEPTH   256
 
#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_xTaskGetSchedulerState   1
 
#define INCLUDE_xTimerPendFunctionCall   1
 
#define INCLUDE_xQueueGetMutexHolder   1
 
#define INCLUDE_uxTaskGetStackHighWaterMark   1
 
#define INCLUDE_eTaskGetState   1
 
#define USE_FreeRTOS_HEAP_4
 
#define configPRIO_BITS   4
 
#define configLIBRARY_LOWEST_INTERRUPT_PRIORITY   15
 
#define configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY   5
 
#define configKERNEL_INTERRUPT_PRIORITY   ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
 
#define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
 
#define configASSERT(x)   if ((x) == 0) {taskDISABLE_INTERRUPTS(); for( ;; );}
 
#define vPortSVCHandler   SVC_Handler
 
#define xPortPendSVHandler   PendSV_Handler
 

Macro Definition Documentation

◆ configASSERT

#define configASSERT (   x)    if ((x) == 0) {taskDISABLE_INTERRUPTS(); for( ;; );}

Definition at line 142 of file FreeRTOSConfig.h.

◆ configCPU_CLOCK_HZ

#define configCPU_CLOCK_HZ   ( SystemCoreClock )

Definition at line 64 of file FreeRTOSConfig.h.

◆ configENABLE_FPU

#define configENABLE_FPU   0

Definition at line 56 of file FreeRTOSConfig.h.

◆ configENABLE_MPU

#define configENABLE_MPU   0

Definition at line 57 of file FreeRTOSConfig.h.

◆ configKERNEL_INTERRUPT_PRIORITY

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

Definition at line 134 of file FreeRTOSConfig.h.

◆ configLIBRARY_LOWEST_INTERRUPT_PRIORITY

#define configLIBRARY_LOWEST_INTERRUPT_PRIORITY   15

Definition at line 124 of file FreeRTOSConfig.h.

◆ configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY

#define configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY   5

Definition at line 130 of file FreeRTOSConfig.h.

◆ configMAX_CO_ROUTINE_PRIORITIES

#define configMAX_CO_ROUTINE_PRIORITIES   ( 2 )

Definition at line 85 of file FreeRTOSConfig.h.

◆ configMAX_PRIORITIES

#define configMAX_PRIORITIES   ( 56 )

Definition at line 66 of file FreeRTOSConfig.h.

◆ configMAX_SYSCALL_INTERRUPT_PRIORITY

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

Definition at line 137 of file FreeRTOSConfig.h.

◆ configMAX_TASK_NAME_LEN

#define configMAX_TASK_NAME_LEN   ( 16 )

Definition at line 69 of file FreeRTOSConfig.h.

◆ configMESSAGE_BUFFER_LENGTH_TYPE

#define configMESSAGE_BUFFER_LENGTH_TYPE   size_t

Definition at line 80 of file FreeRTOSConfig.h.

◆ configMINIMAL_STACK_SIZE

#define configMINIMAL_STACK_SIZE   ((uint16_t)128)

Definition at line 67 of file FreeRTOSConfig.h.

◆ configPRIO_BITS

#define configPRIO_BITS   4

Definition at line 119 of file FreeRTOSConfig.h.

◆ configQUEUE_REGISTRY_SIZE

#define configQUEUE_REGISTRY_SIZE   8

Definition at line 73 of file FreeRTOSConfig.h.

◆ configSUPPORT_DYNAMIC_ALLOCATION

#define configSUPPORT_DYNAMIC_ALLOCATION   1

Definition at line 61 of file FreeRTOSConfig.h.

◆ configSUPPORT_STATIC_ALLOCATION

#define configSUPPORT_STATIC_ALLOCATION   1

Definition at line 60 of file FreeRTOSConfig.h.

◆ configTICK_RATE_HZ

#define configTICK_RATE_HZ   ((TickType_t)1000)

Definition at line 65 of file FreeRTOSConfig.h.

◆ configTIMER_QUEUE_LENGTH

#define configTIMER_QUEUE_LENGTH   10

Definition at line 90 of file FreeRTOSConfig.h.

◆ configTIMER_TASK_PRIORITY

#define configTIMER_TASK_PRIORITY   ( 2 )

Definition at line 89 of file FreeRTOSConfig.h.

◆ configTIMER_TASK_STACK_DEPTH

#define configTIMER_TASK_STACK_DEPTH   256

Definition at line 91 of file FreeRTOSConfig.h.

◆ configTOTAL_HEAP_SIZE

#define configTOTAL_HEAP_SIZE   ((size_t)15360)

Definition at line 68 of file FreeRTOSConfig.h.

◆ configUSE_16_BIT_TICKS

#define configUSE_16_BIT_TICKS   0

Definition at line 71 of file FreeRTOSConfig.h.

◆ configUSE_CO_ROUTINES

#define configUSE_CO_ROUTINES   0

Definition at line 84 of file FreeRTOSConfig.h.

◆ configUSE_COUNTING_SEMAPHORES

#define configUSE_COUNTING_SEMAPHORES   1

Definition at line 75 of file FreeRTOSConfig.h.

◆ configUSE_IDLE_HOOK

#define configUSE_IDLE_HOOK   0

Definition at line 62 of file FreeRTOSConfig.h.

◆ configUSE_MUTEXES

#define configUSE_MUTEXES   1

Definition at line 72 of file FreeRTOSConfig.h.

◆ configUSE_PORT_OPTIMISED_TASK_SELECTION

#define configUSE_PORT_OPTIMISED_TASK_SELECTION   0

Definition at line 76 of file FreeRTOSConfig.h.

◆ configUSE_PREEMPTION

#define configUSE_PREEMPTION   1

Definition at line 59 of file FreeRTOSConfig.h.

◆ configUSE_RECURSIVE_MUTEXES

#define configUSE_RECURSIVE_MUTEXES   1

Definition at line 74 of file FreeRTOSConfig.h.

◆ configUSE_TICK_HOOK

#define configUSE_TICK_HOOK   0

Definition at line 63 of file FreeRTOSConfig.h.

◆ configUSE_TIMERS

#define configUSE_TIMERS   1

Definition at line 88 of file FreeRTOSConfig.h.

◆ configUSE_TRACE_FACILITY

#define configUSE_TRACE_FACILITY   1

Definition at line 70 of file FreeRTOSConfig.h.

◆ INCLUDE_eTaskGetState

#define INCLUDE_eTaskGetState   1

Definition at line 106 of file FreeRTOSConfig.h.

◆ INCLUDE_uxTaskGetStackHighWaterMark

#define INCLUDE_uxTaskGetStackHighWaterMark   1

Definition at line 105 of file FreeRTOSConfig.h.

◆ INCLUDE_uxTaskPriorityGet

#define INCLUDE_uxTaskPriorityGet   1

Definition at line 96 of file FreeRTOSConfig.h.

◆ INCLUDE_vTaskCleanUpResources

#define INCLUDE_vTaskCleanUpResources   0

Definition at line 98 of file FreeRTOSConfig.h.

◆ INCLUDE_vTaskDelay

#define INCLUDE_vTaskDelay   1

Definition at line 101 of file FreeRTOSConfig.h.

◆ INCLUDE_vTaskDelayUntil

#define INCLUDE_vTaskDelayUntil   1

Definition at line 100 of file FreeRTOSConfig.h.

◆ INCLUDE_vTaskDelete

#define INCLUDE_vTaskDelete   1

Definition at line 97 of file FreeRTOSConfig.h.

◆ INCLUDE_vTaskPrioritySet

#define INCLUDE_vTaskPrioritySet   1

Definition at line 95 of file FreeRTOSConfig.h.

◆ INCLUDE_vTaskSuspend

#define INCLUDE_vTaskSuspend   1

Definition at line 99 of file FreeRTOSConfig.h.

◆ INCLUDE_xQueueGetMutexHolder

#define INCLUDE_xQueueGetMutexHolder   1

Definition at line 104 of file FreeRTOSConfig.h.

◆ INCLUDE_xTaskGetSchedulerState

#define INCLUDE_xTaskGetSchedulerState   1

Definition at line 102 of file FreeRTOSConfig.h.

◆ INCLUDE_xTimerPendFunctionCall

#define INCLUDE_xTimerPendFunctionCall   1

Definition at line 103 of file FreeRTOSConfig.h.

◆ USE_FreeRTOS_HEAP_4

#define USE_FreeRTOS_HEAP_4

Definition at line 112 of file FreeRTOSConfig.h.

◆ vPortSVCHandler

#define vPortSVCHandler   SVC_Handler

Definition at line 147 of file FreeRTOSConfig.h.

◆ xPortPendSVHandler

#define xPortPendSVHandler   PendSV_Handler

Definition at line 148 of file FreeRTOSConfig.h.