FreeCalypso > hg > freecalypso-tools
comparison target-utils/loadagent/main.c @ 0:e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 11 Jun 2016 00:13:35 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e7502631a0f9 |
|---|---|
| 1 /* | |
| 2 * FreeCalypso loadagent main() function lives here | |
| 3 */ | |
| 4 | |
| 5 main() | |
| 6 { | |
| 7 uart_select_init(); | |
| 8 printf("FreeCalypso loadagent running\n"); | |
| 9 print_boot_rom_info(); | |
| 10 for (;;) { | |
| 11 putchar('='); | |
| 12 if (command_entry()) | |
| 13 command_dispatch(); | |
| 14 } | |
| 15 } |
