RTEMS | cpukit/confdefs: Add CAN stack resource calculation (!1097)

MITHILESH MATTAPALLI (@mithileshm) gitlab at rtems.org
Wed Mar 4 22:06:54 UTC 2026




MITHILESH MATTAPALLI commented on a discussion on cpukit/include/rtems/confdefs/threads.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1097#note_144253

 >    #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 )

Understood, my apologies. I will leave threads open for the reviewers to resolve going forward.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1097#note_144253
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/20260304/03394ee6/attachment.htm>


More information about the bugs mailing list