25 Commits

Author SHA1 Message Date
Sebastian Huber
63e175f65c c-user: Remove obsolete config section
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
2023-02-14 16:14:47 +01:00
Sebastian Huber
0fc5c0336d c-user: Add application config info directives
Close #4267.
Close #4269.
2022-10-04 10:26:38 +02:00
Joel Sherrill
4f9e9e522f c-user/config/face.rst: New file -- add CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR
Closes #4691.
2022-09-05 09:02:06 +02:00
Sebastian Huber
b34f2deba8 c-user: Reorder configuration option groups
Sort the configuration option groups according to the likelihood a user
will define options of a group.

Update #3836.
2020-03-13 13:20:20 +01:00
Sebastian Huber
03a735f896 c-user: Clarify message buffer configuration
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-13 13:20:20 +01:00
Sebastian Huber
88dd013b42 c-user: Move "Obsolete Configuration Options"
Update #3836.
2020-03-12 10:22:33 +01:00
Sebastian Huber
1fd339b391 c-user: Move "Ada Configuration"
Update #3836.
2020-03-12 10:22:32 +01:00
Sebastian Huber
a388de9416 c-user: Move "Event Recording Configuration"
Update #3836.
2020-03-12 10:22:31 +01:00
Sebastian Huber
b71fb436fd c-user: Move "PCI Library Configuration"
Update #3836.
2020-03-12 10:22:16 +01:00
Sebastian Huber
088a1f856f c-user: Move "Multiprocessing Configuration"
Update #3836.
2020-03-12 10:21:51 +01:00
Sebastian Huber
41ac3da942 c-user: Move "Device Driver Configuration"
Update #3836.
2020-03-12 10:21:29 +01:00
Sebastian Huber
020d2e7e85 c-user: Move "Clustered Scheduler Configuration"
Update #3836.
2020-03-12 10:21:06 +01:00
Sebastian Huber
275f4a049c c-user: Move "General Scheduler Configuration"
Update #3836.
2020-03-12 10:20:34 +01:00
Sebastian Huber
38032b0cca c-user: Move "Idle Task Configuration"
Update #3836.
2020-03-12 10:20:00 +01:00
Sebastian Huber
4bb586beba c-user: Move "BSP Related Configuration Options"
Update #3836.
2020-03-12 10:19:25 +01:00
Sebastian Huber
1af97adca2 c-user: Move "Block Device Cache Configuration"
Update #3836.
2020-03-12 10:18:57 +01:00
Sebastian Huber
c0a70dba61 c-user: Move "Filesystem Configuration"
Update #3836.
2020-03-12 10:18:36 +01:00
Sebastian Huber
4d74cbd8fc c-user: Move "Message Queue Buffer Configuration"
Update #3836.
2020-03-12 10:18:14 +01:00
Sebastian Huber
bdd17e5c0a c-user: Move "Task Stack Allocator Configuration"
Update #3836.
2020-03-12 10:17:38 +01:00
Sebastian Huber
2a761cfbb1 c-user: Move "POSIX Initialization Thread Configuration"
Update #3836.
2020-03-12 10:17:06 +01:00
Sebastian Huber
16b0d3f177 c-user: Move "POSIX API Configuration"
Update #3836.
2020-03-12 10:16:34 +01:00
Sebastian Huber
a9e6a1dbf8 c-user: Move "Classic API Initialization Task Configuration"
Update #3836.
2020-03-12 10:16:10 +01:00
Sebastian Huber
bf995cf8d9 c-user: Move "Classic API Configuration"
Update #3836.
2020-03-12 10:15:37 +01:00
Sebastian Huber
ac9d49d535 c-user: Move "General System Configuration"
Update #3836.
2020-03-12 10:15:04 +01:00
Sebastian Huber
a526872600 c-user: Split up configuring_a_system.rst
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.
2020-03-11 12:30:39 +01:00