![]() |
Imt.Base C++ API V4.1.1.0
|
Go to the source code of this file.
Macros | |
| #define | configMAX_API_CALL_INTERRUPT_PRIORITY configMAX_SYSCALL_INTERRUPT_PRIORITY |
| A FreeRTOS configuration file template prepared for Imt.Base Dataflow Runtime. | |
| #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 |
| #define configASSERT | ( | x | ) |
Definition at line 32 of file RuntimeConfig.h.
| #define configCHECK_FOR_STACK_OVERFLOW 0 |
Definition at line 51 of file RuntimeConfig.h.
| #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.
Definition at line 12 of file RuntimeConfig.h.
| #define configMAX_PRIORITIES 32 |
Definition at line 27 of file RuntimeConfig.h.
| #define configMINIMAL_STACK_SIZE 128 |
Definition at line 25 of file RuntimeConfig.h.
| #define configSUPPORT_DYNAMIC_ALLOCATION 0 |
Definition at line 46 of file RuntimeConfig.h.
| #define configSUPPORT_STATIC_ALLOCATION 1 |
Definition at line 45 of file RuntimeConfig.h.
| #define configUSE_16_BIT_TICKS 0 |
Definition at line 35 of file RuntimeConfig.h.
| #define configUSE_DAEMON_TASK_STARTUP_HOOK 0 |
Definition at line 53 of file RuntimeConfig.h.
| #define configUSE_IDLE_HOOK 1 |
Definition at line 49 of file RuntimeConfig.h.
| #define configUSE_MALLOC_FAILED_HOOK 0 |
Definition at line 52 of file RuntimeConfig.h.
| #define configUSE_PORT_OPTIMISED_TASK_SELECTION 1 |
Definition at line 38 of file RuntimeConfig.h.
| #define configUSE_PREEMPTION 0 |
Definition at line 18 of file RuntimeConfig.h.
| #define configUSE_TICK_HOOK 0 |
Definition at line 50 of file RuntimeConfig.h.
| #define configUSE_TIMERS 0 |
Definition at line 30 of file RuntimeConfig.h.
| #define INCLUDE_vTaskSuspend 1 |
Definition at line 40 of file RuntimeConfig.h.
| #define INCLUDE_xTaskGetSchedulerState 1 |
Definition at line 41 of file RuntimeConfig.h.