Re: [PATCH] config: Initialize task stack alllocator on demand

2020-11-15 Thread Sebastian Huber
On 15/11/2020 22:51, Chris Johns wrote: How does this effect this documentation ... https://docs.rtems.org/branches/master/c-user/config/task-stack-alloc.html#configure-task-stack-allocator-init ? No, the allocator initialization handler is documented as optional. However, I missed that _Stac

Re: [PATCH] config: Initialize task stack alllocator on demand

2020-11-15 Thread Chris Johns
Hi, How does this effect this documentation ... https://docs.rtems.org/branches/master/c-user/config/task-stack-alloc.html#configure-task-stack-allocator-init ? What drives the demand? Thanks Chris On 13/11/20 8:24 pm, Sebastian Huber wrote: > --- > cpukit/include/rtems/confdefs/wkspace.h |