summaryrefslogtreecommitdiffstats
path: root/c-user/index.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-09Add Regulator documentation based on V1 functionalityJoel Sherrill1-0/+1
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2021-09-13c-user: Add "Cache Manager" chapterSebastian Huber1-0/+1
The Cache Manager directives are available via <rtems.h>. Document most of them in the Classic API Guide. Not documented are the following directive since the API is not yet stable: * rtems_cache_coherent_allocate() * rtems_cache_coherent_free() * rtems_cache_coherent_add_area() Not documented are the following directive since the directives are not implemented on maintained platforms: * rtems_cache_freeze_data() * rtems_cache_freeze_instruction() * rtems_cache_unfreeze_data() * rtems_cache_unfreeze_instruction() Close #4513.
2021-08-03c-user: Add "Kernel Character I/O Support" chapterSebastian Huber1-0/+1
Close #4482.
2021-04-21c-user: Split up multiprocessing managerSebastian Huber1-1/+1
This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
2021-04-21c-user: Split up fatal error managerSebastian Huber1-1/+1
This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
2021-04-21c-user: Split up initialization managerSebastian Huber1-1/+1
This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
2020-11-20c-user: Split up object servicesSebastian Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-1/+1
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 Huber1-2/+2
Adjust copyright. Linker sets were introduced in 2015. Update #2408. Close #3865.
2019-02-28Add unicode support for commonly used characters like copyright.Chris Johns1-7/+9
- 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 Johns1-2/+0
2019-02-08Add copyright noticesSebastian Huber1-0/+2
2019-01-14Reformat and update copyright and license noticesSebastian Huber1-7/+8
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 Huber1-1/+1
2019-01-09Add common header.rst to reduce copy and pasteSebastian Huber1-23/+1
2018-10-19Update the copyright year.Chris Johns1-1/+1
2018-10-11c-user/index.rst: Reorder linker sets and directive status codesJoel Sherrill1-1/+1
2018-08-21build: Fix indexing so it works on HTML and PDF.Chris Johns1-1/+1
- 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 Huber1-0/+1
Update #2843.
2017-11-12Add indexes to all documents.Chris Johns1-2/+1
Update #3229.
2017-08-11Update copyright notices.Chris Johns1-4/+7
2017-01-18c-user: Add support for references via bibtexSebastian Huber1-0/+1
https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html Update #2871.
2017-01-17c-user: Add Ada support chapterJoel Sherrill1-0/+1
closes #2589.
2017-01-11Update document titles for consistencyJoel Sherrill1-5/+5
2016-11-08c-user: Format the directives as descriptions.Chris Johns1-1/+1
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-02Fix PDF layout.Chris Johns1-10/+6
2016-05-02Remove command.rst and clean up the index page.Chris Johns1-21/+23
2016-05-02Convert all Unicode to ASCII(128)Amar Takhar1-2/+2
2016-05-02Split document into seperate files by section.Amar Takhar1-1/+81