[RTEMS Project] #3459: Rework initialization and interrupt stack support
RTEMS trac
trac at rtems.org
Fri Sep 21 06:08:12 UTC 2018
#3459: Rework initialization and interrupt stack support
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: closed
Priority: normal | Milestone: 5.1
Component: score | Version: 5
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: 3433 |
-----------------------------+------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"56e61e24bd8cada5b25f6d4fdf433eed84f25204/rtems"
56e61e24/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="56e61e24bd8cada5b25f6d4fdf433eed84f25204"
Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL
The configured interrupt stack size (CONFIGURE_INTERRUPT_STACK_SIZE) is
checked against the minimum task stack size. The minium tasks task
stack size is also a configuration option
(CONFIGURE_MINIMUM_TASK_STACK_SIZE). So, this check does not really
help in case of configuration errors. In addition, the interrupt stack
is also re-used as the initialization stack in most BSPs. It is
probably better to use a stack checker to detect problems.
Update #3459.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3459#comment:19>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list