Generated from signal_handler.c with ROBODoc v3.2.3 on Fri Dec 12 08:22:58 2003
TABLE OF CONTENTS
- source/driver/signal_handler.c
NAME
init_signal_handler - set up handlers for unix signals
SYNOPSIS
init_signal_handler()
DESCRIPTION
This routine sets up a handler for all unix signals. Hopefully the
handler gets called when flash crashes; it then prints out some
debugging information.
Unlike most of flash, init_signal_handler is a stub function unless the
preprocessor variable FLASH_STACK is defined (i.e., we don't use
"inheritance" to set it up). As the code is still in beta, the
default behaviour is to use the stub. To turn on the code, run
setup.py with the -stack option.
ARGUMENTS
None