From a474010e54534785366d1924554f5452725499b0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 11 Sep 2008 15:03:25 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@430 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') 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 @@ *
  • No static setup at compile time, there is no need to configure a maximum * number of all the above resources.
  • *
  • 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.
  • + * and declaratively allocated. *
  • Threads, Semaphores, Event Sources, Virtual Timers creation/deletion at * runtime.
  • + *
  • Optional, thread safe, Heap Allocator subsystem.
  • + *
  • Optional, thread safe, Memory Pools Allocator subsystem.
  • *
  • Blocking and non blocking I/O channels with timeout and events generation * capability.
  • *
  • Minimal system requirements: about 8KiB ROM with all options enabled and -- cgit v1.2.3