summaryrefslogtreecommitdiffstats
path: root/c-user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix indexing so it works on HTML and PDF.Chris Johns2018-08-212-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
* c-user: SMP is supported on RISC-VSebastian Huber2018-08-111-1/+3
| | | | Update #3433.
* c-user: Adjust integer types in partition createSebastian Huber2018-08-101-2/+2
| | | | Close #3486.
* c-user: CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZESebastian Huber2018-08-071-7/+37
| | | | Close #3434.
* c-user: Sort POSIX configuration optionsSebastian Huber2018-08-071-60/+60
|
* c-user: Update partition create documentationSebastian Huber2018-08-031-11/+54
| | | | | | Add an example. Close #3482.
* c-user: Document RTEMS_SYSINIT_CPU_COUNTERSebastian Huber2018-06-191-0/+6
| | | | Update #3456.
* c-user: Remove obsolete RTEMS_SYSINIT_CPU_SETSebastian Huber2018-06-181-4/+0
| | | | Update #2514.
* c-user: RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber2018-06-051-0/+4
| | | | Close #3437.
* c-user: Update rtems_region_create()Sebastian Huber2018-06-051-9/+10
|
* configuring_a_system.rst, scheduling_concepts.rst: Fix spelling of arbitrary.Joel Sherrill2018-05-232-2/+2
|
* c-user: changed RTEMS_STATUS_SUCCESSFUL to RTEMS_SUCCESSFULMalte Münch2018-05-201-2/+2
|
* c-user/configuring_a_system.rst: Removed double 'with'Malte Münch2018-05-181-1/+1
|
* fix typo: extesion->extensionMalte Münch2018-05-181-1/+1
|
* c-user: Update manual organization in overviewMalte Münch2018-05-181-32/+57
|
* c-user: Fix referenceSebastian Huber2018-04-301-6/+6
|
* c-user: Fix typoSebastian Huber2018-04-301-2/+2
|
* c-user: Properly fix the previous typoSebastian Huber2018-03-121-1/+1
|
* c-user: Fix typoSebastian Huber2018-03-121-1/+1
|
* c-user: Simplify clustered scheduler configurationSebastian Huber2018-03-121-45/+54
| | | | Close #3325.
* c-user: Fix simple SMP scheduler limitsSebastian Huber2018-03-091-1/+1
|
* c-user: Rework scheduler alogrithm config defsSebastian Huber2018-03-081-78/+92
| | | | Update #3325.
* c-user: Rework clustered scheduling configurationSebastian Huber2018-03-072-151/+185
|
* c-user: Use uniprocessor throughoutSebastian Huber2018-03-077-25/+25
|
* c-user: Sort scheduler configuration optionsSebastian Huber2018-03-071-96/+96
|
* c-user: Promote clustered scheduler configurationSebastian Huber2018-03-073-8/+7
| | | | Add own section for the clustered scheduler configuration.
* c-user: Fix scheduler configuration overviewSebastian Huber2018-03-072-4/+6
|
* c-user: Update CONFIGURE_SCHEDULER_NAMESebastian Huber2018-03-072-9/+27
|
* 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.