CONFIGURE_MINIMUM_TASK_STACK_SIZE

Gedare Bloom gedare at rtems.org
Wed Dec 7 18:39:20 UTC 2011


Hi,

I was reviewing some of the configure options for specifying stack
sizes and came across some odd-seeming behavior.

CONFIGURE_MINIMUM_TASK_STACK_SIZE can be defined by an application to
increase the size of all of its task stacks (and implicitly the init
task and interrupt stacks). It seems wrong/wasteful to propagate the
user-defined CONFIGURE_MINIMUM_TASK_STACK_SIZE to both the idle and
interrupt stacks, perhaps these should be CPU_STACK_MINIMUM_SIZE
unless defined by the user explicitly?

By the way I don't see CONFIGURE_MINIMUM_TASK_STACK_SIZE in the
documentation, so maybe I'm incorrect in thinking it is a "public"
configure option?

-Gedare



More information about the devel mailing list