FreeCalypso > hg > freecalypso-tools
view target-utils/simtest/main.c @ 932:3d1abb9f05ef
rvinterf proper: move TM logging to new module
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 23 May 2023 06:20:21 +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(); } }