![]() |
RTEMS 7.0-rc1
|
Console driver for GUMSTIX. More...
#include <bsp.h>#include <rtems/libio.h>#include <termios.h>#include <rtems/bspIo.h>#include <pxa255.h>#include <libchip/serial.h>#include <libchip/sersupp.h>Macros | |
| #define | NUM_DEVS 1 |
Functions | |
| console_tbl * | BSP_get_uart_from_minor (int minor) |
Variables | |
| unsigned long | Console_Configuration_Count = NUM_DEVS |
| const console_fns | ffuart_fns |
| console_tbl | Console_Configuration_Ports [] |
Console driver for GUMSTIX.
This driver uses the shared console driver in bsps/shared/dev/serial/legacy-console.c
| unsigned long Console_Configuration_Count = NUM_DEVS |
The number of serial ports defined in Console_Configuration_Ports
| console_tbl Console_Configuration_Ports[] |
The statically configured serial port information tables which are used to initially populate the dynamic tables.