summaryrefslogtreecommitdiffstats
path: root/c-user/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-08c-user: Clarify constraintsSebastian Huber1-2/+8
2021-02-10c-user: Add labels to the manager chaptersSebastian Huber1-1/+1
Update #3993.
2021-01-25Improve file header comment in generated filesSebastian Huber14-42/+98
2020-11-25c-user: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber1-1/+68
Document new configuration option CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE. Close #4181.
2020-11-12Improve automatically generated warningSebastian Huber14-70/+56
2020-11-09c-user: Add "Generated from ..." commentsSebastian Huber14-0/+330
2020-10-11Improve file header comment in generated filesSebastian Huber14-56/+126
2020-09-28c-user: Fix use of getchark() and rtems_putc()Sebastian Huber1-4/+4
2020-09-17c-user: CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGESebastian Huber1-0/+32
Document this application configuration option. Update #3959.
2020-09-17c-user: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber1-0/+44
Document this application configuration option. Close #4074.
2020-08-07c-user: Add automatically generated warningSebastian Huber14-0/+98
Update #3994.
2020-08-07c-user: Improve refs and formatting in appl configSebastian Huber14-98/+136
The formatting is generated through references within the specification. Update #3994.
2020-08-07c-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEMSebastian Huber1-2/+2
Improve formatting.
2020-07-23c-user: Unify references in appl config chapterSebastian Huber4-62/+49
This is a prepration step to allow the generation of the application configuration options in Doxygen markup.
2020-07-07c-user: Fix CONFIGURE_MAXIMUM_PROCESSORS minimumSebastian Huber1-1/+1
2020-07-06c-user: Fix appl config option referencesSebastian Huber2-2/+2
2020-07-06c-user: Sort appl config options by nameSebastian Huber3-72/+72
2020-06-17c-user: Use * for list itemsSebastian Huber4-51/+51
2020-04-15c-user: Fix RTEMS_SCHEDULER_EDF_SMP()Sebastian Huber1-1/+1
Update #3815.
2020-04-02eng: Add documentation guidelinesSebastian Huber1-44/+0
Start with templates for the application configuration options. Remove "Format to be followed for making changes in this file" from c-user. Update #3910.
2020-04-02c-user: Move CONFIGURE_MAXIMUM_PRIORITYSebastian Huber2-58/+58
Move this option to the scheduler configuration options. Update #3836.
2020-04-02c-user: Clarify config options useSebastian Huber3-5/+34
Update #3836.
2020-04-01c-user: Document all configuration optionsSebastian Huber7-0/+666
Close #2806.
2020-04-01c-user: Use new template for integer config optsSebastian Huber14-748/+1203
Try to bring all descriptions up to date. Add cross-references to several options. Clarify configuration value constraints. Use this template also for initializer type options. Close #3901.
2020-03-30c-user: Avoid self referencesSebastian Huber1-3/+3
Update #3900.
2020-03-30c-user: Use new template for feature config optsSebastian Huber1-23/+35
Update #3900.
2020-03-30c-user: Fix typo in file nameSebastian Huber1-0/+0
Update #3836.
2020-03-24c-user: Document new event record config optionsSebastian Huber1-1/+64
Update #3904.
2020-03-24c-user: Use new template for feature config optsSebastian Huber10-567/+539
Try to bring all descriptions up to date. Add cross-references to several options. Close #3900.
2020-03-18c-user: Canonicalize configuration option groupsSebastian Huber14-40/+37
Update #3836.
2020-03-17c-user: Add reference to proxiesSebastian Huber1-3/+2
Update #3836.
2020-03-17c-user: Fix formatSebastian Huber2-36/+36
Update #3836.
2020-03-17c-user: Add configuration option index entrySebastian Huber1-0/+2
Update #3836.
2020-03-17c-user: Fix sorting in filesystem configurationSebastian Huber1-2/+2
Update #3836.
2020-03-17c-user: Add missing configuration option notesSebastian Huber2-1/+49
Update #3836.
2020-03-17c-user: Sort configuration options alphabeticallySebastian Huber3-77/+77
Update #3836.
2020-03-13c-user: Obsolete CONFIGURE_MAXIMUM_DEVICESSebastian Huber2-30/+10
Close #3898.
2020-03-13c-user: Fix typosSebastian Huber1-4/+4
2020-03-13c-user: Reorder configuration option groupsSebastian Huber1-4/+4
Sort the configuration option groups according to the likelihood a user will define options of a group. Update #3836.
2020-03-13c-user: Clarify message buffer configurationSebastian Huber3-94/+73
The help macro CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE() is not a configuration option. Move it into the documentatation of the CONFIGURE_MESSAGE_BUFFER_MEMORY configuration option. Move this option to the general system configuration group. Update #3836.
2020-03-13c-user: Add copyright informationSebastian Huber1-0/+1
Add copyright information according to commit in RTEMS main repository: commit e53aae2676c42cda521328504f82d26c33827021 Author: Gedare Bloom <gedare@rtems.org> Date: Mon Mar 26 16:42:38 2012 -0400 confdefs: Add declaration for unlimited objects. Adds to confdefs a way to specify rtems_resource_unlimited for classic and posix objects using a new macro CONFIGURE_OBJECTS_UNLIMITED. Use CONFIGURE_OBJECTS_ALLOCATION_SIZE to declare the allocation size for extending the set of objects at runtime. Updates the unlimited sample to demonstrate how to use the new macros. Also adds new documentation in the C User's Manual regarding configuring with unlimited objects.
2020-03-12c-user: Move "Obsolete Configuration Options"Sebastian Huber2-221/+225
Update #3836.
2020-03-12c-user: Move "Ada Configuration"Sebastian Huber2-12/+16
Update #3836.
2020-03-12c-user: Move "Event Recording Configuration"Sebastian Huber2-58/+62
Update #3836.
2020-03-12c-user: Move "PCI Library Configuration"Sebastian Huber2-52/+56
Update #3836.
2020-03-12c-user: Move "Multiprocessing Configuration"Sebastian Huber2-181/+185
Update #3836.
2020-03-12c-user: Move "Device Driver Configuration"Sebastian Huber2-504/+508
Update #3836.
2020-03-12c-user: Move "Clustered Scheduler Configuration"Sebastian Huber2-216/+220
Update #3836.
2020-03-12c-user: Move "General Scheduler Configuration"Sebastian Huber2-386/+390
Update #3836.
2020-03-12c-user: Move "Idle Task Configuration"Sebastian Huber2-93/+97
Update #3836.