Exemplo n.º 1
0
void test_my_uart()
{
    UARTConsoleInit();
    UARTCharPut(SS8250_BASE, 'A');
}
Exemplo n.º 2
0
void init_my_uart()
{
    UARTConsoleInit();
}
Exemplo n.º 3
0
void UART_stdioInit(void)
{
    UARTConsoleInit();
}