From b5dbedde8a426ca23dac376b47408d6436740ad4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 3 Sep 2008 13:24:21 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@423 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index e1c5fbf92..cc59f99b1 100644 --- a/readme.txt +++ b/readme.txt @@ -85,9 +85,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, allocate kernel objects like Semaphores, Mutexes, Threads etc fully in real time, of course it is also possible to manage application-defined objects. The pool allocator is thread-safe. - It is worth remember that the kernel is still entirely static, it does not - use the allocation services internally, it is up to the application code - to use the allocators in order to use dynamic system objects. + It is worth remembering that the kernel is still entirely static, it does + not use the allocation services internally, it is up to the application + code to use the allocators in order to use dynamic system objects. Both the allocators can be disabled and removed from the memory image. - FIX: Corrected the wrong definition of the chThdResumeI() macro. - FIX: The API chSemWaitTimeout() was missing in the documentation. -- cgit v1.2.3