mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-06 17:02:59 +08:00
testsuite: Enable stack checker
Increase init task stack size.
This commit is contained in:
parent
ed2ce44cd9
commit
025d8f20f5
@ -46,8 +46,11 @@ rtems_task Init(
|
||||
#define CONFIGURE_UNLIMITED_OBJECTS
|
||||
#define CONFIGURE_UNIFIED_WORK_AREAS
|
||||
|
||||
#define CONFIGURE_STACK_CHECKER_ENABLED
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_INIT_TASK_STACK_SIZE (32 * 1024)
|
||||
#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_DEFAULT_MODES
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user