summaryrefslogtreecommitdiffstats
path: root/c-user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Add automatically generated warningSebastian Huber2020-08-0714-0/+98
| | | | Update #3994.
* c-user: Improve refs and formatting in appl configSebastian Huber2020-08-0714-98/+136
| | | | | | The formatting is generated through references within the specification. Update #3994.
* c-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEMSebastian Huber2020-08-071-2/+2
| | | | Improve formatting.
* c-user: Unify references in appl config chapterSebastian Huber2020-07-234-62/+49
| | | | | This is a prepration step to allow the generation of the application configuration options in Doxygen markup.
* c-user: Fix CONFIGURE_MAXIMUM_PROCESSORS minimumSebastian Huber2020-07-071-1/+1
|
* c-user: Fix appl config option referencesSebastian Huber2020-07-062-2/+2
|
* c-user: Sort appl config options by nameSebastian Huber2020-07-063-72/+72
|
* c-user: Add APA terms to glossaryRichi Dubey2020-06-301-0/+28
|
* c-user: Remove RTEMS_MP_NOT_CONFIGURED errorSebastian Huber2020-06-184-8/+0
| | | | | | | | | | | | | | Some objects can be created with a local or global scope in a multiprocessing network. In non-multiprocessing configurations setting the scope to local or global had no effect since such a system can be viewed as a multiprocessing network with just one node. One and all nodes is the same in such a network. However, if multiprocessing was configured, creation of a global object in a single node network resulted in an RTEMS_MP_NOT_CONFIGURED error. Remove this error condition for symmetry to the non-multiprocessing setup. This is in line with the task affinity behaviour in SMP systems. Close #4005.
* c-user: Mention possible preemptionsSebastian Huber2020-06-187-13/+32
| | | | | Mention that object create/delete may case the calling task to be preempted due to the object allocator mutex.
* c-user: Use * for list itemsSebastian Huber2020-06-174-51/+51
|
* Use a complete sentence for acronym definitionsSebastian Huber2020-06-041-35/+36
|
* Spelling/Grammar MistakesRichi Dubey2020-05-171-25/+25
|
* c-user: Document rtems_extension_create()Sebastian Huber2020-04-171-0/+2
| | | | Close #3953.
* c-user: Fix RTEMS_SCHEDULER_EDF_SMP()Sebastian Huber2020-04-151-1/+1
| | | | Update #3815.
* c-user: Split deprecated/removed directives chapterSebastian Huber2020-04-151-4/+7
|
* c-user: Add removed directive rtems_clock_get()Sebastian Huber2020-04-151-21/+108
| | | | | | Be in line with Task Manager chapter. Update #2693.
* eng: Add documentation guidelinesSebastian Huber2020-04-021-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.
* c-user: Move CONFIGURE_MAXIMUM_PRIORITYSebastian Huber2020-04-022-58/+58
| | | | | | Move this option to the scheduler configuration options. Update #3836.
* c-user: Clarify config options useSebastian Huber2020-04-023-5/+34
| | | | Update #3836.
* eng: Add glossary termsSebastian Huber2020-04-011-6/+77
| | | | | | | | | | | | | | | | | Define the following terms: * assembler language * C language * ELF * interrupt service * software component * software unit Clarify: * task Update #3715.
* c-user: Document all configuration optionsSebastian Huber2020-04-017-0/+666
| | | | Close #2806.
* c-user: Use new template for integer config optsSebastian Huber2020-04-0114-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.
* c-user: Avoid self referencesSebastian Huber2020-03-301-3/+3
| | | | Update #3900.
* c-user: Use new template for feature config optsSebastian Huber2020-03-301-23/+35
| | | | Update #3900.
* c-user: Fix typo in file nameSebastian Huber2020-03-301-0/+0
| | | | Update #3836.
* c-user: Document new event record config optionsSebastian Huber2020-03-241-1/+64
| | | | Update #3904.
* c-user: Use new template for feature config optsSebastian Huber2020-03-2410-567/+539
| | | | | | | Try to bring all descriptions up to date. Add cross-references to several options. Close #3900.
* c-user: Canonicalize configuration option groupsSebastian Huber2020-03-1814-40/+37
| | | | Update #3836.
* c-user: Add reference to proxiesSebastian Huber2020-03-172-3/+4
| | | | Update #3836.
* c-user: Fix formatSebastian Huber2020-03-172-36/+36
| | | | Update #3836.
* c-user: Add configuration option index entrySebastian Huber2020-03-171-0/+2
| | | | Update #3836.
* c-user: Fix sorting in filesystem configurationSebastian Huber2020-03-171-2/+2
| | | | Update #3836.
* c-user: Add missing configuration option notesSebastian Huber2020-03-172-1/+49
| | | | Update #3836.
* c-user: Sort configuration options alphabeticallySebastian Huber2020-03-173-77/+77
| | | | Update #3836.
* c-user: Obsolete CONFIGURE_MAXIMUM_DEVICESSebastian Huber2020-03-132-30/+10
| | | | Close #3898.
* c-user: Fix typosSebastian Huber2020-03-131-4/+4
|
* c-user: Reorder configuration option groupsSebastian Huber2020-03-131-4/+4
| | | | | | | Sort the configuration option groups according to the likelihood a user will define options of a group. Update #3836.
* c-user: Clarify message buffer configurationSebastian Huber2020-03-133-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.
* c-user: Add copyright informationSebastian Huber2020-03-131-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.
* c-user: Move "Obsolete Configuration Options"Sebastian Huber2020-03-122-221/+225
| | | | Update #3836.
* c-user: Move "Ada Configuration"Sebastian Huber2020-03-122-12/+16
| | | | Update #3836.
* c-user: Move "Event Recording Configuration"Sebastian Huber2020-03-122-58/+62
| | | | Update #3836.
* c-user: Move "PCI Library Configuration"Sebastian Huber2020-03-122-52/+56
| | | | Update #3836.
* c-user: Move "Multiprocessing Configuration"Sebastian Huber2020-03-122-181/+185
| | | | Update #3836.
* c-user: Move "Device Driver Configuration"Sebastian Huber2020-03-122-504/+508
| | | | Update #3836.
* c-user: Move "Clustered Scheduler Configuration"Sebastian Huber2020-03-122-216/+220
| | | | Update #3836.
* c-user: Move "General Scheduler Configuration"Sebastian Huber2020-03-122-386/+390
| | | | Update #3836.
* c-user: Move "Idle Task Configuration"Sebastian Huber2020-03-122-93/+97
| | | | Update #3836.
* c-user: Move "BSP Related Configuration Options"Sebastian Huber2020-03-122-244/+248
| | | | Update #3836.