summaryrefslogtreecommitdiffstats
path: root/c-user (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* CONFIGURE_*_SIMPLE_TASK_CONSOLE_DRIVERSebastian Huber2018-03-061-13/+84
| | | | Update #3320.
* CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVERSebastian Huber2018-02-051-0/+39
| | | | | Close #3170. Update #3199.
* c-user: Fix index directivesSebastian Huber2018-02-051-0/+10
| | | | Update #3229.
* c-user: Use configuration option as section nameSebastian Huber2018-02-051-713/+390
| | | | | | | This makes it easier to find the documentation for a given configuration option. Remove superfluous comments.
* c-user: Document obsolete termios config optionsSebastian Huber2018-02-051-63/+16
| | | | Update #2843.
* c-user: Add self-contained objects chapterSebastian Huber2018-02-052-0/+1071
| | | | Update #2843.
* c-user: Clarify user extensionsSebastian Huber2018-01-051-10/+16
|
* c-user: Update unlimites objects configurationSebastian Huber2017-12-151-33/+22
|
* Account for non-preemption and interrupt level not supported on SMPJoel Sherrill2017-12-062-1/+9
| | | | Closes #3000.
* c-user: Clarify local interrupt disableSebastian Huber2017-12-011-3/+6
|
* c-user: Clarify interrupt manager directivesSebastian Huber2017-11-301-58/+137
| | | | Use RTEMS coding style in all code blocks.
* c-user: Document global constructionSebastian Huber2017-11-242-5/+74
| | | | Close #3243.
* c-user: Document rtems_panic()Sebastian Huber2017-11-231-4/+42
| | | | Close #3244.
* c-user: Remove RTEMS_SYSINIT_POSIX_RWLOCKSebastian Huber2017-11-221-4/+0
| | | | Update #3115.
* c-user: Remove RTEMS_SYSINIT_POSIX_BARRIERSebastian Huber2017-11-221-4/+0
| | | | Update #3114.
* c-user: Remove RTEMS_SYSINIT_POSIX_MUTEXSebastian Huber2017-11-221-4/+0
| | | | Update #3112.
* c-user: RTEMS_SYSINIT_POSIX_CONDITION_VARIABLESebastian Huber2017-11-221-4/+0
| | | | Update #3113.
* Mention barrier manager in rtems_semaphore_flush()Sebastian Huber2017-11-202-0/+6
|
* Clarify INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAILSebastian Huber2017-11-201-1/+2
| | | | Update #3239.
* c-user: Clarify rtems_interrupt_flash()Sebastian Huber2017-11-201-7/+11
|
* c-user: Remove clock driver specific functionsSebastian Huber2017-11-171-3/+0
| | | | | | Do not mention functions which belong to a specific clock driver implementation. These functions should not be called by applications directly.
* Document INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAILSebastian Huber2017-11-171-0/+4
| | | | Close #3239.
* INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNITSebastian Huber2017-11-171-0/+4
|
* c-users: Clarify semaphore obtain/flushSebastian Huber2017-11-161-1/+43
|
* Clean up sphinx warnings.Chris Johns2017-11-1329-345/+665
| | | | | | | | | | - Fix minor formatting issues. - Fix reference the gloassary TLS using ':term:'. - Make sure nothing is between an anchor and the heading where ':ref:' references the anchor. This meant moving all the recently added '.. index::' entries. Update #3232. Update #3229.
* c-user: Fix index locations.Chris Johns2017-11-1236-785/+920
| | | | Update #3229.
* Add indexes to all documents.Chris Johns2017-11-122-2/+5
| | | | Update #3229.
* Change RTEMS version to 5Sebastian Huber2017-11-094-36/+36
| | | | Update #3220.
* c-user/configuring_a_system.rst: Delete notepads sectionJoel Sherrill2017-11-021-32/+0
| | | | closes #3215.
* c-user: CONFIGURE_MAXIMUM_POSIX_SEMAPHORESSebastian Huber2017-10-121-6/+30
| | | | | | | This configuration is not obsolete since it is still used for named semaphores. Update #3116.
* c-user: Update to reflect rtems_clock_get() being obsoleted.Joel Sherrill2017-10-112-95/+22
| | | | Closes #2693.
* c-user: Add obsolete configuration options sectionSebastian Huber2017-10-091-164/+88
| | | | | | | | | Update #2493. Update #3112. Update #3113. Update #3114. Update #3115. Update #3116.
* c-user: Clarify that confdefs.h is mandatorySebastian Huber2017-10-061-21/+3
|
* c-user: Fix task create notesSebastian Huber2017-09-141-2/+6
|
* c-user: Clarify SMP's rtems_get_processor_count.Chris Johns2017-09-141-1/+4
|
* c-user: Clarify user extensionsSebastian Huber2017-08-241-59/+66
| | | | Close #2367.
* Update copyright notices.Chris Johns2017-08-111-4/+7
|
* c-user: Fix interrupt lock documentationSebastian Huber2017-07-141-17/+35
| | | | Update #3075.
* c-user: Document new scheduler ident routinesSebastian Huber2017-07-121-0/+83
| | | | | Close #3069. Close #3070.
* c-user: Update scheduler/task chapterSebastian Huber2017-07-102-34/+87
| | | | | | | Reflect EDF SMP scheduler changes. Close #3059. Close #3063.
* c-user: Document EDF SMPSebastian Huber2017-06-302-0/+34
| | | | Close #3056.
* c-user: Replace pre-emption with preemptionSebastian Huber2017-05-112-8/+8
|
* c-user/rate_monotonic_manager.rst: Use Latex math for utilization formulasJoel Sherrill2017-04-251-9/+8
|
* waf: Cleaner formatting to see the importing.Chris Johns2017-03-271-2/+7
|
* Use a single top level version number.Chris Johns2017-03-201-4/+5
|
* c-user: Add note to rtems_task_set_scheduler()Sebastian Huber2017-03-081-1/+3
|
* c-user: Update rtems_task_set_scheduler()Sebastian Huber2017-03-071-31/+39
|
* Move extensions to common conf.pySebastian Huber2017-02-221-2/+0
|
* Render math via JavaScript in HTML outputSebastian Huber2017-02-201-1/+1
|
* c-user: Fix linker set code blocksSebastian Huber2017-02-151-12/+13
|