API changes to message queues #2432
Labels
area: Kernel
Enhancement
Changes/Updates/Additions to existing features
priority: high
High impact/importance bug
Milestone
Reported by Benjamin Walsh:
A potpurri of message queue-related enhancements:
** Use uint16_t's, since a queue isn't likely to have more that 64K items?
** Compute the usage from the start and end pointers, and avoid the need for extra variables?
** Need to decide how to handle cases where alignment would cause a gap between items . (Do we allow this or force the user to ensure that item size is a multiple of alignment?)
(Imported from Jira ZEP-925)
The text was updated successfully, but these errors were encountered: