From e4fed0ca868ce6365ef6cdf2774b49f83a430d6a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 7 Mar 2010 09:00:26 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1731 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/target.dox | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/target.dox b/docs/src/target.dox index db4f7d709..078a0d1cc 100644 --- a/docs/src/target.dox +++ b/docs/src/target.dox @@ -18,14 +18,14 @@ */ /** - * @page target Applicative Range - * @brief ChibiOS/RT Applicative Range. + * @page target Application Range + * @brief ChibiOS/RT Application Range. * - @ref applications * - @ref min_requirements * - @ref desirable_features * - @ref upper_limit * . - * @section applications Applicative Scenarios + * @section applications Application Scenarios * ChibiOS/RT is usable in many applicative areas, as example and not limited * to: * - Automotive. @@ -48,8 +48,8 @@ * architecture-related non-standard restrictions. Non standard mandatory * language extensions or restrictions may result in reduced functionality * or impossibility of use. - * - 384/512bytes RAM permanently allocated to the kernel and its two mandatory - * threads "idle" and "main", the exact value depends on the architecture. + * - 256/512bytes RAM permanently allocated to the kernel and its two mandatory + * threads "idle" and "main", the exact amount depends on the architecture. * This figure is not inclusive of the HAL and device drivers (non mandatory * components). * - 8KiB of program space for a full featured kernel scalable down to about @@ -65,7 +65,7 @@ * - 2KiB RAM. * - 16KiB ROM/Flash. * . - * @section upper_limit Upper Applicative Limit + * @section upper_limit Upper Recommended Limit * The application range of ChibiOS/RT ends when one or more of the following * features are required: * - Separation between user code space and kernel space, both just logical or