RTEMS CPU Kit with SuperCore
4.11.2
|
#include <rtems.h>
#include <rtems/libio_.h>
#include <errno.h>
#include <unistd.h>
#include <stdio.h>
#include <fcntl.h>
#include <termios.h>
#include <rtems/termiostypes.h>
#include <rtems/serdbg.h>
Macros | |
#define | FD_STORE_CNT 3 |
Functions | |
int | serdbg_open (const char *dev_name, uint32_t baudrate) |
void | putDebugChar (char c) |
int | getDebugChar (void) |
Variables | |
int | serdbg_fd = -1 |
struct rtems_termios_tty * | serdbg_tty |