On Thu, Oct 7, 2021, 1:31 PM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 07/10/2021 17:34, Joel Sherrill wrote:
> > Add a stack allocator hook specifically for allocation of IDLE thread
> stacks.
> > This allows the user to decide if IDLE thread stacks are statically
> alloca
On 07/10/2021 17:34, Joel Sherrill wrote:
Add a stack allocator hook specifically for allocation of IDLE thread stacks.
This allows the user to decide if IDLE thread stacks are statically allocated
or handled by the same custom allocator mechanism as other thread stacks.
Closes #4520.
Thanks,
Add a stack allocator hook specifically for allocation of IDLE thread stacks.
This allows the user to decide if IDLE thread stacks are statically allocated
or handled by the same custom allocator mechanism as other thread stacks.
Closes #4520.
---
cpukit/Makefile.am|