From 50bebb29768a76567c9540c9f236d8ad22c86d60 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 11 Feb 2009 19:37:57 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@752 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'docs/ch.txt') 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 @@ * . *

Related pages

* - @subpage lic_faq + * - @subpage goals * - @subpage concepts * - @subpage articles * . -- cgit v1.2.3