Dataflow Runtime API  4.0.1.0
Macros
RuntimeConfig.h File Reference

Macros

#define configMAX_API_CALL_INTERRUPT_PRIORITY   configMAX_SYSCALL_INTERRUPT_PRIORITY
 A FreeRTOS configuration file template prepared for Imt.Base Dataflow Runtime. More...
 
#define configUSE_PREEMPTION   0
 
#define configMINIMAL_STACK_SIZE   128
 
#define configMAX_PRIORITIES   32
 
#define configUSE_TIMERS   0
 
#define configASSERT(x)
 
#define configUSE_16_BIT_TICKS   0
 
#define configUSE_PORT_OPTIMISED_TASK_SELECTION   1
 
#define INCLUDE_vTaskSuspend   1
 
#define INCLUDE_xTaskGetSchedulerState   1
 
#define configSUPPORT_STATIC_ALLOCATION   1
 
#define configSUPPORT_DYNAMIC_ALLOCATION   0
 
#define configUSE_IDLE_HOOK   1
 
#define configUSE_TICK_HOOK   0
 
#define configCHECK_FOR_STACK_OVERFLOW   0
 
#define configUSE_MALLOC_FAILED_HOOK   0
 
#define configUSE_DAEMON_TASK_STARTUP_HOOK   0
 

Macro Definition Documentation

◆ configASSERT

#define configASSERT (   x)
Value:
if ((x) == 0) \
vAssertCalled(__FILE__, __LINE__)

◆ configCHECK_FOR_STACK_OVERFLOW

#define configCHECK_FOR_STACK_OVERFLOW   0

◆ configMAX_API_CALL_INTERRUPT_PRIORITY

#define configMAX_API_CALL_INTERRUPT_PRIORITY   configMAX_SYSCALL_INTERRUPT_PRIORITY

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

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

◆ configMAX_PRIORITIES

#define configMAX_PRIORITIES   32

◆ configMINIMAL_STACK_SIZE

#define configMINIMAL_STACK_SIZE   128

◆ configSUPPORT_DYNAMIC_ALLOCATION

#define configSUPPORT_DYNAMIC_ALLOCATION   0

◆ configSUPPORT_STATIC_ALLOCATION

#define configSUPPORT_STATIC_ALLOCATION   1

◆ configUSE_16_BIT_TICKS

#define configUSE_16_BIT_TICKS   0

◆ configUSE_DAEMON_TASK_STARTUP_HOOK

#define configUSE_DAEMON_TASK_STARTUP_HOOK   0

◆ configUSE_IDLE_HOOK

#define configUSE_IDLE_HOOK   1

◆ configUSE_MALLOC_FAILED_HOOK

#define configUSE_MALLOC_FAILED_HOOK   0

◆ configUSE_PORT_OPTIMISED_TASK_SELECTION

#define configUSE_PORT_OPTIMISED_TASK_SELECTION   1

◆ configUSE_PREEMPTION

#define configUSE_PREEMPTION   0

◆ configUSE_TICK_HOOK

#define configUSE_TICK_HOOK   0

◆ configUSE_TIMERS

#define configUSE_TIMERS   0

◆ INCLUDE_vTaskSuspend

#define INCLUDE_vTaskSuspend   1

◆ INCLUDE_xTaskGetSchedulerState

#define INCLUDE_xTaskGetSchedulerState   1