On 04/02/2020 11:35, Sebastian Huber wrote:
Hello,
any objects to push this patch set with the additional
_Objects_Allocate_with_extend()?
https://lists.rtems.org/pipermail/devel/2020-January/056724.html
I will work on a documentation update afterwards.
I checked in the patch set. The next
Hello,
any objects to push this patch set with the additional
_Objects_Allocate_with_extend()?
https://lists.rtems.org/pipermail/devel/2020-January/056724.html
I will work on a documentation update afterwards.
- Am 16. Dez 2019 um 15:28 schrieb Sebastian Huber
sebastian.hu...@embedded-bra
This change set makes it possible to statically allocate threads. This means
the thread control block is provided by a statically allocated thread
information and the thread stack is provided by the user. Currently, no API
function exists for this. Adding this API is a follow up change set. Onl