diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h index b5b1b8b553..c1f23d5972 100644 --- a/cpukit/doxygen/appl-config.h +++ b/cpukit/doxygen/appl-config.h @@ -950,27 +950,27 @@ * @parblock * If this configuration option is specified, then * - * * a task storage area of the specified size is statically allocated by + * - a task storage area of the specified size is statically allocated by * ```` for the Classic API initialization task, * - * * the Classic API initialization task is constructed by + * - the Classic API initialization task is constructed by * rtems_task_construct() instead of using rtems_task_create(), * - * * the maximum thread-local storage size defined by @ref + * - the maximum thread-local storage size defined by @ref * CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE is used for the Classic API * initialization task, * - * * the Classic API initialization task should be accounted for in @ref + * - the Classic API initialization task should be accounted for in @ref * CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE, and * - * * the task storage area used for the Classic API initialization task is not + * - the task storage area used for the Classic API initialization task is not * reclaimed by the system if the task is deleted. * * The * - * * @ref CONFIGURE_INIT_TASK_STACK_SIZE and + * - @ref CONFIGURE_INIT_TASK_STACK_SIZE and * - * * `CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE` + * - `CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE` * * configuration options are mutually exclusive. * @endparblock @@ -1091,9 +1091,9 @@ * @parblock * The * - * * `CONFIGURE_INIT_TASK_STACK_SIZE` and + * - `CONFIGURE_INIT_TASK_STACK_SIZE` and * - * * @ref CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE + * - @ref CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE * * configuration options are mutually exclusive. * @endparblock @@ -1119,11 +1119,11 @@ * The application shall define at least one of the following configuration * options * - * * `CONFIGURE_RTEMS_INIT_TASKS_TABLE`, + * - `CONFIGURE_RTEMS_INIT_TASKS_TABLE`, * - * * @ref CONFIGURE_POSIX_INIT_THREAD_TABLE, or + * - @ref CONFIGURE_POSIX_INIT_THREAD_TABLE, or * - * * @ref CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION + * - @ref CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION * * otherwise a compile time error in the configuration file will occur. * @@ -1173,11 +1173,11 @@ * The application shall define exactly one of the following configuration * options * - * * @ref CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER, + * - @ref CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER, * - * * `CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER`, or + * - `CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER`, or * - * * @ref CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER, + * - @ref CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER, * * otherwise a compile time error in the configuration file will occur. * @endparblock @@ -1258,11 +1258,11 @@ * The application shall define exactly one of the following configuration * options * - * * `CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER`, + * - `CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER`, * - * * @ref CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER, or + * - @ref CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER, or * - * * @ref CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER, + * - @ref CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER, * * otherwise a compile time error in the configuration file will occur. * @endparblock @@ -1294,11 +1294,11 @@ * * The * - * * `CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER`, + * - `CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER`, * - * * @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER, and + * - @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER, and * - * * @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER * * configuration options are mutually exclusive. * @endparblock @@ -1427,11 +1427,11 @@ * * The * - * * @ref CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER, + * - @ref CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER, * - * * `CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER`, and + * - `CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER`, and * - * * @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER * * configuration options are mutually exclusive. * @endparblock @@ -1476,11 +1476,11 @@ * * The * - * * @ref CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER, + * - @ref CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER, * - * * @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER, and + * - @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER, and * - * * `CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER` + * - `CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER` * * configuration options are mutually exclusive. * @endparblock @@ -1529,11 +1529,11 @@ * The application shall define exactly one of the following configuration * options * - * * @ref CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER, + * - @ref CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER, * - * * @ref CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER, or + * - @ref CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER, or * - * * `CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER`, + * - `CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER`, * * otherwise a compile time error will occur. * @endparblock @@ -1676,37 +1676,37 @@ * configured device drivers configured using the following configuration * options: * - * * @ref CONFIGURE_APPLICATION_EXTRA_DRIVERS + * - @ref CONFIGURE_APPLICATION_EXTRA_DRIVERS * - * * @ref CONFIGURE_APPLICATION_NEEDS_ATA_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_ATA_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_IDE_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_IDE_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_LIBBLOCK + * - @ref CONFIGURE_APPLICATION_NEEDS_LIBBLOCK * - * * @ref CONFIGURE_APPLICATION_NEEDS_NULL_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_NULL_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_WATCHDOG_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_WATCHDOG_DRIVER * - * * @ref CONFIGURE_APPLICATION_NEEDS_ZERO_DRIVER + * - @ref CONFIGURE_APPLICATION_NEEDS_ZERO_DRIVER * - * * @ref CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS + * - @ref CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS * * If the @ref CONFIGURE_DISABLE_BSP_SETTINGS configuration option is not * defined and the BSP provides #CONFIGURE_BSP_PREREQUISITE_DRIVERS, then the @@ -1759,9 +1759,9 @@ * * In case * - * * this configuration option is defined + * - this configuration option is defined * - * * and @ref CONFIGURE_RECORD_PER_PROCESSOR_ITEMS is properly defined, + * - and @ref CONFIGURE_RECORD_PER_PROCESSOR_ITEMS is properly defined, * * then the event record extensions are enabled. * @@ -1784,11 +1784,11 @@ * * In case * - * * this configuration option is defined + * - this configuration option is defined * - * * and @ref CONFIGURE_RECORD_PER_PROCESSOR_ITEMS is properly defined, + * - and @ref CONFIGURE_RECORD_PER_PROCESSOR_ITEMS is properly defined, * - * * and @ref CONFIGURE_RECORD_FATAL_DUMP_BASE64_ZLIB is undefined, + * - and @ref CONFIGURE_RECORD_FATAL_DUMP_BASE64_ZLIB is undefined, * * then the event records are dumped in Base64 encoding in a fatal error * extension (see Deterministic * Priority Scheduler, which is the default in uniprocessor * configurations and can be configured through the @ref * CONFIGURE_SCHEDULER_PRIORITY configuration option, * - * * Deterministic * Priority SMP Scheduler which can be configured through the @ref * CONFIGURE_SCHEDULER_PRIORITY_SMP configuration option, and * - * * Arbitrary * Processor Affinity Priority SMP Scheduler which can be configured * through the @ref CONFIGURE_SCHEDULER_PRIORITY_AFFINITY_SMP configuration @@ -4575,9 +4575,9 @@ * - The value of the configuration option shall be a list of the following * macros: * - * * `RTEMS_SCHEDULER_ASSIGN( scheduler_index, attributes )` + * - `RTEMS_SCHEDULER_ASSIGN( scheduler_index, attributes )` * - * * `RTEMS_SCHEDULER_ASSIGN_NO_SCHEDULER` + * - `RTEMS_SCHEDULER_ASSIGN_NO_SCHEDULER` * * The `scheduler_index` macro parameter shall be a valid index of the * scheduler table defined by the @ref CONFIGURE_SCHEDULER_TABLE_ENTRIES @@ -4586,9 +4586,9 @@ * The `attributes` macro parameter shall be set to exactly one of the * following constants: * - * * `RTEMS_SCHEDULER_ASSIGN_PROCESSOR_MANDATORY` + * - `RTEMS_SCHEDULER_ASSIGN_PROCESSOR_MANDATORY` * - * * `RTEMS_SCHEDULER_ASSIGN_PROCESSOR_OPTIONAL` + * - `RTEMS_SCHEDULER_ASSIGN_PROCESSOR_OPTIONAL` * * - The value of the configuration option shall be a list of exactly @ref * CONFIGURE_MAXIMUM_PROCESSORS elements. @@ -4712,35 +4712,35 @@ * @parblock * The default value is * - * * `"MEDF"` for the Earliest * Deadline First SMP Scheduler, * - * * `"MPA "` for the Arbitrary * Processor Affinity Priority SMP Scheduler, * - * * `"MPD "` for the Deterministic * Priority SMP Scheduler, * - * * `"MPS "` for the Simple * Priority SMP Scheduler, * - * * `"UCBS"` for the Constant * Bandwidth Server Scheduling (CBS), * - * * `"UEDF"` for the Earliest * Deadline First Scheduler, * - * * `"UPD "` for the Deterministic * Priority Scheduler, and * - * * `"UPS "` for the Simple * Priority Scheduler. * @endparblock @@ -4971,23 +4971,23 @@ * - The value of the configuration option shall be a list of the following * macros: * - * * `RTEMS_SCHEDULER_TABLE_CBS( name, obj_name )` + * - `RTEMS_SCHEDULER_TABLE_CBS( name, obj_name )` * - * * `RTEMS_SCHEDULER_TABLE_EDF( name, obj_name )` + * - `RTEMS_SCHEDULER_TABLE_EDF( name, obj_name )` * - * * `RTEMS_SCHEDULER_TABLE_EDF_SMP( name, obj_name )` + * - `RTEMS_SCHEDULER_TABLE_EDF_SMP( name, obj_name )` * - * * `RTEMS_SCHEDULER_TABLE_PRIORITY_AFFINITY_SMP( name, obj_name )` + * - `RTEMS_SCHEDULER_TABLE_PRIORITY_AFFINITY_SMP( name, obj_name )` * - * * `RTEMS_SCHEDULER_TABLE_PRIORITY( name, obj_name )` + * - `RTEMS_SCHEDULER_TABLE_PRIORITY( name, obj_name )` * - * * `RTEMS_SCHEDULER_TABLE_PRIORITY_SMP( name, obj_name )` + * - `RTEMS_SCHEDULER_TABLE_PRIORITY_SMP( name, obj_name )` * - * * `RTEMS_SCHEDULER_TABLE_SIMPLE( name, obj_name )` + * - `RTEMS_SCHEDULER_TABLE_SIMPLE( name, obj_name )` * - * * `RTEMS_SCHEDULER_TABLE_SIMPLE_SMP( name, obj_name )` + * - `RTEMS_SCHEDULER_TABLE_SIMPLE_SMP( name, obj_name )` * - * * `RTEMS_SCHEDULER_TABLE_STRONG_APA( name, obj_name )` + * - `RTEMS_SCHEDULER_TABLE_STRONG_APA( name, obj_name )` * * The `name` macro parameter shall be the name associated with the scheduler * data structures, see