summaryrefslogtreecommitdiffstats
path: root/c-user (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-12Add indexes to all documents.Chris Johns2-2/+5
Update #3229.
2017-11-09Change RTEMS version to 5Sebastian Huber4-36/+36
Update #3220.
2017-11-02c-user/configuring_a_system.rst: Delete notepads sectionJoel Sherrill1-32/+0
closes #3215.
2017-10-12c-user: CONFIGURE_MAXIMUM_POSIX_SEMAPHORESSebastian Huber1-6/+30
This configuration is not obsolete since it is still used for named semaphores. Update #3116.
2017-10-11c-user: Update to reflect rtems_clock_get() being obsoleted.Joel Sherrill2-95/+22
Closes #2693.
2017-10-09c-user: Add obsolete configuration options sectionSebastian Huber1-164/+88
Update #2493. Update #3112. Update #3113. Update #3114. Update #3115. Update #3116.
2017-10-06c-user: Clarify that confdefs.h is mandatorySebastian Huber1-21/+3
2017-09-14c-user: Fix task create notesSebastian Huber1-2/+6
2017-09-14c-user: Clarify SMP's rtems_get_processor_count.Chris Johns1-1/+4
2017-08-24c-user: Clarify user extensionsSebastian Huber1-59/+66
Close #2367.
2017-08-11Update copyright notices.Chris Johns1-4/+7
2017-07-14c-user: Fix interrupt lock documentationSebastian Huber1-17/+35
Update #3075.
2017-07-12c-user: Document new scheduler ident routinesSebastian Huber1-0/+83
Close #3069. Close #3070.
2017-07-10c-user: Update scheduler/task chapterSebastian Huber2-34/+87
Reflect EDF SMP scheduler changes. Close #3059. Close #3063.
2017-06-30c-user: Document EDF SMPSebastian Huber2-0/+34
Close #3056.
2017-05-11c-user: Replace pre-emption with preemptionSebastian Huber2-8/+8
2017-04-25c-user/rate_monotonic_manager.rst: Use Latex math for utilization formulasJoel Sherrill1-9/+8
2017-03-27waf: Cleaner formatting to see the importing.Chris Johns1-2/+7
2017-03-20Use a single top level version number.Chris Johns1-4/+5
2017-03-08c-user: Add note to rtems_task_set_scheduler()Sebastian Huber1-1/+3
2017-03-07c-user: Update rtems_task_set_scheduler()Sebastian Huber1-31/+39
2017-02-22Move extensions to common conf.pySebastian Huber1-2/+0
2017-02-20Render math via JavaScript in HTML outputSebastian Huber1-1/+1
2017-02-15c-user: Fix linker set code blocksSebastian Huber1-12/+13
2017-02-15c-user: Document linker set contentSebastian Huber1-0/+48
Close #2770.
2017-02-14c-user: CONFIGURE_MAXIMUM_PROCESSORSSebastian Huber3-44/+40
Update #2894.
2017-02-03c-user: Add SMP internal lockingSebastian Huber1-0/+38
2017-02-03c-user: Add SMP profilingSebastian Huber1-0/+58
2017-02-03c-user: Eliminate CONFIGURE_SMP_APPLICATIONSebastian Huber2-3/+2
Update #2893.
2017-02-03c-user: Update SMP introductionSebastian Huber3-50/+48
2017-02-03c-user: New SMP chapter titleSebastian Huber1-2/+2
2017-02-03c-user: Add TAS and TTAS termsSebastian Huber2-2/+8
2017-02-03c-user: Update scheduler helping protocolSebastian Huber1-68/+50
2017-02-02c-user: Add SMP low-level synchronizationSebastian Huber2-41/+93
2017-02-02c-user: Use sphinx glossary supportSebastian Huber2-658/+658
Terms can be referenced via :term:`XYZ`.
2017-02-02c-user: Add SMP implementation details sectionSebastian Huber1-38/+41
2017-02-02c-user: Add SMP application issues sectionSebastian Huber2-151/+209
2017-02-02c-user: Update clustered schedulingSebastian Huber1-21/+45
2017-02-01Use "in X config..." instead of "on X config..."Sebastian Huber6-28/+27
2017-02-01c-user: Move scheduler directivesSebastian Huber2-166/+175
2017-02-01c-user: Remove duplicate thread queue sectionSebastian Huber1-50/+0
2017-02-01c-user: Update task migrationSebastian Huber1-29/+9
2017-02-01c-user: Move some task directivesSebastian Huber2-237/+234
2017-02-01c-user: Add Key concept locking protocolsSebastian Huber2-85/+124
Update #2412. Update #2556.
2017-02-01c-user: Add key concept thread queuesSebastian Huber2-2/+70
Update #2556.
2017-01-31Fix refs.bib entrySebastian Huber1-1/+1
2017-01-31c-user: Task namesSebastian Huber2-1/+15
Update #2858.
2017-01-30c-user: Update initializationSebastian Huber1-4/+4
Update #2692.
2017-01-30c-user: Update timer managerSebastian Huber1-8/+16
Update #2554.
2017-01-30c-user: Add timer and timeouts key conceptSebastian Huber2-1/+41
Update #2554.