31 #include "periph_cpu.h"
32 #include "periph/cpuid.h"
34 #include "cfg_clk_default.h"
35 #include "cfg_timer_default.h"
52 .dev = UART0_BASEADDR,
53 .rx_pin = GPIO_PIN(PORT_A, 0),
54 .tx_pin = GPIO_PIN(PORT_A, 1),
55 #ifdef MODULE_PERIPH_UART_HW_FC
56 .cts_pin = GPIO_UNDEF,
57 .rts_pin = GPIO_UNDEF,
62 #define UART_0_ISR isr_uart0
63 #define UART_NUMOF ARRAY_SIZE(uart_config)
static const uart_conf_t uart_config[]
List of available UART ports, pins are mapped as follows: