mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
|
||||
|
||||
2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* sp54/init.c, sp54/sp54.doc: Fix typos and comments.
|
||||
|
||||
@@ -74,6 +74,12 @@ rtems_initialization_tasks_table Initialization_tasks[1] =
|
||||
#define CONFIGURE_INIT_TASK_TABLE_SIZE 0
|
||||
#define CONFIGURE_INIT_TASK_STACK_SIZE 0
|
||||
|
||||
/*
|
||||
* Ensure we test the case where memory is zero. Not
|
||||
* all BSPs will set this to TRUE by default.
|
||||
*/
|
||||
#define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY TRUE
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
|
||||
@@ -27,3 +27,4 @@ concepts:
|
||||
+ Verify that when configuring a system which starts with the Idle task
|
||||
and uses that as a user task, you can configure your own Classic API
|
||||
Initialization Tasks Table and set to 0 tasks.
|
||||
+ Verify the case where RTEMS zeros the workspace is covered.
|
||||
|
||||
Reference in New Issue
Block a user