FreeCalypso > hg > freecalypso-tools
view target-utils/simtest/main.c @ 735:5b8287c655cf
fc-pulse-dtr and fc-pulse-rts utilities implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 15 Sep 2020 04:29:43 +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(); } }