32 #ifndef GENERIC_UART_ENDCHAR
33 #define GENERIC_UART_ENDCHAR '>'
37 #ifndef GENERIC_UART_MAX_SENDLEN
38 #define GENERIC_UART_MAX_SENDLEN 64
42 #ifndef GENERIC_UART_MAX_BUFSIZE
43 #define GENERIC_UART_MAX_BUFSIZE 128
47 static struct link_device *
gen_uart_dev = (&((GENERIC_UART_PORT).device));
#define GENERIC_UART_MAX_BUFSIZE
#define GENERIC_UART_MAX_SENDLEN
static struct link_device * gen_uart_dev
UART device for communication.
#define GENERIC_UART_ENDCHAR
void generic_uart_event(void)
static int char_available(struct linkdev *d)
Periodic telemetry system header (includes downlink utility and generated code).
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.