From f02e87257aa62bd8b78fb199a33a3cf1a5ad18be Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 18 Feb 2016 10:32:05 +1100 Subject: Fix the double quotes. --- c_user/configuring_a_system.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c_user/configuring_a_system.rst') diff --git a/c_user/configuring_a_system.rst b/c_user/configuring_a_system.rst index b55eea1..e427501 100644 --- a/c_user/configuring_a_system.rst +++ b/c_user/configuring_a_system.rst @@ -88,8 +88,8 @@ The memory area for the RTEMS Workspace is determined by the BSP. In case the RTEMS Workspace is too large for the available memory, then a fatal run-time error occurs and the system terminates. -The file ```` will calculate the value of -the``work_space_size`` parameter of the Configuration Table. There are many +The file ```` will calculate the value of the +``work_space_size`` parameter of the Configuration Table. There are many parameters the application developer can specify to help ```` in its calculations. Correctly specifying the application requirements via parameters such as ``CONFIGURE_EXTRA_TASK_STACKS`` and @@ -1915,7 +1915,7 @@ run-time stack bounds checking. **NOTES:** -In 4.9 and older, this configuration parameter was named``STACK_CHECKER_ON``. +In 4.9 and older, this configuration parameter was named ``STACK_CHECKER_ON``. This increases the time required to create tasks as well as adding overhead to each context switch. @@ -3321,7 +3321,7 @@ The order of precedence for configuring the IDLE task stack size is: - If defined, then the BSP specific ``BSP_IDLE_TASK_SIZE``. -- If defined, then the application specified``CONFIGURE_IDLE_TASK_SIZE``. +- If defined, then the application specified ``CONFIGURE_IDLE_TASK_SIZE``. .. COMMENT: XXX - add cross references to other related values. -- cgit v1.2.3