aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-07 09:00:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-07 09:00:26 +0000
commite4fed0ca868ce6365ef6cdf2774b49f83a430d6a (patch)
tree2f8e34170a780fc80f5b1a974e89fe52df68ff45 /docs/src
parentc25dfcb4c975fe7a43394d69536f80c9ebfee9e9 (diff)
downloadChibiOS-e4fed0ca868ce6365ef6cdf2774b49f83a430d6a.tar.gz
ChibiOS-e4fed0ca868ce6365ef6cdf2774b49f83a430d6a.tar.bz2
ChibiOS-e4fed0ca868ce6365ef6cdf2774b49f83a430d6a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1731 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/target.dox12
1 files 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