summaryrefslogtreecommitdiffstats
path: root/c-user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Canonicalize configuration option groupsSebastian Huber2020-03-1814-40/+37
| | | | Update #3836.
* c-user: Add reference to proxiesSebastian Huber2020-03-172-3/+4
| | | | Update #3836.
* c-user: Fix formatSebastian Huber2020-03-172-36/+36
| | | | Update #3836.
* c-user: Add configuration option index entrySebastian Huber2020-03-171-0/+2
| | | | Update #3836.
* c-user: Fix sorting in filesystem configurationSebastian Huber2020-03-171-2/+2
| | | | Update #3836.
* c-user: Add missing configuration option notesSebastian Huber2020-03-172-1/+49
| | | | Update #3836.
* c-user: Sort configuration options alphabeticallySebastian Huber2020-03-173-77/+77
| | | | Update #3836.
* c-user: Obsolete CONFIGURE_MAXIMUM_DEVICESSebastian Huber2020-03-132-30/+10
| | | | Close #3898.
* c-user: Fix typosSebastian Huber2020-03-131-4/+4
|
* c-user: Reorder configuration option groupsSebastian Huber2020-03-131-4/+4
| | | | | | | Sort the configuration option groups according to the likelihood a user will define options of a group. Update #3836.
* c-user: Clarify message buffer configurationSebastian Huber2020-03-133-94/+73
| | | | | | | | | The help macro CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE() is not a configuration option. Move it into the documentatation of the CONFIGURE_MESSAGE_BUFFER_MEMORY configuration option. Move this option to the general system configuration group. Update #3836.
* c-user: Add copyright informationSebastian Huber2020-03-131-0/+1
| | | | | | | | | | | | | | | | | Add copyright information according to commit in RTEMS main repository: commit e53aae2676c42cda521328504f82d26c33827021 Author: Gedare Bloom <gedare@rtems.org> Date: Mon Mar 26 16:42:38 2012 -0400 confdefs: Add declaration for unlimited objects. Adds to confdefs a way to specify rtems_resource_unlimited for classic and posix objects using a new macro CONFIGURE_OBJECTS_UNLIMITED. Use CONFIGURE_OBJECTS_ALLOCATION_SIZE to declare the allocation size for extending the set of objects at runtime. Updates the unlimited sample to demonstrate how to use the new macros. Also adds new documentation in the C User's Manual regarding configuring with unlimited objects.
* c-user: Move "Obsolete Configuration Options"Sebastian Huber2020-03-122-221/+225
| | | | Update #3836.
* c-user: Move "Ada Configuration"Sebastian Huber2020-03-122-12/+16
| | | | Update #3836.
* c-user: Move "Event Recording Configuration"Sebastian Huber2020-03-122-58/+62
| | | | Update #3836.
* c-user: Move "PCI Library Configuration"Sebastian Huber2020-03-122-52/+56
| | | | Update #3836.
* c-user: Move "Multiprocessing Configuration"Sebastian Huber2020-03-122-181/+185
| | | | Update #3836.
* c-user: Move "Device Driver Configuration"Sebastian Huber2020-03-122-504/+508
| | | | Update #3836.
* c-user: Move "Clustered Scheduler Configuration"Sebastian Huber2020-03-122-216/+220
| | | | Update #3836.
* c-user: Move "General Scheduler Configuration"Sebastian Huber2020-03-122-386/+390
| | | | Update #3836.
* c-user: Move "Idle Task Configuration"Sebastian Huber2020-03-122-93/+97
| | | | Update #3836.
* c-user: Move "BSP Related Configuration Options"Sebastian Huber2020-03-122-244/+248
| | | | Update #3836.
* c-user: Move "Block Device Cache Configuration"Sebastian Huber2020-03-122-335/+339
| | | | Update #3836.
* c-user: Move "Filesystem Configuration"Sebastian Huber2020-03-122-544/+548
| | | | Update #3836.
* c-user: Move "Message Queue Buffer Configuration"Sebastian Huber2020-03-122-90/+94
| | | | Update #3836.
* c-user: Move "Task Stack Allocator Configuration"Sebastian Huber2020-03-122-110/+114
| | | | Update #3836.
* c-user: Move "POSIX Initialization Thread Configuration"Sebastian Huber2020-03-122-102/+106
| | | | Update #3836.
* c-user: Move "POSIX API Configuration"Sebastian Huber2020-03-122-249/+253
| | | | Update #3836.
* c-user: Move "Classic API Initialization Task Configuration"Sebastian Huber2020-03-122-231/+235
| | | | Update #3836.
* c-user: Move "Classic API Configuration"Sebastian Huber2020-03-122-288/+292
| | | | Update #3836.
* c-user: Move "General System Configuration"Sebastian Huber2020-03-122-636/+640
| | | | Update #3836.
* c-user: Split up configuring_a_system.rstSebastian Huber2020-03-113-408/+415
| | | | | | | | 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.
* c-user: Minor format fixesSebastian Huber2020-03-091-3/+1
| | | | Update #3836.
* c-user: Sort configuration options alphabeticallySebastian Huber2020-03-091-838/+833
| | | | Update #3836.
* c-user: Canonicalize configuration section namesSebastian Huber2020-03-091-14/+14
| | | | Update #3836.
* 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-021-1/+50
| | | | 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.