summaryrefslogtreecommitdiffstats
path: root/c-user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous "All rights reserved."Sebastian Huber2019-01-1139-39/+0
|
* Use standard format for copyright linesSebastian Huber2019-01-1139-74/+41
|
* Add common header.rst to reduce copy and pasteSebastian Huber2019-01-091-23/+1
|
* c-user: Fix typosFrédéric Jouault2019-01-042-4/+4
| | | | Close #3261.
* c-user: rtems_scheduler_get_maximum_priority()Sebastian Huber2018-12-101-0/+37
| | | | Close #3636.
* c-user: Remove 16-bit object identifiersSebastian Huber2018-11-211-36/+8
| | | | Close #3603.
* c-user: Update type deprecationSebastian Huber2018-11-161-10/+5
| | | | | | Update #3584. Update #3587. Update #3589.
* c-user: Use common wording for build config optsSebastian Huber2018-11-052-7/+7
|
* c-user: Update POSIX API configurationSebastian Huber2018-11-051-11/+22
| | | | Close ##2514.
* Document CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRSSebastian Huber2018-10-301-0/+32
|
* c-user/message_manager.rst: Change "cons void" to "const void"Joel Sherrill2018-10-291-1/+1
| | | | Closes #3575.
* c-user: Clarify scheduler configurationSebastian Huber2018-10-263-23/+71
|
* c-user: Modify CONFIGURE_INTERRUPT_STACK_SIZESebastian Huber2018-10-221-12/+29
| | | | | | | | | Use CPU_STACK_MINIMUM_SIZE instead of CONFIGURE_MINIMUM_TASK_STACK_SIZE to set the default value. Clarify documentation. Update #3480.
* Update the copyright year.Chris Johns2018-10-191-1/+1
|
* c-user/index.rst: Reorder linker sets and directive status codesJoel Sherrill2018-10-111-1/+1
|
* barrier_manager.rst: Fix Barrier Wait Section TitleJoel Sherrill2018-10-051-2/+2
| | | | closes #3538.
* c-user: Document rtems_task_exit()Sebastian Huber2018-10-041-1/+46
| | | | Close #3533.
* Remove CONFIGURE_HAS_OWN_CONFIGURATION_TABLESebastian Huber2018-09-171-26/+7
| | | | | Close #3489. Close #3490.
* c-user: Remove CONFIGURE_HAS_OWN_MOUNT_TABLESebastian Huber2018-09-171-33/+7
| | | | Close #3488.
* c-user: Mention thread pinningSebastian Huber2018-09-101-0/+22
| | | | Close #3508.
* c-user: Mention per-processor dataSebastian Huber2018-09-101-0/+18
| | | | Close #3507.
* 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.