forked from Imagelibrary/rtems
score: Static scheduler configuration
Do not allocate the scheduler control structures from the workspace. This is a preparation step for configuration of clustered/partitioned schedulers on SMP.
This commit is contained in:
@@ -70,11 +70,11 @@ static void *idle_body(uintptr_t ignored)
|
||||
|
||||
#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY
|
||||
|
||||
#define CONFIGURE_SCHEDULER_ENTRY_POINTS NULL
|
||||
|
||||
#define CONFIGURE_SCHEDULER_USER
|
||||
|
||||
#define CONFIGURE_MEMORY_FOR_SCHEDULER 0
|
||||
#define CONFIGURE_SCHEDULER_CONTEXT
|
||||
|
||||
#define CONFIGURE_SCHEDULER_CONTROLS { }
|
||||
|
||||
#define CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user