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