URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
[/] [minsoc/] [trunk/] [sw/] [uart/] [uart.c] - Diff between revs 36 and 38
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 36 |
Rev 38 |
Line 8... |
Line 8... |
int main()
|
int main()
|
{
|
{
|
uart_init();
|
uart_init();
|
|
|
int_init();
|
int_init();
|
int_add(2,&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");
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.