Go to the documentation of this file.
14 #define OS_CONFIG_HOOK_STARTUP true
15 #define OS_CONFIG_HOOK_SHUTDOWN true
16 #define OS_CONFIG_HOOK_PRE_TASK false
17 #define OS_CONFIG_HOOK_POST_TASK false
18 #define OS_CONFIG_HOOK_ERROR true
19 #define OS_CONFIG_HOOK_PROTECTION false
21 #define OS_CONFIG_EXTENDED true
23 #define OS_CONFIG_MAX_ERROR_PARAM 3
25 #define OS_CONFIG_STACK_MONITORING 3
28 #define OS_CONFIG_SIM false
42 #if defined (OS_CONFIG_SIM) && OS_CONFIG_SIM == true
#define OS_CONFIG_SCHEDULE_TABLE_EXPIRY_POINT_DEF_END
Ending of expiry point definition.
#define OS_CONFIG_ALARM_END
End of alarm definitions.
#define OS_CONFIG_SCHEDULE_TABLE_EVENT_ACTIONS_BEGIN
Beginning of event actions definitions.
#define OS_CONFIG_RESOURCE_END
End of resource definitions.
#define OS_CONFIG_INT_END
Ending of interrupt definitions.
#define OS_CONFIG_TASK_END
Ending of task definitions.
@ SOFTWARE
Counter is implemented in software.
@ PREEMPTIVE
The task may be preempted by another task.
#define OS_CONFIG_INTERNAL_RESOURCE_BEGIN
Beginning of internal resource definitions.
#define OS_CONFIG_SCHEDULE_TABLE_BEGIN
Beginning of schedule tables definitions.
#define OS_CONFIG_INTERNAL_RESOURCE_END
End of internal resource definitions.
#define OS_CONFIG_COUNTER_END
End of counter definitions.
#define OS_CONFIG_SCHEDULE_TABLE_DEF_BEGIN(Name, Counter, AutoStart, Cyclic, FinalDelay)
Beginning schedule table definition.
#define OS_CONFIG_COUNTER_BEGIN
Begin of counter definitions.
@ AUTOSTART
Autostart task.
#define OS_CONFIG_ALARM_BEGIN
Begin of alarm definitions.
#define OS_CONFIG_SCHEDULE_TABLE_EXPIRY_POINTS_END
Ending of expiry points definitions.
#define OS_CONFIG_COUNTER_DEF(Name, MaxAllowedValue, MinCycle, TicksPerBase, Type, SecondsPerTick)
Counter definition.
#define OS_CONFIG_SYSTEM_STACK(Size)
Specify size of system stack.
#define OS_CONFIG_SCHEDULE_TABLE_TASK_ACTIONS_END
Ending of task actions definitions.
@ BASIC
The task is a basic task, thus unable to wait on an event.
#define OS_CONFIG_SCHEDULE_TABLE_DEF_END
Ending of schedule table definition.
#define OS_CONFIG_TASK_BEGIN
Beginning of task definitions.
#define OS_CONFIG_SCHEDULE_TABLE_END
End of schedule table definitions.
#define OS_CONFIG_SCHEDULE_TABLE_EVENT_ACTIONS_END
Ending of event actions definitions.
#define OS_CONFIG_RESOURCE_BEGIN
Beginning of resource definitions.
#define OS_CONFIG_SCHEDULE_TABLE_EXPIRY_POINTS_BEGIN(NumExpiryPoints)
Beginning of expiry points definition.
#define OS_CONFIG_INT_BEGIN
Beginning of interrupt definitions.
#define OS_CONFIG_INT_DEF(Name, Prio)
Interrupt definition.
#define OS_CONFIG_SCHEDULE_TABLE_TASK_ACTION_DEF(Task)
Definition of task action.
#define OS_CONFIG_SCHEDULE_TABLE_TASK_ACTIONS_BEGIN
Beginning of task actions definitions.
#define OS_CONFIG_SCHEDULE_TABLE_EXPIRY_POINT_DEF_BEGIN(Offset, NumTaskActions, NumEventActions)
Beginning of expiry point definition.
#define OS_CONFIG_TASK_DEF(Name, Prio, StackSize, NumberOfActivations, Autostart, TaskType, TaskSchedule, Res, Events)
Task definition.