![]() |
RTEMS 6.1
|
Console configuration. More...
#include <libchip/serial.h>#include <libchip/ns16550.h>#include <rtems/bspIo.h>#include <bsp.h>#include <bsp/irq.h>#include <bsp/uart-output-char.h>Variables | |
| console_tbl | Console_Configuration_Ports [] |
| unsigned long | Console_Configuration_Count = 1 |
| 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_get_char |
| This function pointer may reference the kernel character input implementation. | |
Console configuration.
| unsigned long Console_Configuration_Count = 1 |
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.