summaryrefslogtreecommitdiffstats
path: root/c-user (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2018-03-06CONFIGURE_*_SIMPLE_TASK_CONSOLE_DRIVERSebastian Huber1-13/+84
Update #3320.
2018-02-05CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVERSebastian Huber1-0/+39
Close #3170. Update #3199.
2018-02-05c-user: Fix index directivesSebastian Huber1-0/+10
Update #3229.
2018-02-05c-user: Use configuration option as section nameSebastian Huber1-713/+390
This makes it easier to find the documentation for a given configuration option. Remove superfluous comments.
2018-02-05c-user: Document obsolete termios config optionsSebastian Huber1-63/+16
Update #2843.
2018-02-05c-user: Add self-contained objects chapterSebastian Huber2-0/+1071
Update #2843.
2018-01-05c-user: Clarify user extensionsSebastian Huber1-10/+16
2017-12-15c-user: Update unlimites objects configurationSebastian Huber1-33/+22
2017-12-06Account for non-preemption and interrupt level not supported on SMPJoel Sherrill2-1/+9
Closes #3000.
2017-12-01c-user: Clarify local interrupt disableSebastian Huber1-3/+6
2017-11-30c-user: Clarify interrupt manager directivesSebastian Huber1-58/+137
Use RTEMS coding style in all code blocks.
2017-11-24c-user: Document global constructionSebastian Huber2-5/+74
Close #3243.
2017-11-23c-user: Document rtems_panic()Sebastian Huber1-4/+42
Close #3244.
2017-11-22c-user: Remove RTEMS_SYSINIT_POSIX_RWLOCKSebastian Huber1-4/+0
Update #3115.