FreeCalypso > hg > freecalypso-tools
view target-utils/simtest/main.c @ 471:8f3fe2d1fda5
Makefile hierarchy: allow CC and CFLAGS to be overridden from the top
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 12 Feb 2019 00:20:50 +0000 |
| parents | daaab2701761 |
| children | d36c793d71db |
line wrap: on
line source
main() { uart_select_init(); printf("SIM interface debug program running\n"); print_boot_rom_info(); for (;;) { putchar('='); if (command_entry()) command_dispatch(); } }
