RTEMS  5.0.0
Functions | Variables
console_select.c File Reference

console select More...

#include <bsp.h>
#include <bsp/fatal.h>
#include <rtems/libio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <termios.h>
#include <rtems/termiostypes.h>
#include <libchip/serial.h>
#include "../../shared/dev/serial/legacy-console.h"
#include <bsp/rpi-fb.h>

Functions

void bsp_console_select (void)
 Selects the minor number of the console device. More...
 

Variables

rtems_device_minor_number BSPPrintkPort = 0
 

Detailed Description

console select

Function Documentation

◆ bsp_console_select()

void bsp_console_select ( void  )

Selects the minor number of the console device.

See also
Console_Port_Minor.