![]() |
RTEMS 7.0-rc1
|
Console driver for AT91RM9200 DBGU port. More...
#include <bsp.h>#include <rtems/libio.h>#include <termios.h>#include <at91rm9200.h>#include <at91rm9200_dbgu.h>#include <at91rm9200_pmc.h>#include <rtems/bspIo.h>#include <libchip/serial.h>#include <libchip/sersupp.h>Variables | |
| volatile int | dbg_dly |
| const console_fns | dbgu_fns |
| BSP_output_char_function_type | BSP_output_char = _BSP_put_char |
| This function pointer references the kernel character output implementation. | |
| BSP_polling_getchar_function_type | BSP_poll_char = _BSP_poll_char |
| This function pointer may reference the kernel character input implementation. | |
Console driver for AT91RM9200 DBGU port.
This driver uses the shared console driver in bsps/shared/dev/serial/legacy-console.c
| const console_fns dbgu_fns |