This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
chibios:product:oslib:start [2019/01/27 11:46] giovanni |
chibios:product:oslib:start [2019/01/27 12:11] (current) giovanni |
||
---|---|---|---|
Line 46: | Line 46: | ||
A way to allocate kernel objects or custom objects dynamically, objects are assigned a name and can be used by reference or by name. Objects have a reference counter and disappear when the last reference is release. | A way to allocate kernel objects or custom objects dynamically, objects are assigned a name and can be used by reference or by name. Objects have a reference counter and disappear when the last reference is release. | ||
+ | |||
+ | == Dynamic Threading == | ||
+ | |||
+ | Dynamically allocated threads, this is an RT-only feature not available on NIL. | ||
</WRAP> | </WRAP> |