summaryrefslogtreecommitdiffstats
path: root/c-user (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-11Simplify SPDX-License-Identifier commentSebastian Huber41-41/+41
2019-01-11Remove superfluous "All rights reserved."Sebastian Huber39-39/+0
2019-01-11Use standard format for copyright linesSebastian Huber39-74/+41
2019-01-09Add common header.rst to reduce copy and pasteSebastian Huber1-23/+1
2019-01-04c-user: Fix typosFrédéric Jouault2-4/+4
Close #3261.
2018-12-10c-user: rtems_scheduler_get_maximum_priority()Sebastian Huber1-0/+37
Close #3636.
2018-11-21c-user: Remove 16-bit object identifiersSebastian Huber1-36/+8
Close #3603.
2018-11-16c-user: Update type deprecationSebastian Huber1-10/+5
Update #3584. Update #3587. Update #3589.
2018-11-05c-user: Use common wording for build config optsSebastian Huber2-7/+7
2018-11-05c-user: Update POSIX API configurationSebastian Huber1-11/+22
Close ##2514.
2018-10-30Document CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRSSebastian Huber1-0/+32
2018-10-29c-user/message_manager.rst: Change "cons void" to "const void"Joel Sherrill1-1/+1
Closes #3575.
2018-10-26c-user: Clarify scheduler configurationSebastian Huber3-23/+71
2018-10-22c-user: Modify CONFIGURE_INTERRUPT_STACK_SIZESebastian Huber1-12/+29
Use CPU_STACK_MINIMUM_SIZE instead of CONFIGURE_MINIMUM_TASK_STACK_SIZE to set the default value. Clarify documentation. Update #3480.
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-10-05barrier_manager.rst: Fix Barrier Wait Section TitleJoel Sherrill1-2/+2
closes #3538.
2018-10-04c-user: Document rtems_task_exit()Sebastian Huber1-1/+46
Close #3533.
2018-09-17Remove CONFIGURE_HAS_OWN_CONFIGURATION_TABLESebastian Huber1-26/+7
Close #3489. Close #3490.
2018-09-17c-user: Remove CONFIGURE_HAS_OWN_MOUNT_TABLESebastian Huber1-33/+7
Close #3488.
2018-09-10c-user: Mention thread pinningSebastian Huber1-0/+22
Close #3508.
2018-09-10c-user: Mention per-processor dataSebastian Huber1-0/+18
Close #3507.
2018-08-21build: Fix indexing so it works on HTML and PDF.Chris Johns2-5/+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-08-11c-user: SMP is supported on RISC-VSebastian Huber1-1/+3
Update #3433.
2018-08-10c-user: Adjust integer types in partition createSebastian Huber1-2/+2
Close #3486.
2018-08-07c-user: CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZESebastian Huber1-7/+37
Close #3434.
2018-08-07c-user: Sort POSIX configuration optionsSebastian Huber1-60/+60
2018-08-03c-user: Update partition create documentationSebastian Huber1-11/+54
Add an example. Close #3482.
2018-06-19c-user: Document RTEMS_SYSINIT_CPU_COUNTERSebastian Huber1-0/+6
Update #3456.
2018-06-18c-user: Remove obsolete RTEMS_SYSINIT_CPU_SETSebastian Huber1-4/+0
Update #2514.
2018-06-05c-user: RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber1-0/+4
Close #3437.
2018-06-05c-user: Update rtems_region_create()Sebastian Huber1-9/+10
2018-05-23configuring_a_system.rst, scheduling_concepts.rst: Fix spelling of arbitrary.Joel Sherrill2-2/+2
2018-05-20c-user: changed RTEMS_STATUS_SUCCESSFUL to RTEMS_SUCCESSFULMalte Münch1-2/+2
2018-05-18c-user/configuring_a_system.rst: Removed double 'with'Malte Münch1-1/+1
2018-05-18fix typo: extesion->extensionMalte Münch1-1/+1
2018-05-18c-user: Update manual organization in overviewMalte Münch1-32/+57
2018-04-30c-user: Fix referenceSebastian Huber1-6/+6
2018-04-30c-user: Fix typoSebastian Huber1-2/+2
2018-03-12c-user: Properly fix the previous typoSebastian Huber1-1/+1
2018-03-12c-user: Fix typoSebastian Huber1-1/+1
2018-03-12c-user: Simplify clustered scheduler configurationSebastian Huber1-45/+54
Close #3325.
2018-03-09c-user: Fix simple SMP scheduler limitsSebastian Huber1-1/+1
2018-03-08c-user: Rework scheduler alogrithm config defsSebastian Huber1-78/+92
Update #3325.
2018-03-07c-user: Rework clustered scheduling configurationSebastian Huber2-151/+185
2018-03-07c-user: Use uniprocessor throughoutSebastian Huber7-25/+25
2018-03-07c-user: Sort scheduler configuration optionsSebastian Huber1-96/+96
2018-03-07c-user: Promote clustered scheduler configurationSebastian Huber3-8/+7
Add own section for the clustered scheduler configuration.
2018-03-07c-user: Fix scheduler configuration overviewSebastian Huber2-4/+6
2018-03-07c-user: Update CONFIGURE_SCHEDULER_NAMESebastian Huber2-9/+27