aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-11 15:03:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-11 15:03:25 +0000
commita474010e54534785366d1924554f5452725499b0 (patch)
tree30084f68f1500f1a04d31472f8c75c9bf74b3e1d /docs/ch.txt
parentfceb645e35ab2708ec6e2c6ba944d328024ebecf (diff)
downloadChibiOS-a474010e54534785366d1924554f5452725499b0.tar.gz
ChibiOS-a474010e54534785366d1924554f5452725499b0.tar.bz2
ChibiOS-a474010e54534785366d1924554f5452725499b0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@430 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 307dc6765..8ad0db828 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -38,10 +38,11 @@
* <li>No static setup at compile time, there is no need to configure a maximum
* number of all the above resources.</li>
* <li>No *need* for a memory allocator, all the kernel structures are static
- * and declaratively allocated. A memory allocator can be used in your
- * application but it is not required by the ChibiOS/RT itself.</li>
+ * and declaratively allocated.</li>
* <li>Threads, Semaphores, Event Sources, Virtual Timers creation/deletion at
* runtime.</li>
+ * <li>Optional, thread safe, Heap Allocator subsystem.</li>
+ * <li>Optional, thread safe, Memory Pools Allocator subsystem.</li>
* <li>Blocking and non blocking I/O channels with timeout and events generation
* capability.</li>
* <li>Minimal system requirements: about 8KiB ROM with all options enabled and