mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
This commit is contained in:
@@ -86,12 +86,12 @@ The application must include the stack bounds checker extension set
|
||||
in its set of Initial Extensions. This set of extensions is
|
||||
defined as @code{STACK_CHECKER_EXTENSION}. If using @code{<rtems/confdefs.h>}
|
||||
for Configuration Table generation, then all that is necessary is
|
||||
to define the macro @code{STACK_CHECKER_ON} before including
|
||||
to define the macro @code{CONFIGURE_STACK_CHECKER_ENABLED} before including
|
||||
@code{<rtems/confdefs.h>} as shown below:
|
||||
|
||||
@example
|
||||
@group
|
||||
#define STACK_CHECKER_ON
|
||||
#define CONFIGURE_STACK_CHECKER_ENABLED
|
||||
...
|
||||
#include <rtems/confdefs.h>
|
||||
@end group
|
||||
|
||||
Reference in New Issue
Block a user