git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@423 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
a054e9599d
commit
b5dbedde8a
|
@ -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
|
allocate kernel objects like Semaphores, Mutexes, Threads etc fully in real
|
||||||
time, of course it is also possible to manage application-defined objects.
|
time, of course it is also possible to manage application-defined objects.
|
||||||
The pool allocator is thread-safe.
|
The pool allocator is thread-safe.
|
||||||
It is worth remember that the kernel is still entirely static, it does not
|
It is worth remembering that the kernel is still entirely static, it does
|
||||||
use the allocation services internally, it is up to the application code
|
not use the allocation services internally, it is up to the application
|
||||||
to use the allocators in order to use dynamic system objects.
|
code to use the allocators in order to use dynamic system objects.
|
||||||
Both the allocators can be disabled and removed from the memory image.
|
Both the allocators can be disabled and removed from the memory image.
|
||||||
- FIX: Corrected the wrong definition of the chThdResumeI() macro.
|
- FIX: Corrected the wrong definition of the chThdResumeI() macro.
|
||||||
- FIX: The API chSemWaitTimeout() was missing in the documentation.
|
- FIX: The API chSemWaitTimeout() was missing in the documentation.
|
||||||
|
|
Loading…
Reference in New Issue