summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* c-user: Clarify message queue configurationSebastian Huber2020-03-091-6/+11
| | | | Update #3836.
* c-user: Clarify BSP related configuration optionsSebastian Huber2020-03-091-64/+63
| | | | | | Sort options alphabetically. Update #3836.
* c-user: Remove copyright from Petr BenesSebastian Huber2020-03-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | The content introduced by a commit in the RTEMS main repository commit 418de420a05609ba8919822b553706963a8d3a7b Author: Joel Sherrill <joel.sherrill@OARcorp.com> Date: Wed Oct 5 19:59:47 2011 +0000 2011-10-05 Joel Sherrill <joel.sherrill@oarcorp.com> Petr Benes <benesp16@fel.cvut.cz> PR 1912/doc * user/conf.t, user/schedule.t: Rework to add scheduler specific information. is no longer in this file. According to the file history, this was the only content introduced by Petr Benes. Also during the relicensing of the documentation to CC-BY-SA-4.0 in 2016 it was proclaimed that OAR was the only copyright holder of the RTEMS documentation present in the RTEMS main repository. Update #3836.
* c-user: Remove spurious "is undefined. "Martin Erik Werner2020-03-061-2/+1
| | | | | Remove a spurious "is undefined. " fragment which was likely a leftover from sentence re-use.
* c-user: Add & update ratemon get return valuesMartin Erik Werner2020-03-061-2/+5
| | | | | | | | | | Add a description of the previously missing RTEMS_NOT_DEFINED return value for rtems_rate_monotonic_get_status(). Update the RTEMS_SUCCESSFUL return value descriptions for rtems_rate_monotonic_get_status() and rtems_rate_monotonic_get_statistics() which incorrectly used the same description as rtems_rate_monotonic_period().
* c-user: Document task memorySebastian Huber2020-03-051-12/+52
| | | | Close #3835.
* c-user: Document thread switch extension changesSebastian Huber2020-03-032-13/+29
| | | | Close #3885.
* c-user: rtems_scheduler_map_priority_from_posix()Sebastian Huber2020-03-021-0/+40
| | | | Close #3881.
* c-user: rtems_scheduler_map_priority_to_posix()Sebastian Huber2020-03-021-0/+40
| | | | Update #3881.
* eng: Add glossarySebastian Huber2020-03-023-1/+112
| | | | Update #3853.
* c-user: Add copyrights to glossarySebastian Huber2020-03-021-0/+3
| | | | | | Use the file history to derive the copyright information. Update #3853.
* c-user: Merge parition term definitionsSebastian Huber2020-03-021-4/+6
| | | | Update #3853.
* c-user: Sort glossary termsSebastian Huber2020-03-021-33/+33
| | | | Update #3853.
* c-user: Clarify return code related termsSebastian Huber2020-03-021-6/+12
| | | | | | | Remove duplicate "return code" definition. Add all related terms and use references. Update #3853.
* c-user: Use four spaces per indent levelSebastian Huber2020-03-021-642/+642
| | | | | | Four spaces per indent level is used in most files. Update #3853.
* c-user: Canonicalize two glossary acronymsSebastian Huber2020-02-271-2/+2
| | | | | | Add :term: text roles to acronym definitions of glossary defined terms. Update #3853.
* waf: Update to waf-2.0.19Sebastian Huber2020-02-261-10/+13
| | | | Update #3569.
* Update sphinx_rtd_theme to https://github.com/readthedocs/sphinx_rtd_theme/Amar Takhar2020-02-2655-1039/+3679
| | | | | | | | | 68a19ca / 0.4.3.dev0. I have been using this one for a while without issues. This should fix the search issues. closes #3880
* eng: Fix typoSebastian Huber2020-02-251-1/+1
|
* c-user: Obsolete CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLESebastian Huber2020-02-241-32/+16
| | | | | | | | | | | | | | | | | | | The CONFIGURE_HAS_OWN_INIT_TASK_TABLE and CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE are the last *_HAS_OWN_* configuration options. These two options are probably unused, see also: * https://lists.rtems.org/pipermail/users/2019-April/033129.html * https://lists.rtems.org/pipermail/users/2019-April/033130.html Removing them simplifies the configuration. If there is a real user need which shows up after the removal, we can resurrect them on demand. Using CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE would have required the use of the undocumented CONFIGURE_POSIX_INIT_THREAD_TABLE_NAME and CONFIGURE_POSIX_INIT_THREAD_TABLE_SIZE configuration options. Close #3874.
* c-user: Obsolete CONFIGURE_HAS_OWN_INIT_TASK_TABLESebastian Huber2020-02-241-28/+12
| | | | | | | | | | | | | | | | | | | The CONFIGURE_HAS_OWN_INIT_TASK_TABLE and CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE are the last *_HAS_OWN_* configuration options. These two options are probably unused, see also: * https://lists.rtems.org/pipermail/users/2019-April/033129.html * https://lists.rtems.org/pipermail/users/2019-April/033130.html Removing them simplifies the configuration. If there is a real user need which shows up after the removal, we can resurrect them on demand. Using CONFIGURE_HAS_OWN_INIT_TASK_TABLE would have required the use of the undocumented CONFIGURE_INIT_TASK_TABLE and CONFIGURE_INIT_TASK_TABLE_SIZE configuration options. Close #3873.
* c-user: Rework glossarySebastian Huber2020-02-241-13/+19
| | | | | | | | Define exactly one term per definition. Use references for alternative terms. Add :term: text roles to acronym definitions of glossary defined terms. Update #3853.
* eng: Rework file template sectionSebastian Huber2020-02-241-30/+240
| | | | Update #3053.
* c-user: Clarify filesystem configurationSebastian Huber2020-02-241-3/+42
| | | | Update #3875.
* Fix a minor "suspect" -> "subject" wording errorMartin Erik Werner2020-02-231-1/+1
|
* c-user: Clarify CONFIGURE_MAXIMUM_PRIORITYSebastian Huber2020-02-201-11/+32
| | | | Update #3875.
* user/tools: Add RTEMS TFTP Proxy command documentationChris Johns2020-02-186-1/+204
|
* doc/raspberrypi: Added instructions for raspberrypiG S Niteesh2020-02-151-1/+110
| | | | Added instructions to run examples on raspberrypi.
* c-user: Fix MPCI initialization prototypeSebastian Huber2020-02-141-4/+1
|
* c-user: Use contents instead of contentSebastian Huber2020-02-111-1/+1
| | | | | | The memory values are countable. Update #3843.
* c-user: Clarify CONFIGURE_DIRTY_MEMORYSebastian Huber2020-02-111-2/+3
| | | | Update #3843.
* user/testing: Add coverage analysis instructionsVijay Kumar Banerjee2020-02-102-0/+69
|
* eng: Grammar fixSebastian Huber2020-02-101-1/+1
| | | | Update #3199.
* c-user: Document CONFIGURE_DIRTY_MEMORYSebastian Huber2020-02-101-1/+35
| | | | Close #3843.
* eng: Mention test framework buffer configurationSebastian Huber2020-02-101-2/+7
| | | | Update #3199.
* eng: Document test framework formatted outputSebastian Huber2020-02-101-7/+23
| | | | Update #3199.
* c-user: Document new linker set macrosSebastian Huber2020-02-062-17/+56
| | | | | | | Adjust copyright. Linker sets were introduced in 2015. Update #2408. Close #3865.
* Remove BSP_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber2020-02-062-37/+2
| | | | Close #3863.
* bsp-howto: Minor editSebastian Huber2020-02-051-2/+3
| | | | Update #2852.
* bsp-howto: Rework system initialization chapterSebastian Huber2020-02-042-150/+107
| | | | | Update #2852. Update #3838.
* bsp-howto: Remove obsolete informationSebastian Huber2020-02-041-152/+0
| | | | | | | Remove obsolete information as well as information which is highly specific to a particular platform. Update #2852.
* c-user: Update system initialization chapterSebastian Huber2020-02-041-8/+75
| | | | | Update #2408. Update #3838.
* c-user: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATIONSebastian Huber2020-02-041-0/+28
| | | | Close #3861.
* Revert "common: Add URLs to manuals"Sebastian Huber2020-02-042-15/+4
| | | | | This reverts commit 1fdd3cf83d154af66ad0edf5094d93075063c7e0 and some follow up changes.
* posix-users/message_passing.rst: Add status for cannot block in ISRJoel Sherrill2020-01-241-0/+2
| | | | Updates #3857.
* Updated docs to use the standalone SIS simulator, instead of GDB inbuilt SIS ↵G S Niteesh2020-01-072-16/+132
| | | | for the erc32 BSP.
* eng: Add Software Requirements Engineering chapterSebastian Huber2020-01-0711-0/+1312
| | | | Update #3715.
* eng: Rework stakeholder chapterSebastian Huber2020-01-073-18/+20
|
* eng: Rework preface and add mission statementSebastian Huber2020-01-074-23/+83
| | | | | | | | Add mission statement based on the wiki page: https://devel.rtems.org/wiki/Mission_Statement Do format changes and some rewording.
* common: Add URLs to manualsSebastian Huber2020-01-071-1/+13
|