FreeCalypso > hg > freecalypso-tools
view target-utils/simtest/main.c @ 817:9706832b740b
fc-tmsh: ETM_BSIM response handling implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 15 May 2021 01:00:52 +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(); } }