Mohamed Hassan commented on a discussion on 
testsuites/libtests/stackchk05/system.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/277#note_114907

 > +
 > +/* configuration information */
 > +
 > +#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
 > +#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
 > +
 > +#define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3)
 > +
 > +#define CONFIGURE_MAXIMUM_TASKS               4
 > +#define CONFIGURE_EXTRA_TASK_STACKS (3 * (RTEMS_MINIMUM_STACK_SIZE * 2))
 > +
 > +#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 > +
 > +#define CONFIGURE_STACK_CHECKER_ENABLED
 > +
 > +#define CONFIGURE_STACK_CHECKER_REPORTER  
 > rtems_stack_checker_reporter_print_details

Note, will be used.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/277#note_114907
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to