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

Gedare Bloom (@gedare) gitlab at rtems.org
Tue Mar 3 17:15:17 UTC 2026




Gedare Bloom commented on a discussion on cpukit/include/rtems/confdefs/threads.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1097#note_144178

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

Please let the original commenter resolve threads.

https://docs.rtems.org/docs/main/user/support/contrib.html#merge-request-review-process

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1097#note_144178
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/1c53cc26/attachment-0001.htm>


More information about the bugs mailing list