mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
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.
This directory contains the RTEMS Multiprocessor Test Suite. The tests in this directory provide near complete (98%+) test coverage of the multiprocessor specific code in RTEMS. These tests are designed to test RTEMS in a two node configuration.