summaryrefslogtreecommitdiffstats
path: root/c-user/config/index.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-131-1/+0
| | | | | | | | | 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: Move "Obsolete Configuration Options"Sebastian Huber2020-03-121-221/+1
| | | | Update #3836.
* c-user: Move "Ada Configuration"Sebastian Huber2020-03-121-12/+1
| | | | Update #3836.
* c-user: Move "Event Recording Configuration"Sebastian Huber2020-03-121-58/+1
| | | | Update #3836.
* c-user: Move "PCI Library Configuration"Sebastian Huber2020-03-121-52/+1
| | | | Update #3836.
* c-user: Move "Multiprocessing Configuration"Sebastian Huber2020-03-121-181/+1
| | | | Update #3836.
* c-user: Move "Device Driver Configuration"Sebastian Huber2020-03-121-504/+1
| | | | Update #3836.
* c-user: Move "Clustered Scheduler Configuration"Sebastian Huber2020-03-121-216/+1
| | | | Update #3836.
* c-user: Move "General Scheduler Configuration"Sebastian Huber2020-03-121-386/+1
| | | | Update #3836.
* c-user: Move "Idle Task Configuration"Sebastian Huber2020-03-121-93/+1
| | | | Update #3836.
* c-user: Move "BSP Related Configuration Options"Sebastian Huber2020-03-121-244/+1
| | | | Update #3836.
* c-user: Move "Block Device Cache Configuration"Sebastian Huber2020-03-121-335/+1
| | | | Update #3836.
* c-user: Move "Filesystem Configuration"Sebastian Huber2020-03-121-544/+1
| | | | Update #3836.
* c-user: Move "Message Queue Buffer Configuration"Sebastian Huber2020-03-121-90/+1
| | | | Update #3836.
* c-user: Move "Task Stack Allocator Configuration"Sebastian Huber2020-03-121-110/+1
| | | | Update #3836.
* c-user: Move "POSIX Initialization Thread Configuration"Sebastian Huber2020-03-121-102/+1
| | | | Update #3836.
* c-user: Move "POSIX API Configuration"Sebastian Huber2020-03-121-249/+1
| | | | Update #3836.
* c-user: Move "Classic API Initialization Task Configuration"Sebastian Huber2020-03-121-231/+1
| | | | Update #3836.
* c-user: Move "Classic API Configuration"Sebastian Huber2020-03-121-288/+1
| | | | Update #3836.
* c-user: Move "General System Configuration"Sebastian Huber2020-03-121-636/+1
| | | | Update #3836.
* c-user: Split up configuring_a_system.rstSebastian Huber2020-03-111-0/+4565
Introduce an index file for this chapter. This helps to generate some sections from the specification in the future. Start with moving "Introduction" up to "Unlimited Objects" to a new file. Update #3836.