forked from Imagelibrary/rtems
config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZE
By default, allocate the IDLE task storage areas from the RTEMS Workspace. This avoids having to estimate the thread-local storage size in the default configuration. Add the application configuration option CONFIGURE_IDLE_TASK_STORAGE_SIZE to request a static allocation of the task storage area for IDLE tasks. Update #3835. Update #4524.
This commit is contained in:
@@ -72,6 +72,8 @@
|
||||
|
||||
const char rtems_test_name[] = "ValidationAcfg0";
|
||||
|
||||
#define CONFIGURE_IDLE_TASK_STORAGE_SIZE RTEMS_MINIMUM_STACK_SIZE
|
||||
|
||||
#define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION
|
||||
|
||||
void *IdleBody( uintptr_t ignored )
|
||||
|
||||
Reference in New Issue
Block a user