source: rtems/c/src/lib/libbsp/powerpc/shared/startup/Makefile.am @ 99c31f85

4.104.114.84.95
Last change on this file since 99c31f85 was 4f3e4f33, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 21:32:07

2003-02-20 Till Straumann <strauman@…>

PR 349/bsps

  • console/console.c, console/uart.c, console/uart.h: implement IOCTLs for the serial (UART) console to install/retrieve a BREAK-IRQ callback. The callback routine (if installed) is invoked from the UART ISR when a BREAK interrupt is detected. This can be used e.g. to enforce a "hotkey" reboot a la vxWorks Ctrl-X (although we use the serial line break condition) NOTE: The callback runs in ISR context.
  • Property mode set to 100644
File size: 216 bytes
Line 
1##
2## $Id$
3##
4
5
6C_FILES = bspstart.c pgtbl_setup.c pgtbl_activate.c
7
8noinst_DATA = linkcmds
9
10EXTRA_DIST = bspstart.c linkcmds  pgtbl_setup.c pgtbl_activate.c
11
12include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.