git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@423 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2008-09-03 13:24:21 +00:00
parent a054e9599d
commit b5dbedde8a
1 changed files with 3 additions and 3 deletions

View File

@ -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.