Go to the documentation of this file. 1 #ifndef __FREERTOS_PLATFORM_CONFIG_H_
2 #define __FREERTOS_PLATFORM_CONFIG_H_
11 #define USE_FreeRTOS_HEAP_3
14 #define configCPU_CLOCK_HZ (SystemCoreClock)
15 #define configTICK_RATE_HZ ((TickType_t)1000)
19 #define vPortSVCHandler SVC_Handler
20 #define xPortPendSVHandler PendSV_Handler
21 #define xPortSysTickHandler SysTick_Handler
23 #endif // __FREERTOS_PLATFORM_CONFIG_H_