Kestrel Interface
Loading...
Searching...
No Matches
FreeRTOSConfig.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define configUSE_PREEMPTION   1
#define configUSE_IDLE_HOOK   0
#define configUSE_TICK_HOOK   1
#define configCPU_CLOCK_HZ   1000000
#define configTICK_RATE_HZ   1000
#define configMAX_PRIORITIES   5
#define configMINIMAL_STACK_SIZE   1024
#define configTOTAL_HEAP_SIZE   (1024 * 1024)
#define configMAX_TASK_NAME_LEN   16
#define configUSE_MUTEXES   1
#define configUSE_COUNTING_SEMAPHORES   1
#define configUSE_TIMERS   1
#define configSUPPORT_DYNAMIC_ALLOCATION   1
#define configSUPPORT_STATIC_ALLOCATION   0
#define configCHECK_FOR_STACK_OVERFLOW   2
#define configUSE_MALLOC_FAILED_HOOK   1
#define configKERNEL_INTERRUPT_PRIORITY   255
#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191
#define configUSE_TICK_HOOK   1
#define configTICK_TYPE_WIDTH_IN_BITS   TICK_TYPE_WIDTH_32_BITS
#define configTIMER_TASK_PRIORITY   2
#define configTIMER_QUEUE_LENGTH   10
#define configTIMER_TASK_STACK_DEPTH   2048
#define INCLUDE_vTaskDelay   1
#define INCLUDE_vTaskDelete   1
#define INCLUDE_xTaskDelayUntil   1
#define configUSE_RECURSIVE_MUTEXES   1
#define configSUPPORT_DYNAMIC_ALLOCATION   1

Macro Definition Documentation

◆ configCHECK_FOR_STACK_OVERFLOW

#define configCHECK_FOR_STACK_OVERFLOW   2

Definition at line 19 of file FreeRTOSConfig.h.

◆ configCPU_CLOCK_HZ

#define configCPU_CLOCK_HZ   1000000

Definition at line 7 of file FreeRTOSConfig.h.

◆ configKERNEL_INTERRUPT_PRIORITY

#define configKERNEL_INTERRUPT_PRIORITY   255

Definition at line 22 of file FreeRTOSConfig.h.

◆ configMAX_PRIORITIES

#define configMAX_PRIORITIES   5

Definition at line 9 of file FreeRTOSConfig.h.

◆ configMAX_SYSCALL_INTERRUPT_PRIORITY

#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191

Definition at line 23 of file FreeRTOSConfig.h.

◆ configMAX_TASK_NAME_LEN

#define configMAX_TASK_NAME_LEN   16

Definition at line 12 of file FreeRTOSConfig.h.

◆ configMINIMAL_STACK_SIZE

#define configMINIMAL_STACK_SIZE   1024

Definition at line 10 of file FreeRTOSConfig.h.

◆ configSUPPORT_DYNAMIC_ALLOCATION [1/2]

#define configSUPPORT_DYNAMIC_ALLOCATION   1

Definition at line 16 of file FreeRTOSConfig.h.

◆ configSUPPORT_DYNAMIC_ALLOCATION [2/2]

#define configSUPPORT_DYNAMIC_ALLOCATION   1

Definition at line 16 of file FreeRTOSConfig.h.

◆ configSUPPORT_STATIC_ALLOCATION

#define configSUPPORT_STATIC_ALLOCATION   0

Definition at line 17 of file FreeRTOSConfig.h.

◆ configTICK_RATE_HZ

#define configTICK_RATE_HZ   1000

Definition at line 8 of file FreeRTOSConfig.h.

◆ configTICK_TYPE_WIDTH_IN_BITS

#define configTICK_TYPE_WIDTH_IN_BITS   TICK_TYPE_WIDTH_32_BITS

Definition at line 27 of file FreeRTOSConfig.h.

◆ configTIMER_QUEUE_LENGTH

#define configTIMER_QUEUE_LENGTH   10

Definition at line 30 of file FreeRTOSConfig.h.

◆ configTIMER_TASK_PRIORITY

#define configTIMER_TASK_PRIORITY   2

Definition at line 29 of file FreeRTOSConfig.h.

◆ configTIMER_TASK_STACK_DEPTH

#define configTIMER_TASK_STACK_DEPTH   2048

Definition at line 31 of file FreeRTOSConfig.h.

◆ configTOTAL_HEAP_SIZE

#define configTOTAL_HEAP_SIZE   (1024 * 1024)

Definition at line 11 of file FreeRTOSConfig.h.

◆ configUSE_COUNTING_SEMAPHORES

#define configUSE_COUNTING_SEMAPHORES   1

Definition at line 14 of file FreeRTOSConfig.h.

◆ configUSE_IDLE_HOOK

#define configUSE_IDLE_HOOK   0

Definition at line 5 of file FreeRTOSConfig.h.

◆ configUSE_MALLOC_FAILED_HOOK

#define configUSE_MALLOC_FAILED_HOOK   1

Definition at line 20 of file FreeRTOSConfig.h.

◆ configUSE_MUTEXES

#define configUSE_MUTEXES   1

Definition at line 13 of file FreeRTOSConfig.h.

◆ configUSE_PREEMPTION

#define configUSE_PREEMPTION   1

Definition at line 4 of file FreeRTOSConfig.h.

◆ configUSE_RECURSIVE_MUTEXES

#define configUSE_RECURSIVE_MUTEXES   1

Definition at line 37 of file FreeRTOSConfig.h.

◆ configUSE_TICK_HOOK [1/2]

#define configUSE_TICK_HOOK   1

Definition at line 6 of file FreeRTOSConfig.h.

◆ configUSE_TICK_HOOK [2/2]

#define configUSE_TICK_HOOK   1

Definition at line 6 of file FreeRTOSConfig.h.

◆ configUSE_TIMERS

#define configUSE_TIMERS   1

Definition at line 15 of file FreeRTOSConfig.h.

◆ INCLUDE_vTaskDelay

#define INCLUDE_vTaskDelay   1

Definition at line 33 of file FreeRTOSConfig.h.

◆ INCLUDE_vTaskDelete

#define INCLUDE_vTaskDelete   1

Definition at line 34 of file FreeRTOSConfig.h.

◆ INCLUDE_xTaskDelayUntil

#define INCLUDE_xTaskDelayUntil   1

Definition at line 35 of file FreeRTOSConfig.h.