From 4565256f2433ad899525114985baa1bfb99964e1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 28 Apr 2021 09:03:14 +0200 Subject: c-user: Reformat configuration option constraints If only one constraint is present, then use a single sentence, otherwise use a list for the constraints. Format the constraints so that the line length limit is maintained. --- c-user/config/bsp-related.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'c-user/config/bsp-related.rst') diff --git a/c-user/config/bsp-related.rst b/c-user/config/bsp-related.rst index 2adf49c..45f31a8 100644 --- a/c-user/config/bsp-related.rst +++ b/c-user/config/bsp-related.rst @@ -1,6 +1,6 @@ .. SPDX-License-Identifier: CC-BY-SA-4.0 -.. Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +.. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de) .. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) .. This file is part of the RTEMS quality process and was automatically @@ -87,12 +87,12 @@ VALUE CONSTRAINTS: The value of this configuration option shall satisfy all of the following constraints: - * It shall be greater than or equal to a - BSP-specific and application-specific minimum value. + * It shall be greater than or equal to a BSP-specific and + application-specific minimum value. - * It shall be small enough so that the IDLE - task stack area calculation carried out by ```` does not - overflow an integer of type `size_t `_. + * It shall be small enough so that the IDLE task stack area calculation + carried out by ```` does not overflow an integer of + type `size_t `_. DESCRIPTION: If @@ -165,12 +165,12 @@ VALUE CONSTRAINTS: The value of this configuration option shall satisfy all of the following constraints: - * It shall be greater than or equal to a - BSP-specific and application-specific minimum value. + * It shall be greater than or equal to a BSP-specific and + application-specific minimum value. - * It shall be small enough so that the - interrupt stack area calculation carried out by ```` does - not overflow an integer of type `size_t `_. + * It shall be small enough so that the interrupt stack area calculation + carried out by ```` does not overflow an integer of + type `size_t `_. * It shall be aligned according to :c:macro:`CPU_INTERRUPT_STACK_ALIGNMENT`. -- cgit v1.2.3