Dataflow Runtime API
4.0.1.0
|
#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 |
#define configCPU_CLOCK_HZ 8000000 |
#define configKERNEL_INTERRUPT_PRIORITY 15 |
Interrupt priorities, dependent on processor and application.
#define configMAX_SYSCALL_INTERRUPT_PRIORITY 16 |
#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.
#define configPRIO_BITS 4 |
#define configTICK_RATE_HZ 1000 |
Systick configuration.
#define vPortSVCHandler SVC_Handler |
#define xPortPendSVHandler PendSV_Handler |