[rtems-docs commit] c-user: Add msg broadcast to ISR allowed funcs

Sebastian Huber sebh at rtems.org
Fri Jun 7 12:48:54 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    fd9d02471bb56791b57fa83a8d441765f1d5fdf2
Changeset: http://git.rtems.org/rtems-docs/commit/?id=fd9d02471bb56791b57fa83a8d441765f1d5fdf2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue May 28 07:43:18 2019 +0200

c-user: Add msg broadcast to ISR allowed funcs

---

 c-user/interrupt_manager.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/c-user/interrupt_manager.rst b/c-user/interrupt_manager.rst
index 985fdb4..5352781 100644
--- a/c-user/interrupt_manager.rst
+++ b/c-user/interrupt_manager.rst
@@ -219,6 +219,7 @@ is a list of RTEMS system calls that may be made from an ISR:
 
 - Message Management
 
+  - rtems_message_queue_broadcast
   - rtems_message_queue_send
   - rtems_message_queue_urgent
 



More information about the vc mailing list