Re: [RTEMS 5] Add support for IDLE Thread stack allocator

2021-10-04 Thread Sebastian Huber
On 04/10/2021 18:11, 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. --- cpuk

[RTEMS 5] Add support for IDLE Thread stack allocator

2021-10-04 Thread Joel Sherrill
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/include/rtems/confdefs/percpu.h| 2