|
Kestrel Interface
|
Go to the source code of this file.
| #define configCHECK_FOR_STACK_OVERFLOW 2 |
Definition at line 19 of file FreeRTOSConfig.h.
| #define configCPU_CLOCK_HZ 1000000 |
Definition at line 7 of file FreeRTOSConfig.h.
| #define configKERNEL_INTERRUPT_PRIORITY 255 |
Definition at line 22 of file FreeRTOSConfig.h.
| #define configMAX_PRIORITIES 5 |
Definition at line 9 of file FreeRTOSConfig.h.
| #define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 |
Definition at line 23 of file FreeRTOSConfig.h.
| #define configMAX_TASK_NAME_LEN 16 |
Definition at line 12 of file FreeRTOSConfig.h.
| #define configMINIMAL_STACK_SIZE 1024 |
Definition at line 10 of file FreeRTOSConfig.h.
| #define configSUPPORT_DYNAMIC_ALLOCATION 1 |
Definition at line 16 of file FreeRTOSConfig.h.
| #define configSUPPORT_DYNAMIC_ALLOCATION 1 |
Definition at line 16 of file FreeRTOSConfig.h.
| #define configSUPPORT_STATIC_ALLOCATION 0 |
Definition at line 17 of file FreeRTOSConfig.h.
| #define configTICK_RATE_HZ 1000 |
Definition at line 8 of file FreeRTOSConfig.h.
| #define configTICK_TYPE_WIDTH_IN_BITS TICK_TYPE_WIDTH_32_BITS |
Definition at line 27 of file FreeRTOSConfig.h.
| #define configTIMER_QUEUE_LENGTH 10 |
Definition at line 30 of file FreeRTOSConfig.h.
| #define configTIMER_TASK_PRIORITY 2 |
Definition at line 29 of file FreeRTOSConfig.h.
| #define configTIMER_TASK_STACK_DEPTH 2048 |
Definition at line 31 of file FreeRTOSConfig.h.
| #define configTOTAL_HEAP_SIZE (1024 * 1024) |
Definition at line 11 of file FreeRTOSConfig.h.
| #define configUSE_COUNTING_SEMAPHORES 1 |
Definition at line 14 of file FreeRTOSConfig.h.
| #define configUSE_IDLE_HOOK 0 |
Definition at line 5 of file FreeRTOSConfig.h.
| #define configUSE_MALLOC_FAILED_HOOK 1 |
Definition at line 20 of file FreeRTOSConfig.h.
| #define configUSE_MUTEXES 1 |
Definition at line 13 of file FreeRTOSConfig.h.
| #define configUSE_PREEMPTION 1 |
Definition at line 4 of file FreeRTOSConfig.h.
| #define configUSE_RECURSIVE_MUTEXES 1 |
Definition at line 37 of file FreeRTOSConfig.h.
| #define configUSE_TICK_HOOK 1 |
Definition at line 6 of file FreeRTOSConfig.h.
| #define configUSE_TICK_HOOK 1 |
Definition at line 6 of file FreeRTOSConfig.h.
| #define configUSE_TIMERS 1 |
Definition at line 15 of file FreeRTOSConfig.h.
| #define INCLUDE_vTaskDelay 1 |
Definition at line 33 of file FreeRTOSConfig.h.
| #define INCLUDE_vTaskDelete 1 |
Definition at line 34 of file FreeRTOSConfig.h.
| #define INCLUDE_xTaskDelayUntil 1 |
Definition at line 35 of file FreeRTOSConfig.h.