![]() |
Dataflow Runtime API
3.0.3.0
|
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) if(( x ) == 0 ) vAssertCalled( __FILE__, __LINE__ ) |
| #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 |
| #define configASSERT | ( | x | ) | if(( x ) == 0 ) vAssertCalled( __FILE__, __LINE__ ) |
| #define configCHECK_FOR_STACK_OVERFLOW 0 |
| #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.
| #define configMAX_PRIORITIES 32 |
| #define configMINIMAL_STACK_SIZE 128 |
| #define configSUPPORT_DYNAMIC_ALLOCATION 0 |
| #define configSUPPORT_STATIC_ALLOCATION 1 |
| #define configUSE_16_BIT_TICKS 0 |
| #define configUSE_DAEMON_TASK_STARTUP_HOOK 0 |
| #define configUSE_IDLE_HOOK 1 |
| #define configUSE_MALLOC_FAILED_HOOK 0 |
| #define configUSE_PORT_OPTIMISED_TASK_SELECTION 1 |
| #define configUSE_PREEMPTION 0 |
| #define configUSE_TICK_HOOK 0 |
| #define configUSE_TIMERS 0 |
| #define INCLUDE_vTaskSuspend 1 |
| #define INCLUDE_xTaskGetSchedulerState 1 |