RTEMS CPU Kit with SuperCore
|
#include <rtems.h>
#include <rtems/libio_.h>
#include <errno.h>
#include <stdio.h>
#include <fcntl.h>
#include <termios.h>
#include <rtems/termiostypes.h>
#include <rtems/bspIo.h>
#include <rtems/termios_printk.h>
Functions | |
void | termios_printk_outputchar (char c) |
int | termios_printk_inputchar (void) |
int | termios_printk_open (const char *dev_name, uint32_t baudrate) |
Variables | |
int | termios_printk_fd = -1 |
struct rtems_termios_tty * | termios_printk_tty |
BSP_output_char_function_type | BSP_output_char = _termios_printk_null_char |
This variable points to the BSP provided method to output a character for the purposes of debug output. | |
BSP_polling_getchar_function_type | BSP_poll_char |
This variable points to the BSP provided method to input a character for the purposes of debug input. | |