RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Macros | Functions | Variables
uarts.c File Reference

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>

Macros

#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
 

Functions

console_tblBSP_get_uart_from_minor (int minor)
 

Variables

const console_fns dbgu_fns
 
unsigned long Console_Configuration_Count = NUM_DEVS
 
console_tbl Console_Configuration_Ports []
 

Detailed Description

Console driver for for KIT637_V6 (CSB637)

This driver uses the shared console driver in bsps/shared/dev/serial/legacy-console.c

Macro Definition Documentation

◆ NUM_DEVS

#define NUM_DEVS
Value:
(1 + LCD_DEV + UMON_CONS_DEV + \
USART0_DEV + USART1_DEV + USART2_DEV + USART3_DEV)

Variable Documentation

◆ Console_Configuration_Count

unsigned long Console_Configuration_Count = NUM_DEVS

The number of serial ports defined in Console_Configuration_Ports

◆ Console_Configuration_Ports

console_tbl Console_Configuration_Ports[]

The statically configured serial port information tables which are used to initially populate the dynamic tables.