11 static int slip_fd = -1;
29 if (fstat(fd, &st) != 0) {
33 if (!S_ISCHR(st.st_mode)) {
53 write(slip_fd, &c, 1);
void slip_arch_writeb(unsigned char c)
Copyright (c) 2014, Analog Devices, Inc.
#define BOARD_SLIP_UART_NAME
UART module used for SLIP communications.
Board configuration defines for Mulle platform.
#define BOARD_SLIP_UART_NUM
UART module used for SLIP communications.
void slip_arch_init(unsigned long ubr)
Initalize the RS232 port and the SLIP driver.
Provide common UART routines for MK60DZ10.