RTEMS | Draft: Feature/stack reporter config (!86)
Mohamed Hassan (@Hamzi)
gitlab at rtems.org
Fri Jul 19 16:17:31 UTC 2024
Mohamed Hassan commented on a discussion on cpukit/include/rtems/confdefs/extensions.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86#note_109613
> #include <rtems/stackchk.h>
> #endif
>
> +#ifdef CONFIGURE_STACK_CHECKER_ENABLED
> + #ifdef CONFIGURE_STACK_CHECKER_REPORTER
> + const Stack_checker_Reporter_handler Stack_checker_Reporter =
> + CONFIGURE_STACK_CHECKER_REPORTER;
> +
> + #else
> + const Stack_checker_Reporter_handler Stack_checker_Reporter =
> + rtems_stack_checker_reporter_quiet;
Ok will be changed & an issue will be filed.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86#note_109613
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/20240719/a845b4e9/attachment.htm>
More information about the bugs
mailing list