git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1731 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-03-07 09:00:26 +00:00
parent c25dfcb4c9
commit e4fed0ca86
1 changed files with 6 additions and 6 deletions

View File

@ -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