summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal07/spfatal07.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-20 07:57:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-21 07:19:29 +0200
commit56e61e24bd8cada5b25f6d4fdf433eed84f25204 (patch)
treec7eadd8eb5af389c61aa730251cad8392d6290b9 /testsuites/sptests/spfatal07/spfatal07.doc
parentclang: Keep -qrtems and -B for compilers without -specs support (diff)
downloadrtems-56e61e24bd8cada5b25f6d4fdf433eed84f25204.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/spfatal07/spfatal07.doc20
1 files changed, 0 insertions, 20 deletions
diff --git a/testsuites/sptests/spfatal07/spfatal07.doc b/testsuites/sptests/spfatal07/spfatal07.doc
deleted file mode 100644
index 07300ed4d5..0000000000
--- a/testsuites/sptests/spfatal07/spfatal07.doc
+++ /dev/null
@@ -1,20 +0,0 @@
-# COPYRIGHT (c) 1989-2009.
-# On-Line Applications Research Corporation (OAR).
-#
-# The license and distribution terms for this file may be
-# found in the file LICENSE in this distribution or at
-# http://www.rtems.org/license/LICENSE.
-#
-
-This file describes the directives and concepts tested by this test set.
-
-test set name: spfatal07
-
-directives:
-
- None specifically
-
-concepts:
-
-+ Ensure that the error condition when the interrupt stack size configured
- is too small is properly treated as a fatal error.