summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/bsp-bspcleanup-options.m4
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-21 13:30:26 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-22 09:40:24 +0100
commit86a80ee1af0fedb3b575ae95db7e80f80d46b533 (patch)
tree199b27f845b337aabff042c1158bdc3834840d83 /c/src/aclocal/bsp-bspcleanup-options.m4
parentbsps: Simplify RTEMS_BSP_CLEANUP_OPTIONS (diff)
downloadrtems-86a80ee1af0fedb3b575ae95db7e80f80d46b533.tar.bz2
bsps: Add BSP_VERBOSE_FATAL_EXTENSION
Add BSP_VERBOSE_FATAL_EXTENSION to RTEMS_BSP_CLEANUP_OPTIONS to optionally print the RTEMS version, the fatal source and the fatal code in the shared bsp_fatal_extension(). Close #3248.
Diffstat (limited to '')
-rw-r--r--c/src/aclocal/bsp-bspcleanup-options.m47
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/aclocal/bsp-bspcleanup-options.m4 b/c/src/aclocal/bsp-bspcleanup-options.m4
index 1c2ac586b1..60be886070 100644
--- a/c/src/aclocal/bsp-bspcleanup-options.m4
+++ b/c/src/aclocal/bsp-bspcleanup-options.m4
@@ -21,4 +21,9 @@ RTEMS_BSPOPTS_HELP([BSP_RESET_BOARD_AT_EXIT],
RTEMS_BSPOPTS_SET([BSP_PRINT_EXCEPTION_CONTEXT],[*],[1])
RTEMS_BSPOPTS_HELP([BSP_PRINT_EXCEPTION_CONTEXT],
[If defined to a non-zero value, prints the exception context when an
-unexpected exception occurs.])])
+unexpected exception occurs.])
+
+RTEMS_BSPOPTS_SET([BSP_VERBOSE_FATAL_EXTENSION],[*],[1])
+RTEMS_BSPOPTS_HELP([BSP_VERBOSE_FATAL_EXTENSION],
+[If defined to a non-zero value, prints the some information in case of a fatal
+error.])])