summaryrefslogtreecommitdiff
path: root/c-user/index.rst (follow)
AgeCommit message (Collapse)Author
2020-11-20c-user: Split up object servicesSebastian Huber
This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
2020-09-02c-user: Split up scheduling conceptsSebastian Huber
Introduce a background section. This makes it easier to automatically generate parts of the scheduling concepts documentation in the future. Update #3993.
2020-09-02c-user: Split up user extensions managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up timer managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up task managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up signal managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up region managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up rate-monotonic managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up partition managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up message managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up IO managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up interrupt managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up dual-ported memory managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up clock managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up barrier managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up event managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up semaphore managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-03-11c-user: Split up configuring_a_system.rstSebastian Huber
Introduce an index file for this chapter. This helps to generate some sections from the specification in the future. Start with moving "Introduction" up to "Unlimited Objects" to a new file. Update #3836.
2020-02-06c-user: Document new linker set macrosSebastian Huber
Adjust copyright. Linker sets were introduced in 2015. Update #2408. Close #3865.
2019-02-28Add unicode support for commonly used characters like copyright.Chris Johns
- This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
2019-02-15Use pathto() on the genindex URL to make it relative.Chris Johns
2019-02-08Add copyright noticesSebastian Huber
2019-01-14Reformat and update copyright and license noticesSebastian Huber
For everything before 2015 an OAR copyright is assumed. Later copyright notices are based on Git commits on a best effort basis. The copyright notices of the "RTEMS Software Engineering Handbook" and the "RTEMS CPU Architecture Supplement" are incomplete.
2019-01-11Simplify SPDX-License-Identifier commentSebastian Huber
2019-01-09Add common header.rst to reduce copy and pasteSebastian Huber
2018-10-19Update the copyright year.Chris Johns
2018-10-11c-user/index.rst: Reorder linker sets and directive status codesJoel Sherrill
2018-08-21build: Fix indexing so it works on HTML and PDF.Chris Johns
- Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
2018-02-05c-user: Add self-contained objects chapterSebastian Huber
Update #2843.
2017-11-12Add indexes to all documents.Chris Johns
Update #3229.
2017-08-11Update copyright notices.Chris Johns
2017-01-18c-user: Add support for references via bibtexSebastian Huber
https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html Update #2871.
2017-01-17c-user: Add Ada support chapterJoel Sherrill
closes #2589.
2017-01-11Update document titles for consistencyJoel Sherrill
2016-11-08c-user: Format the directives as descriptions.Chris Johns
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 Johns