Re: [PATCH 8/8] rtems: Add rtems_message_queue_construct()

2020-09-24 Thread Gedare Bloom
We'll need docs. The test case looks incomplete. Might want to duplicate the current tests for constructed queues to exercise default, priority; I guess the GLOBAL attribute is meaningless in an sptest. Everything else here looks fine beside what I commented on in the earlier patches. On Thu, Sep

[PATCH 8/8] rtems: Add rtems_message_queue_construct()

2020-09-24 Thread Sebastian Huber
In contrast to message queues created by rtems_message_queue_create(), the message queues constructed by this directive use a user-provided message buffer storage area. Add RTEMS_MESSAGE_QUEUE_BUFFER() to define a message buffer type for message buffer storage areas. Update #4007. --- cpukit/Mak