RTEMS | Draft: Feature/stack reporter config (!86)

Joel Sherrill (@joel) gitlab at rtems.org
Tue Jul 9 16:43:15 UTC 2024




Joel Sherrill commented on a discussion on testsuites/libtests/stackchk03/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86#note_108929

 > + */
 > +#define CONFIGURE_STACK_CHECKER_ENABLED
 > +#define CONFIGURE_STACK_CHECKER_REPORTER
 > +#define STACK_CHECKER_REPORTER_CUSTOM stackchk03_blown_stack_reporter
 > +
 > +#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
 > +#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 > +
 > +#define TASK_STACK_SIZE   (RTEMS_MINIMUM_STACK_SIZE*3)
 > +
 > +#define CONFIGURE_MAXIMUM_TASKS               1
 > +
 > +#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 > +
 > +
 > +#include <rtems/stackchk.h>

Line 73-74 need to be reduced to one blank.

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240709/53193652/attachment-0001.htm>


More information about the bugs mailing list