Custom RTEMS task stack location?

Joel Sherrill joel.sherrill at OARcorp.com
Wed Nov 17 20:42:22 UTC 2010


On 11/17/2010 01:23 PM, Cudmore, Alan P. (GSFC-5820) wrote:
> When creating a task, can the stack be allocated from an absolute address rather than having RTEMS allocate it from the workspace?
>
POSIX threads support this as an attribute.

There is nothing in the Classic API to support this.

You have the ability to configure a custom stack allocator
and deallocator that will be used for EVERY task created
and deleted.

CONFIGURE_TASK_STACK_ALLOCATOR
CONFIGURE_TASK_STACK_DEALLOCATOR
> Thanks,
> Alan
>
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-users


-- 
Joel Sherrill, Ph.D.             Director of Research&  Development
joel.sherrill at OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
    Support Available             (256) 722-9985





More information about the users mailing list