FreeCalypso > hg > freecalypso-tools
view target-utils/simtest/main.c @ 508:211be4dc6be2
new flash geom command made a little nicer
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 28 May 2019 07:20:14 +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(); } }