#3480: CONFIGURE_MINIMUM_TASK_STACK_SIZE may affect
CONFIGURE_INTERRUPT_STACK_SIZE
------------------------------+--------------------
Reporter: Sebastian Huber | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 5.1
Component: config | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
------------------------------+--------------------
In case an application defines CONFIGURE_MINIMUM_TASK_STACK_SIZE, then
this may change the CONFIGURE_INTERRUPT_STACK_SIZE as well:
{{{
#ifndef CONFIGURE_INTERRUPT_STACK_SIZE
#ifdef BSP_INTERRUPT_STACK_SIZE
#define CONFIGURE_INTERRUPT_STACK_SIZE BSP_INTERRUPT_STACK_SIZE
#else
#define CONFIGURE_INTERRUPT_STACK_SIZE
CONFIGURE_MINIMUM_TASK_STACK_SIZE
#endif
#endif
}}}
I think this is not what a user expects.
--
Ticket URL: <http://devel.rtems.org/ticket/3480>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs