RTEMS Logo

RTEMS 4.9.0 On-Line Library


Initialization Code RTEMS Postdriver Callback

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

7.3.7: RTEMS Postdriver Callback

The bsp_postdriver_hook() BSP specific routine is invoked immediately after the the device drivers and MPCI are initialized. Interrupts and tasking are disabled.

Most BSPs use the shared implementation of this routine which is responsible for opening the device /dev/console for standard input, output and error if the application has configured the Console Device Driver. This file is located at:

c/src/lib/libbsp/shared/bsppost.c


PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Copyright © 1988-2008 OAR Corporation