FreeCalypso > hg > freecalypso-tools
comparison target-utils/simtest/main.c @ 531:d36c793d71db
simtest standalone program: added abb_init() call
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 18 Jun 2019 05:28:09 +0000 |
| parents | daaab2701761 |
| children |
comparison
equal
deleted
inserted
replaced
| 530:c4c0c9cc2a7c | 531:d36c793d71db |
|---|---|
| 1 main() | 1 main() |
| 2 { | 2 { |
| 3 uart_select_init(); | 3 uart_select_init(); |
| 4 printf("SIM interface debug program running\n"); | 4 printf("SIM interface debug program running\n"); |
| 5 print_boot_rom_info(); | 5 print_boot_rom_info(); |
| 6 abb_init(); | |
| 6 for (;;) { | 7 for (;;) { |
| 7 putchar('='); | 8 putchar('='); |
| 8 if (command_entry()) | 9 if (command_entry()) |
| 9 command_dispatch(); | 10 command_dispatch(); |
| 10 } | 11 } |
