summaryrefslogtreecommitdiffstats
path: root/c-user/configuring_a_system.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-09c-user: Obsolete Go configuration optionsSebastian Huber1-81/+21
Update #2832.
2019-02-08Add copyright noticesSebastian Huber1-0/+2
2019-02-01c-user: Add event recording configurationSebastian Huber1-0/+58
Update #3665.
2019-01-11Simplify SPDX-License-Identifier commentSebastian Huber1-1/+1
2019-01-11Remove superfluous "All rights reserved."Sebastian Huber1-1/+0
2019-01-11Use standard format for copyright linesSebastian Huber1-2/+1
2018-11-05c-user: Use common wording for build config optsSebastian Huber1-5/+5
2018-11-05c-user: Update POSIX API configurationSebastian Huber1-11/+22
Close ##2514.
2018-10-30Document CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRSSebastian Huber1-0/+32
2018-10-26c-user: Clarify scheduler configurationSebastian Huber1-9/+48
2018-10-22c-user: Modify CONFIGURE_INTERRUPT_STACK_SIZESebastian Huber1-12/+29
Use CPU_STACK_MINIMUM_SIZE instead of CONFIGURE_MINIMUM_TASK_STACK_SIZE to set the default value. Clarify documentation. Update #3480.
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-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-05-23configuring_a_system.rst, scheduling_concepts.rst: Fix spelling of arbitrary.Joel Sherrill1-1/+1
2018-05-18c-user/configuring_a_system.rst: Removed double 'with'Malte Münch1-1/+1
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-08c-user: Rework scheduler alogrithm config defsSebastian Huber1-78/+92
Update #3325.
2018-03-07c-user: Rework clustered scheduling configurationSebastian Huber1-149/+183
2018-03-07c-user: Use uniprocessor throughoutSebastian Huber1-5/+5
2018-03-07c-user: Sort scheduler configuration optionsSebastian Huber1-96/+96
2018-03-07c-user: Promote clustered scheduler configurationSebastian Huber1-5/+5
Add own section for the clustered scheduler configuration.
2018-03-07c-user: Fix scheduler configuration overviewSebastian Huber1-4/+4
2018-03-07c-user: Update CONFIGURE_SCHEDULER_NAMESebastian Huber1-7/+9
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.
2017-12-15c-user: Update unlimites objects configurationSebastian Huber1-33/+22
2017-11-13Clean up sphinx warnings.Chris Johns1-135/+267
- 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.
2017-11-12c-user: Fix index locations.Chris Johns1-169/+169
Update #3229.
2017-11-09Change RTEMS version to 5Sebastian Huber1-20/+20
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-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-06-30c-user: Document EDF SMPSebastian Huber1-0/+27
Close #3056.
2017-02-14c-user: CONFIGURE_MAXIMUM_PROCESSORSSebastian Huber1-40/+36
Update #2894.
2017-02-03c-user: Eliminate CONFIGURE_SMP_APPLICATIONSebastian Huber1-2/+2
Update #2893.
2017-02-03c-user: Update SMP introductionSebastian Huber1-32/+1
2017-02-01Use "in X config..." instead of "on X config..."Sebastian Huber1-4/+3
2017-01-31c-user: Task namesSebastian Huber1-1/+1
Update #2858.
2017-01-30c-user: Update key concepts timeSebastian Huber1-1/+1
2017-01-26c-user: Rework user extensions chapterSebastian Huber1-1/+1
Update #2692. Update #2752.
2017-01-13Document CONFIGURE_MAXIMUM_THREAD_NAME_SIZESebastian Huber1-0/+31
Update #2858.
2016-12-19CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORSSebastian Huber1-32/+0
Do not mention obsolete CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS. Close #2702.