summaryrefslogtreecommitdiffstats
path: root/c-user/message_manager.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-02c-user: Split up message managerSebastian Huber1-764/+0
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-06-18c-user: Remove RTEMS_MP_NOT_CONFIGURED errorSebastian Huber1-2/+0
Some objects can be created with a local or global scope in a multiprocessing network. In non-multiprocessing configurations setting the scope to local or global had no effect since such a system can be viewed as a multiprocessing network with just one node. One and all nodes is the same in such a network. However, if multiprocessing was configured, creation of a global object in a single node network resulted in an RTEMS_MP_NOT_CONFIGURED error. Remove this error condition for symmetry to the non-multiprocessing setup. This is in line with the task affinity behaviour in SMP systems. Close #4005.
2020-06-18c-user: Mention possible preemptionsSebastian Huber1-1/+5
Mention that object create/delete may case the calling task to be preempted due to the object allocator mutex.
2019-01-11Simplify SPDX-License-Identifier commentSebastian Huber1-1/+1
2019-01-11Remove superfluous "All rights reserved."Sebastian Huber1-1/+0
2019-01-11Use standard format for copyright linesSebastian Huber1-2/+1
2019-01-04c-user: Fix typosFrédéric Jouault1-2/+2
Close #3261.
2018-10-29c-user/message_manager.rst: Change "cons void" to "const void"Joel Sherrill1-1/+1
Closes #3575.
2017-11-13Clean up sphinx warnings.Chris Johns1-9/+18
- Fix minor formatting issues. - Fix reference the gloassary TLS using ':term:'. - Make sure nothing is between an anchor and the heading where ':ref:' references the anchor. This meant moving all the recently added '.. index::' entries. Update #3232. Update #3229.
2017-11-12c-user: Fix index locations.Chris Johns1-22/+23
Update #3229.
2016-11-09c-user: Fix header levels. Minor fixes.Chris Johns1-1/+1
2016-11-08c-user: Format the directives as descriptions.Chris Johns1-441/+438
This change combined with the element list change in latex generates a much better looking PDF. Add a page break before each directive to like th previous versions of the manuals.
2016-11-03Rename all manuals with an _ to have a -. It helps released naming of files.Chris Johns1-0/+0
2016-05-20Set SPDX License Identifier in each source file.Chris Johns1-0/+2
2016-05-02Change code to code-block.Chris Johns1-9/+9
2016-05-02Clean ups.Chris Johns1-401/+450
2016-05-02Convert all Unicode to ASCII(128)Amar Takhar1-18/+18
2016-05-02Split document into seperate files by section.Amar Takhar1-143/+152
2016-05-02Split document into seperate files by section.Amar Takhar1-0/+697