Dataflow Runtime API  4.0.1.0
Macros
FreeRTOSConfig.h File Reference
#include <Imt.Base.OS.FreeRTOS/RuntimeConfig.h>

Macros

#define configMAX_TASK_NAME_LEN   16
 A FreeRTOS configuration file template prepared for Imt.Base Dataflow Runtime. More...
 
#define configPRIO_BITS   4
 
#define configKERNEL_INTERRUPT_PRIORITY   15
 Interrupt priorities, dependent on processor and application. More...
 
#define configMAX_SYSCALL_INTERRUPT_PRIORITY   16
 
#define configTICK_RATE_HZ   1000
 Systick configuration. More...
 
#define configCPU_CLOCK_HZ   8000000
 
#define vPortSVCHandler   SVC_Handler
 
#define xPortPendSVHandler   PendSV_Handler
 

Macro Definition Documentation

◆ configCPU_CLOCK_HZ

#define configCPU_CLOCK_HZ   8000000

◆ configKERNEL_INTERRUPT_PRIORITY

#define configKERNEL_INTERRUPT_PRIORITY   15

Interrupt priorities, dependent on processor and application.

◆ configMAX_SYSCALL_INTERRUPT_PRIORITY

#define configMAX_SYSCALL_INTERRUPT_PRIORITY   16

◆ configMAX_TASK_NAME_LEN

#define configMAX_TASK_NAME_LEN   16

A FreeRTOS configuration file template prepared for Imt.Base Dataflow Runtime.

See https://www.freertos.org/a00110.html for more configurations.

◆ configPRIO_BITS

#define configPRIO_BITS   4

◆ configTICK_RATE_HZ

#define configTICK_RATE_HZ   1000

Systick configuration.

◆ vPortSVCHandler

#define vPortSVCHandler   SVC_Handler

◆ xPortPendSVHandler

#define xPortPendSVHandler   PendSV_Handler