RTEMS | cpukit/confdefs: Add CAN stack resource calculation (!1097)
Gedare Bloom (@gedare)
gitlab at rtems.org
Tue Mar 3 16:59:42 UTC 2026
Gedare Bloom started a new discussion on cpukit/include/rtems/confdefs/threads.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1097#note_144174
> #define CONFIGURE_MAXIMUM_TASKS 0
> #endif
>
> +#ifdef CONFIGURE_MAXIMUM_CAN_QUEUES
> + #define _CONFIGURE_CAN_TASKS CONFIGURE_MAXIMUM_CAN_QUEUES
> +#else
> + #define _CONFIGURE_CAN_TASKS 0
> +#endif
> +
> #define _CONFIGURE_TASKS \
> - ( CONFIGURE_MAXIMUM_TASKS + _CONFIGURE_LIBBLOCK_TASKS )
> + ( CONFIGURE_MAXIMUM_TASKS + _CONFIGURE_LIBBLOCK_TASKS + _CONFIGURE_CAN_TASKS )
use `clang-format` here.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1097#note_144174
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/20260303/69a25f8a/attachment-0001.htm>
More information about the bugs
mailing list