FreeCalypso > hg > freecalypso-tools
view target-utils/simtest/main.c @ 575:cef70d53fc5e
loadtools: new -P boot control mechanism implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 Feb 2020 20:01:22 +0000 |
parents | d36c793d71db |
children |
line wrap: on
line source
main() { uart_select_init(); printf("SIM interface debug program running\n"); print_boot_rom_info(); abb_init(); for (;;) { putchar('='); if (command_entry()) command_dispatch(); } }