summaryrefslogtreecommitdiffstats
path: root/c-user/config/index.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Remove obsolete config sectionSebastian Huber2023-02-141-1/+0
| | | | | | | | | | | | This commit already clarified that the defines of the removed section are optional BSP provided default values and not application configuration options: commit cf9f2121577b11f8eab5e49c48173c46cf09c627 Author: Sebastian Huber <sebastian.huber@embedded-brains.de> Date: Wed Nov 17 08:46:56 2021 +0100 c-user: Clarify BSP related configuration settings
* c-user: Add application config info directivesSebastian Huber2022-10-041-0/+2
| | | | | Close #4267. Close #4269.
* c-user/config/face.rst: New file -- add CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill2022-09-051-0/+1
| | | | Closes #4691.
* 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.