Console driver for for KIT637_V6 (CSB637)
More...
#include <bsp.h>
#include <rtems/libio.h>
#include <termios.h>
#include <rtems/bspIo.h>
#include <at91rm9200.h>
#include <at91rm9200_dbgu.h>
#include <libchip/serial.h>
#include <libchip/sersupp.h>
#include <bspopts.h>
|
|
#define | LCD_DEV 0 |
| |
|
#define | UMON_CONS_DEV 0 |
| |
|
#define | USART0_DEV 0 |
| |
|
#define | USART1_DEV 0 |
| |
|
#define | USART2_DEV 0 |
| |
|
#define | USART3_DEV 0 |
| |
| #define | NUM_DEVS |
| |
Console driver for for KIT637_V6 (CSB637)
This driver uses the shared console driver in bsps/shared/dev/serial/legacy-console.c
◆ NUM_DEVS
Value: (1 + LCD_DEV + UMON_CONS_DEV + \
USART0_DEV + USART1_DEV + USART2_DEV + USART3_DEV)
◆ Console_Configuration_Count
| unsigned long Console_Configuration_Count = NUM_DEVS |
The number of serial ports defined in Console_Configuration_Ports
◆ Console_Configuration_Ports
The statically configured serial port information tables which are used to initially populate the dynamic tables.