From e13185058d7fdb390de10325a21730ab3b0d3ded Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 26 May 2008 14:57:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@309 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ch.txt b/docs/ch.txt index 833e2d2c2..8b00be5d7 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -24,6 +24,10 @@ * Win32 process and the application code does not need to be aware of it. * MinGW and VS demos available and ready to go, use them as templates for * your application. + *
  • Preemptive scheduling.
  • + *
  • 128 priority levels.
  • + *
  • Multiple threads at the same priorily 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.
  • @@ -40,7 +44,6 @@ * runtime. *
  • Blocking and non blocking I/O channels with timeout and events generation * capability.
  • - *
  • Pre-emptive scheduling.
  • *
  • Minimal system requirements: about 8KiB ROM with all options enabled and * speed optimizations on. The size can shrink under 2KiB by disabling the * the unused subsystems and optimizing for size.
  • -- cgit v1.2.3