You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/configuration/config.h

19 lines
761 B
C

#define CONFIG_SELECT_CORTEX_M 1
#define CONFIG_configCPU_CLOCK_HZ 20000000
#define CONFIG_SELECT_SYSTICKER 1
#define CONFIG_configSYSTICK_CLOCK_HZ 500
#define CONFIG_configTICK_RATE_HZ 100
#define CONFIG_configUSE_PREEMPTION 1
#define CONFIG_configUSE_TIME_SLICING 1
#define CONFIG_configMAX_PRIORITIES 5
#define CONFIG_configMINIMAL_STACK_SIZE 128
#define CONFIG_configMAX_TASK_NAME_LEN 16
#define CONFIG_configTASK_NOTIFICATION_ARRAY_ENTRIES 1
#define CONFIG_configQUEUE_REGISTRY_SIZE 0
#define CONFIG_configNUM_THREAD_LOCAL_STORAGE_POINTERS 0
#define CONFIG_SELECT_UINT16 1
#define CONFIG_configSTACK_DEPTH_TYPE "uint16_t"
#define CONFIG_configMESSAGE_BUFFER_LENGTH_TYPE "size_t"
#define CONFIG_configUSE_TIMERS 1
#define CONFIG_configTIMER_TASK_PRIORITY 0