URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
[/] [minsoc/] [trunk/] [sw/] [uart/] [uart.c] - Diff between revs 53 and 64
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 53 |
Rev 64 |
|
#include "../../backend/board.h"
|
#include "../support/support.h"
|
#include "../support/support.h"
|
#include "../support/board.h"
|
|
#include "../support/or1200.h"
|
#include "../support/or1200.h"
|
|
|
#include "../drivers/uart.h"
|
#include "../drivers/uart.h"
|
|
|
int main()
|
int main()
|
{
|
{
|
uart_init();
|
uart_init();
|
|
|
int_init();
|
int_init();
|
int_add(UART_IRQ, &uart_interrupt);
|
int_add(UART_IRQ, &uart_interrupt);
|
|
|
/* We can't use printf because in this simple example
|
/* We can't use printf because in this simple example
|
we don't link C library. */
|
we don't link C library. */
|
uart_print_str("Hello World.\n\r");
|
uart_print_str("Hello World.\n\r");
|
|
|
report(0xdeaddead);
|
report(0xdeaddead);
|
or32_exit(0);
|
or32_exit(0);
|
}
|
}
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.