aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-11 19:37:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-11 19:37:57 +0000
commit50bebb29768a76567c9540c9f236d8ad22c86d60 (patch)
tree3bcda6af043d06b060278b07fe28aa074f1a474b /docs/ch.txt
parent1c1d5129c5d0aa9c52c236f96003aee04cc03d9e (diff)
downloadChibiOS-50bebb29768a76567c9540c9f236d8ad22c86d60.tar.gz
ChibiOS-50bebb29768a76567c9540c9f236d8ad22c86d60.tar.bz2
ChibiOS-50bebb29768a76567c9540c9f236d8ad22c86d60.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@752 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt13
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 57cb502dc..2bf0721ec 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -46,16 +46,10 @@
* - 128 priority levels.
* - Multiple threads at the same priority level allowed.
* - Round robin scheduling for threads at the same priority level.
- * - Unlimited number of threads.
- * - Unlimited number of virtual timers.
- * - Unlimited number of semaphores.
- * - Unlimited number of mutexes.
- * - Unlimited number of condvars.
- * - Unlimited number of event sources.
- * - Unlimited number of messages in queue.
- * - Unlimited number of I/O queues.
+ * - Offers threads, virtual timers, semaphores, mutexes, condvars,
+ * event flags, messages, I/O queues.
* - No static setup at compile time, there is no need to configure a maximum
- * number of all the above resources.
+ * number of all the above objects.
* - No *need* for a memory allocator, all the kernel structures are static
* and declaratively allocated.
* - Threads, Semaphores, Event Sources, Virtual Timers creation/deletion at
@@ -73,6 +67,7 @@
* .
* <h2>Related pages</h2>
* - @subpage lic_faq
+ * - @subpage goals
* - @subpage concepts
* - @subpage articles
* .