aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-26 14:57:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-26 14:57:55 +0000
commite13185058d7fdb390de10325a21730ab3b0d3ded (patch)
treeb7a40fe2506a9bd7feef33f294dca7640f0eaa16 /docs/ch.txt
parent90b16f78c2157f9a25f9790024e0f9aa507ded7a (diff)
downloadChibiOS-e13185058d7fdb390de10325a21730ab3b0d3ded.tar.gz
ChibiOS-e13185058d7fdb390de10325a21730ab3b0d3ded.tar.bz2
ChibiOS-e13185058d7fdb390de10325a21730ab3b0d3ded.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@309 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt5
1 files changed, 4 insertions, 1 deletions
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.</li>
+ * <li>Preemptive scheduling.</li>
+ * <li>128 priority levels.</li>
+ * <li>Multiple threads at the same priorily level allowed.</li>
+ * <li>Round robin scheduling for threads at the same priority level.</li>
* <li>Unlimited number of threads.</li>
* <li>Unlimited number of virtual timers.</li>
* <li>Unlimited number of semaphores.</li>
@@ -40,7 +44,6 @@
* runtime.</li>
* <li>Blocking and non blocking I/O channels with timeout and events generation
* capability.</li>
- * <li>Pre-emptive scheduling.</li>
* <li>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.</li>