Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
FreeRTOSConfig.h File Reference

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ configCPU_CLOCK_HZ

#define configCPU_CLOCK_HZ   8000000

Definition at line 34 of file FreeRTOSConfig.h.

◆ configKERNEL_INTERRUPT_PRIORITY

#define configKERNEL_INTERRUPT_PRIORITY   255

Interrupt priorities, dependent on processor and application.

Definition at line 27 of file FreeRTOSConfig.h.

◆ configMAX_SYSCALL_INTERRUPT_PRIORITY

#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191

Definition at line 30 of file FreeRTOSConfig.h.

◆ 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.

Definition at line 19 of file FreeRTOSConfig.h.

◆ configPRIO_BITS

#define configPRIO_BITS   4

Definition at line 22 of file FreeRTOSConfig.h.

◆ configTICK_RATE_HZ

#define configTICK_RATE_HZ   1000

Systick configuration.

Definition at line 33 of file FreeRTOSConfig.h.

◆ configUSE_PREEMPTION

#define configUSE_PREEMPTION   0

Definition at line 40 of file FreeRTOSConfig.h.

◆ vPortSVCHandler

#define vPortSVCHandler   SVC_Handler

Definition at line 44 of file FreeRTOSConfig.h.

◆ xPortPendSVHandler

#define xPortPendSVHandler   PendSV_Handler

Definition at line 45 of file FreeRTOSConfig.h.