Re: [PATCH 00/21] Support statically allocated threads

2020-02-12 Thread Sebastian Huber
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

Re: [PATCH 00/21] Support statically allocated threads

2020-02-04 Thread Sebastian Huber
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

[PATCH 00/21] Support statically allocated threads

2019-12-16 Thread Sebastian Huber
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