Changeset 56e61e24 in rtems

Timestamp:
09/20/18 05:57:08 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
a75a7d3
Parents:
5cbc9c5
git-author:
Sebastian Huber <sebastian.huber@…> (09/20/18 05:57:08)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/21/18 05:19:29)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.