comparison target-utils/simtest/main.c @ 454:daaab2701761

target-utils: simtest program started
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Feb 2019 07:55:50 +0000
parents
children d36c793d71db
comparison
equal deleted inserted replaced
453:6228d27738d1 454:daaab2701761
1 main()
2 {
3 uart_select_init();
4 printf("SIM interface debug program running\n");
5 print_boot_rom_info();
6 for (;;) {
7 putchar('=');
8 if (command_entry())
9 command_dispatch();
10 }
11 }