FreeRTOS configuration file.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include "board.h"
#define configCPU_CLOCK_HZ ( FOSC0 ) /* Hz clk gen */ |
#define configDBG 0 |
#define configHEAP_INIT 0 |
#define configIDLE_SHOULD_YIELD 1 |
#define configMAX_CO_ROUTINE_PRIORITIES ( 1 ) |
Referenced by prvInitialiseCoRoutineLists(), and xCoRoutineCreate().
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 4 ) |
Referenced by prvInitialiseTaskLists(), prvInitialiseTCBVariables(), vTaskPrioritySet(), and xCoRoutineCreate().
#define configMAX_TASK_NAME_LEN ( 20 ) |
Referenced by prvInitialiseTCBVariables().
#define configMINIMAL_STACK_SIZE ( ( unsigned portSHORT ) 128 ) |
#define configPBA_CLOCK_HZ ( FOSC0 ) |
#define configTICK_RATE_HZ ( ( portTickType ) 1000 ) |
#define configTICK_TC_CHANNEL 2 |
#define configTICK_USE_TC 0 |
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 1024*25 ) ) |
#define configUSE_16_BIT_TICKS 0 |
#define configUSE_CO_ROUTINES 0 |
#define configUSE_IDLE_HOOK 1 |
#define configUSE_PREEMPTION 1 |
#define configUSE_TICK_HOOK 0 |
#define configUSE_TRACE_FACILITY 0 |
#define INCLUDE_uxTaskPriorityGet 1 |
#define INCLUDE_vTaskCleanUpResources 0 |
#define INCLUDE_vTaskDelay 1 |
#define INCLUDE_vTaskDelayUntil 1 |
#define INCLUDE_vTaskDelete 1 |
#define INCLUDE_vTaskPrioritySet 1 |
#define INCLUDE_vTaskSuspend 1 |
#define INCLUDE_xTaskGetCurrentTaskHandle 0 |
#define INCLUDE_xTaskGetSchedulerState 0 |