summaryrefslogtreecommitdiffstats
path: root/c-user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Replace "precision" with "resolution"Sebastian Huber2021-11-232-33/+33
| | | | Resolution is the right term for the documented property.
* c-user: rtems_scheduler_remove_processor()Sebastian Huber2021-11-191-3/+6
| | | | | | Update error status description. Close #4544.
* c-user: Document new clock manager directivesSebastian Huber2021-11-192-0/+916
| | | | | | | Add new clock manager directives to get all times provided by the timehands. Close #4527.
* c-user: Use RTEMS_WHO_AM_I for rtems_task_ident()Sebastian Huber2021-11-191-2/+2
|
* c-user: Use rubric for configuration optionsSebastian Huber2021-11-1714-3029/+4307
| | | | | | | | | | | | | Clear the page for each configuration options similar to the directives. Use a rubric instead of a definition list for the application configuration options similar to the directive documentation pages. For direcives and application configuration options use the same rubric order. Generalize value constraints to constraints. This patch does not change hand written content.
* c-user: CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRSSebastian Huber2021-11-161-2/+2
| | | | Fix default value description.
* c-user: Update for application CONFIGURE optionKinsey Moore2021-11-031-0/+30
| | | | | This adds the documentation for the application configuration option CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING.
* c-user: rtems_rate_monotonic_get_status()Sebastian Huber2021-10-251-4/+5
| | | | | | | | | Mention that resetting the processor usage time of tasks has no impact on the period status and statistics. Remove no longer relevant RTEMS_NOT_DEFINED error status. Close #4528.
* c-user: Regenerate for IDLE task allocator optionSebastian Huber2021-10-251-34/+37
| | | | Update #4524.
* task-stack-alloc.rst: Add CONFIGURE_TASK_STACK_FROM_ALLOCATORJoel Sherrill2021-10-121-0/+33
| | | | Updates #4524.
* glossary: Add termsSebastian Huber2021-09-301-0/+30
|
* glossary: Add OMIPSebastian Huber2021-09-281-0/+6
|
* rtems: Fix message manager documentationSebastian Huber2021-09-161-2/+2
| | | | | | | Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Close #4508.
* c-user: Fix use of lower and higher prioritySebastian Huber2021-09-151-2/+2
|
* c-user: Clarify task prioritiesSebastian Huber2021-09-153-12/+16
|
* c-user: Define lower and higher prioritySebastian Huber2021-09-151-5/+32
|
* c-user: Fix message manager documentationSebastian Huber2021-09-151-9/+10
| | | | | | | Remove bogus return status from rtems_message_queue_receive(). Clarify rtems_message_queue_flush(). Close #4508.
* c-user: Clarify rtems_extension_create()Sebastian Huber2021-09-151-3/+7
|
* c-user: Add "Cache Manager" chapterSebastian Huber2021-09-134-0/+782
| | | | | | | | | | | | | | | | | | | | | | 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.
* c-user: Document time of day constraintsSebastian Huber2021-09-061-4/+15
| | | | Close #4338.
* c-user: Add LIFO to glossarySebastian Huber2021-09-021-1/+9
|
* c-user: Add "Kernel Character I/O Support" chapterSebastian Huber2021-08-037-8/+465
| | | | Close #4482.
* c-user: Remove _Internal_errors_What_happenedSebastian Huber2021-07-281-3/+2
| | | | This global object no longer exists.
* c-user: Document interrupt manager extensionsSebastian Huber2021-07-272-72/+2714
| | | | Close #3269.
* c-user: Use a common phrase for pointer parametersSebastian Huber2021-06-1515-159/+163
| | | | | | | Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
* c-users: Add rtems_*mutex_try_lockChristian Mauderer2021-05-281-0/+35
| | | | Closes #4440.
* c-user: Document new rtems_task_delete() errorSebastian Huber2021-05-271-0/+3
| | | | Close #4414.
* c-user: Constify rtems_task_wake_when()Sebastian Huber2021-05-121-1/+1
| | | | Update #4406.
* c-user: Clarify rtems_task_get_priority()Sebastian Huber2021-05-121-2/+2
|
* c-user: Document rtems_task_set_scheduler() errorsSebastian Huber2021-05-121-2/+22
|
* c-user: Add task priority glossary termsSebastian Huber2021-05-121-3/+38
|
* c-user: Change format of external function refsSebastian Huber2021-05-081-1/+1
|
* c-user: rtems_scheduler_get_processor_set()Sebastian Huber2021-05-071-1/+1
| | | | | | Document changed error status. Update #4401.
* c-user: rtems_scheduler_ident_by_processor_set()Sebastian Huber2021-05-071-0/+4
| | | | Document new error status.
* c-user: Reformat configuration option constraintsSebastian Huber2021-04-2914-330/+414
| | | | | | If only one constraint is present, then use a single sentence, otherwise use a list for the constraints. Format the constraints so that the line length limit is maintained.
* c-user: CONFIGURE_BSP_PREREQUISITE_DRIVERSSebastian Huber2021-04-291-2/+2
| | | | Replace copy and paste with a proper description.
* c-user: Add missing "the"Sebastian Huber2021-04-291-11/+10
|
* c-user: Generate region manager documentationSebastian Huber2021-04-282-470/+859
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Generate task manager documentationSebastian Huber2021-04-283-1187/+1761
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Fix typo "cod" -> "code"Sebastian Huber2021-04-281-6/+7
|
* c-user: Clarify constraintsSebastian Huber2021-04-286-13/+22
|
* c-user: Generate scheduling concepts documentationSebastian Huber2021-04-282-325/+646
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Generate interrupt manager documentationSebastian Huber2021-04-283-344/+1012
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Constify timer fire when directivesSebastian Huber2021-04-281-2/+2
| | | | Update #4392.
* c-user: Fix wording for "home scheduler"Sebastian Huber2021-04-271-2/+2
|
* c-user: Use glossary termSebastian Huber2021-04-271-3/+3
|
* c-user: Generate message manager documentationSebastian Huber2021-04-232-479/+1043
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Generate rate-monotonic manager docsSebastian Huber2021-04-232-366/+654
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: fix broken definition in rate-monotonic background.Gedare Bloom2021-04-221-1/+3
|
* c-user: Mention timer server fire directivesSebastian Huber2021-04-221-2/+3
| | | | A timer may be also reinitiated by the timer server fire directives.